diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-06 15:15:18 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-06 15:15:18 +0000 |
commit | d9fdd8eb051df5351a311818841e4a160fa084bb (patch) | |
tree | ef6354c07966014eefd764e5ecfc419c1374d4cc /games | |
parent | 971449d1b65e6b38483797403911559e5b08ee30 (diff) | |
download | ports-d9fdd8eb051df5351a311818841e4a160fa084bb.tar.gz ports-d9fdd8eb051df5351a311818841e4a160fa084bb.zip |
Notes
Diffstat (limited to 'games')
-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> |