diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-12 13:09:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-12 13:09:46 +0000 |
commit | e67ef85cc7a048b802ab14101a8ab25b5bc282b1 (patch) | |
tree | 35d3348a57801720f146300144399dc1778903eb /games | |
parent | 1993117f186ac2e1c50a175554e624490ed77173 (diff) | |
download | ports-e67ef85cc7a048b802ab14101a8ab25b5bc282b1.tar.gz ports-e67ef85cc7a048b802ab14101a8ab25b5bc282b1.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/teg/Makefile | 2 | ||||
-rw-r--r-- | games/teg/distinfo | 2 | ||||
-rw-r--r-- | games/teg/files/patch-server::aux.c | 13 | ||||
-rw-r--r-- | games/teg/pkg-plist | 2 |
4 files changed, 17 insertions, 2 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index 66c66024c5d7..63b763861ce6 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= teg -PORTVERSION= 0.5.11 +PORTVERSION= 0.6.3 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/teg/distinfo b/games/teg/distinfo index 6a5bedb92249..ea929af16ca2 100644 --- a/games/teg/distinfo +++ b/games/teg/distinfo @@ -1 +1 @@ -MD5 (teg-0.5.11.tar.gz) = 48e95693d947c7231751d28fcc53cc29 +MD5 (teg-0.6.3.tar.gz) = e4d4ce110d4d8ff2757df036ae1ccf94 diff --git a/games/teg/files/patch-server::aux.c b/games/teg/files/patch-server::aux.c new file mode 100644 index 000000000000..fafc75fd2718 --- /dev/null +++ b/games/teg/files/patch-server::aux.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- server/aux.c 2001/04/12 12:54:48 1.1 ++++ server/aux.c 2001/04/12 12:55:13 +@@ -28,6 +28,7 @@ + #include <stdlib.h> + #include <string.h> + #include <assert.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> diff --git a/games/teg/pkg-plist b/games/teg/pkg-plist index 914c17f5c017..557f74c78331 100644 --- a/games/teg/pkg-plist +++ b/games/teg/pkg-plist @@ -40,9 +40,11 @@ share/gnome/pixmaps/teg_pix/alemania.png share/gnome/pixmaps/teg_pix/arabia.png share/gnome/pixmaps/teg_pix/aral.png share/gnome/pixmaps/teg_pix/argentina.png +share/gnome/pixmaps/teg_pix/arrow_right.png share/gnome/pixmaps/teg_pix/australia.png share/gnome/pixmaps/teg_pix/board.png share/gnome/pixmaps/teg_pix/borneo.png +share/gnome/pixmaps/teg_pix/box.png share/gnome/pixmaps/teg_pix/brasil.png share/gnome/pixmaps/teg_pix/california.png share/gnome/pixmaps/teg_pix/canada.png |