diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-04-29 23:57:47 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-04-29 23:57:47 +0000 |
commit | f575734cdf8e0237724dc28d5d7d627c1fae4f1e (patch) | |
tree | 239b1124f34591fd2fb18b0619b6e2144bb7985c /games/tuxtype | |
parent | 1b648c4cb776f63035bb7eb95cbf5c36e59fdb9a (diff) | |
download | ports-f575734cdf8e0237724dc28d5d7d627c1fae4f1e.tar.gz ports-f575734cdf8e0237724dc28d5d7d627c1fae4f1e.zip |
- Update to version 1.5.17.
Notes
Notes:
svn path=/head/; revision=212301
Diffstat (limited to 'games/tuxtype')
-rw-r--r-- | games/tuxtype/Makefile | 6 | ||||
-rw-r--r-- | games/tuxtype/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index a8ade50ee4b8..648acd3fe0f3 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tuxtype -PORTVERSION= 1.5.16 -PORTREVISION= 1 +PORTVERSION= 1.5.17 CATEGORIES= games MASTER_SITES= http://alioth.debian.org/frs/download.php/2209/ DISTNAME= ${PORTNAME}_w_fonts-${PORTVERSION} @@ -21,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-pthread" +WRKSRC= ${WRKDIR}/${DISTNAME:S/.17/.16/} post-patch: @${REINPLACE_CMD} -e 's|$$(prefix)/doc/$$(PACKAGE)|$$(docdir)|' \ @@ -29,7 +29,7 @@ post-patch: .include <bsd.port.pre.mk> .if ${OSVERSION} < 600000 -BROKEN= Does not build due to undefined reference to 'playsound' in 5.x +BROKEN= does not build due to undefined reference to 'playsound' in 5.x .endif .include <bsd.port.post.mk> diff --git a/games/tuxtype/distinfo b/games/tuxtype/distinfo index 2434700e131a..7bb108bc2911 100644 --- a/games/tuxtype/distinfo +++ b/games/tuxtype/distinfo @@ -1,3 +1,3 @@ -MD5 (tuxtype_w_fonts-1.5.16.tar.gz) = 29ff4ded99adbe9f7456a1095dcac70d -SHA256 (tuxtype_w_fonts-1.5.16.tar.gz) = fdfd7073f5a65dba8cc0cb2f770a4721886a97f9a6e9e6388d910d1e59f277fe -SIZE (tuxtype_w_fonts-1.5.16.tar.gz) = 7094093 +MD5 (tuxtype_w_fonts-1.5.17.tar.gz) = 29ff4ded99adbe9f7456a1095dcac70d +SHA256 (tuxtype_w_fonts-1.5.17.tar.gz) = fdfd7073f5a65dba8cc0cb2f770a4721886a97f9a6e9e6388d910d1e59f277fe +SIZE (tuxtype_w_fonts-1.5.17.tar.gz) = 7094093 |