diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-06 23:15:18 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-06 23:15:18 +0800 |
commit | 136d9feb693105254b9cbcfc3829f2fc1fcfc431 (patch) | |
tree | 6051324a1b2de0618bed4dcff203b837576328e1 /games/gno3dtet | |
parent | 815d8ac0150cead19a460760e17ea3cc49e3ca88 (diff) | |
download | freebsd-ports-gnome-136d9feb693105254b9cbcfc3829f2fc1fcfc431.tar.gz freebsd-ports-gnome-136d9feb693105254b9cbcfc3829f2fc1fcfc431.tar.zst freebsd-ports-gnome-136d9feb693105254b9cbcfc3829f2fc1fcfc431.zip |
o Update to 1.6.4
o Update WWW tag in DESCR
PR: 31071
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'games/gno3dtet')
-rw-r--r-- | games/gno3dtet/Makefile | 4 | ||||
-rw-r--r-- | games/gno3dtet/distinfo | 2 | ||||
-rw-r--r-- | games/gno3dtet/files/patch-gno3dtet:main.cc | 10 | ||||
-rw-r--r-- | games/gno3dtet/pkg-descr | 2 |
4 files changed, 14 insertions, 4 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index 7cc322fdb2d9..71dcd30061e8 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gno3dtet -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.4 CATEGORIES= games gnome -MASTER_SITES= ftp://webdat.com/pub/seb/gno3dtet/ +MASTER_SITES= ftp://65.3.69.88/pub/gno3dtet/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/games/gno3dtet/distinfo b/games/gno3dtet/distinfo index 6e5102e702bd..45c91818fe53 100644 --- a/games/gno3dtet/distinfo +++ b/games/gno3dtet/distinfo @@ -1 +1 @@ -MD5 (gno3dtet-1.6.1.tgz) = 7a2791a7e14487bf8994242039bc019b +MD5 (gno3dtet-1.6.4.tgz) = 62c01388996b648c07fc2fe46fb6bca6 diff --git a/games/gno3dtet/files/patch-gno3dtet:main.cc b/games/gno3dtet/files/patch-gno3dtet:main.cc new file mode 100644 index 000000000000..5f5372a6bfdb --- /dev/null +++ b/games/gno3dtet/files/patch-gno3dtet:main.cc @@ -0,0 +1,10 @@ +--- gno3dtet/main.cc.orig Thu May 3 12:30:56 2001 ++++ gno3dtet/main.cc Sat Oct 6 02:07:05 2001 +@@ -374,6 +374,7 @@ + textdomain (PACKAGE); + + // init ++ setregid(getegid(), -1); + gnome_init_with_popt_table (GNO3DTET_EXENAME, GNO3DTET_VERSION, + argc, argv, options, 0, NULL); + diff --git a/games/gno3dtet/pkg-descr b/games/gno3dtet/pkg-descr index 1efa27ba1ca4..bd7060bb4974 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/3dtetris.html +WWW: http://gno3dtet.eseb.net/ Author: Sebastien Nicoud <snicoud@rmi.net> --Will <andrews@technologist.com> |