diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-03 15:11:50 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-03 15:11:50 +0000 |
commit | ba590e061afdf4ad1da7ef0be1c641f025dde3be (patch) | |
tree | 42b4132764816134afaae20998572e454af0b885 /games | |
parent | 1bafee5b161582ea45c4852035120bc9349ee8f3 (diff) | |
download | FreeBSD-ports-ba590e061afdf4ad1da7ef0be1c641f025dde3be.zip FreeBSD-ports-ba590e061afdf4ad1da7ef0be1c641f025dde3be.tar.gz |
Upgrade to 1.6.1
PR: 24817
Submitted by: Ports Fury
Diffstat (limited to 'games')
-rw-r--r-- | games/gno3dtet/Makefile | 5 | ||||
-rw-r--r-- | games/gno3dtet/distinfo | 2 | ||||
-rw-r--r-- | games/gno3dtet/files/patch-af | 11 | ||||
-rw-r--r-- | games/gno3dtet/pkg-descr | 2 |
4 files changed, 3 insertions, 17 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index b7a0e78..7a3d936 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gno3dtet -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= games gnome MASTER_SITES= ftp://webdat.com/pub/seb/gno3dtet/ EXTRACT_SUFX= .tgz @@ -27,9 +27,6 @@ pre-patch: 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' -pre-configure: - @${RM} -f ${WRKSRC}/config.cache - post-install: ${CHOWN} root:games ${PREFIX}/bin/gno3dtet ${CHMOD} 2555 ${PREFIX}/bin/gno3dtet diff --git a/games/gno3dtet/distinfo b/games/gno3dtet/distinfo index d70bfee..6e5102e 100644 --- a/games/gno3dtet/distinfo +++ b/games/gno3dtet/distinfo @@ -1 +1 @@ -MD5 (gno3dtet-1.6.0.tgz) = b98bcc8e4b556a52142f0027dd4130fc +MD5 (gno3dtet-1.6.1.tgz) = 7a2791a7e14487bf8994242039bc019b diff --git a/games/gno3dtet/files/patch-af b/games/gno3dtet/files/patch-af deleted file mode 100644 index 1097b49..0000000 --- a/games/gno3dtet/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- gno3dtet/cwmain.cc.orig Wed Nov 17 18:07:46 1999 -+++ gno3dtet/cwmain.cc Sun Jan 2 08:57:42 2000 -@@ -136,7 +136,7 @@ - GNOMEUIINFO_END - }; - GnomeUIInfo help_menu[] = { -- GNOMEUIINFO_HELP(GNO3DTET_EXENAME), -+ GNOMEUIINFO_HELP((gchar *)GNO3DTET_EXENAME), - GNOMEUIINFO_ITEM(N_("Show License"),N_("Show GNU Public License"), - cb_menu_help_license_activate, NULL), - GNOMEUIINFO_MENU_ABOUT_ITEM(cb_menu_help_about_activate, this), diff --git a/games/gno3dtet/pkg-descr b/games/gno3dtet/pkg-descr index d851b4d..1efa27b 100644 --- a/games/gno3dtet/pkg-descr +++ b/games/gno3dtet/pkg-descr @@ -3,7 +3,7 @@ that reminds me of games I used to play 10 years ago. It'll make for hours of fun if you learn how to move the pieces around right. -WWW: http://webdat.com/seb +WWW: http://webdat.com/seb/3dtetris.html Author: Sebastien Nicoud <snicoud@rmi.net> --Will <andrews@technologist.com> |