diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-02-10 21:57:52 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-02-10 21:57:52 +0000 |
commit | d069458d23c30e8aed0d121898cb90f8ef04aaed (patch) | |
tree | 5c18bcf8323e7ea4b782b0e6e16fdad89e1b49e6 /games/openyahtzee | |
parent | 92d7fe568c10db409c485bdcc6dec9ab8695c2cc (diff) |
- Update to 1.6
Notes
Notes:
svn path=/head/; revision=184811
Diffstat (limited to 'games/openyahtzee')
-rw-r--r-- | games/openyahtzee/Makefile | 5 | ||||
-rw-r--r-- | games/openyahtzee/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 4a1aa25fe151..c21326142797 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -6,7 +6,7 @@ # PORTNAME= OpenYahtzee -PORTVERSION= 1.5.1 +PORTVERSION= 1.6 CATEGORIES= games MASTER_SITES= SF @@ -19,10 +19,11 @@ USE_SQLITE= yes WRKSRC= ${WRKDIR}/${PORTNAME} CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MISSING="${TRUE} " PLIST_FILES= bin/${PORTNAME:L} post-patch: @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in +# @${REINPLACE_CMD} -e '/am_missing_run=/s|=.*|="${TRUE} "|' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/games/openyahtzee/distinfo b/games/openyahtzee/distinfo index b398eb7c874d..61acdeba7fd4 100644 --- a/games/openyahtzee/distinfo +++ b/games/openyahtzee/distinfo @@ -1,3 +1,3 @@ -MD5 (OpenYahtzee-1.5.1.tar.gz) = 5bdbaafeb1722f56eb4dd8d2f46b38f6 -SHA256 (OpenYahtzee-1.5.1.tar.gz) = 4803b4a9aff5647ddb897184c7916c33bbbb3bd158a77c905fde60b93fad4402 -SIZE (OpenYahtzee-1.5.1.tar.gz) = 691680 +MD5 (OpenYahtzee-1.6.tar.gz) = db6ea695eea040d3496367402b7c9204 +SHA256 (OpenYahtzee-1.6.tar.gz) = 6c3eda5e1c98ace2e70bbaf2b13a61752378158be0bb4270bf004c4ba88170bf +SIZE (OpenYahtzee-1.6.tar.gz) = 331704 |