diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-05-10 06:52:53 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-05-10 06:52:53 +0000 |
commit | f07965391aa9d6cd3dfccb7716245c35eb4bc740 (patch) | |
tree | 49426d56933d0888324939d6e112286d5b2fdd61 /games | |
parent | dd00ced44f218807f32b9b03abba23e6584df760 (diff) | |
download | ports-f07965391aa9d6cd3dfccb7716245c35eb4bc740.tar.gz ports-f07965391aa9d6cd3dfccb7716245c35eb4bc740.zip |
Update to 1.6.
PR: ports/52012
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=80588
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 |