diff options
author | anholt <anholt@FreeBSD.org> | 2003-05-10 14:52:53 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-05-10 14:52:53 +0800 |
commit | cc33b9e5a829130b5f606667b4729bae7af9f7e3 (patch) | |
tree | 7956065efd7d837109c6767edac5d6119d4dcbbd /games | |
parent | 210b4dd97479e9df6f7a8db77be52995049c6aca (diff) | |
download | freebsd-ports-gnome-cc33b9e5a829130b5f606667b4729bae7af9f7e3.tar.gz freebsd-ports-gnome-cc33b9e5a829130b5f606667b4729bae7af9f7e3.tar.zst freebsd-ports-gnome-cc33b9e5a829130b5f606667b4729bae7af9f7e3.zip |
Update to 1.6.
PR: ports/52012
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/gnomekiss/Makefile | 3 | ||||
-rw-r--r-- | games/gnomekiss/distinfo | 2 | ||||
-rw-r--r-- | games/gnomekiss/files/patch-configure (renamed from games/gnomekiss/files/patch-aa) | 0 | ||||
-rw-r--r-- | games/gnomekiss/files/patch-src::event.c | 10 | ||||
-rw-r--r-- | games/gnomekiss/pkg-plist | 1 |
5 files changed, 13 insertions, 3 deletions
diff --git a/games/gnomekiss/Makefile b/games/gnomekiss/Makefile index 6f2a4773143f..59e3ed5d9b1b 100644 --- a/games/gnomekiss/Makefile +++ b/games/gnomekiss/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomekiss -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 1.6 CATEGORIES= games gnome MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/kiss/ diff --git a/games/gnomekiss/distinfo b/games/gnomekiss/distinfo index 5cd423e2583e..21d49cee1604 100644 --- a/games/gnomekiss/distinfo +++ b/games/gnomekiss/distinfo @@ -1 +1 @@ -MD5 (gnomekiss-1.4.tar.gz) = f5fe0eda4306e4cd0895dfb4081f9503 +MD5 (gnomekiss-1.6.tar.gz) = 1b25fdb9c9e2959cd9f31c7550a8b0fa diff --git a/games/gnomekiss/files/patch-aa b/games/gnomekiss/files/patch-configure index e42249c1001e..e42249c1001e 100644 --- a/games/gnomekiss/files/patch-aa +++ b/games/gnomekiss/files/patch-configure diff --git a/games/gnomekiss/files/patch-src::event.c b/games/gnomekiss/files/patch-src::event.c new file mode 100644 index 000000000000..8ba2cdc866f2 --- /dev/null +++ b/games/gnomekiss/files/patch-src::event.c @@ -0,0 +1,10 @@ +--- src/event.c.orig Sat May 10 07:14:55 2003 ++++ src/event.c Sat May 10 11:05:13 2003 +@@ -21,6 +21,7 @@ + #endif + + #include <sys/types.h> ++#include <signal.h> + #include <sys/wait.h> + #include <unistd.h> + #include <gnome.h> diff --git a/games/gnomekiss/pkg-plist b/games/gnomekiss/pkg-plist index deec8403a3e7..0eef0b03b01c 100644 --- a/games/gnomekiss/pkg-plist +++ b/games/gnomekiss/pkg-plist @@ -1,4 +1,5 @@ bin/gnomekiss +share/gnome/pixmaps/gnomekiss/besito_sinfondo.png share/gnome/pixmaps/gnomekiss/gnome-kiss.png share/gnome/apps/Games/gnomekiss.desktop share/locale/en_GB/LC_MESSAGES/gnomekiss.mo |