diff options
author | knu <knu@FreeBSD.org> | 2011-01-22 12:05:05 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2011-01-22 12:05:05 +0800 |
commit | 4790837cab5589be2841b2e2ee40fd84f6938c3f (patch) | |
tree | 354b491e64bef5100272d90bdbad177450dcb2cb | |
parent | 94397b12ae20a9cae82e955a3322a60ceba11eaa (diff) | |
download | freebsd-ports-gnome-4790837cab5589be2841b2e2ee40fd84f6938c3f.tar.gz freebsd-ports-gnome-4790837cab5589be2841b2e2ee40fd84f6938c3f.tar.zst freebsd-ports-gnome-4790837cab5589be2841b2e2ee40fd84f6938c3f.zip |
Update to 3.5.3.20101010.
Feature safe: yes
-rw-r--r-- | games/unnethack/Makefile | 3 | ||||
-rw-r--r-- | games/unnethack/distinfo | 5 | ||||
-rw-r--r-- | games/unnethack/files/patch-config.h | 27 |
3 files changed, 12 insertions, 23 deletions
diff --git a/games/unnethack/Makefile b/games/unnethack/Makefile index 852d3f138a2d..01a956b10ad0 100644 --- a/games/unnethack/Makefile +++ b/games/unnethack/Makefile @@ -6,8 +6,7 @@ # PORTNAME= unnethack -PORTVERSION= 3.5.2.20100110 -PORTREVISION= 1 +PORTVERSION= 3.5.3.20101010 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} diff --git a/games/unnethack/distinfo b/games/unnethack/distinfo index 9f9b834b0226..874a349e381e 100644 --- a/games/unnethack/distinfo +++ b/games/unnethack/distinfo @@ -1,3 +1,2 @@ -MD5 (unnethack-3.5.2-20100110.tar.gz) = cac6c3a87b0ffcc03c4b2bad11a4d1f1 -SHA256 (unnethack-3.5.2-20100110.tar.gz) = e28f4bf014569d63425550a00dd377b364aeb9b05ad020789de8d616df0579a9 -SIZE (unnethack-3.5.2-20100110.tar.gz) = 3723598 +SHA256 (unnethack-3.5.3-20101010.tar.gz) = 50af40761316fcede4c93b816d6c3b910cf3ca39551c50c0c35d622a9af36543 +SIZE (unnethack-3.5.3-20101010.tar.gz) = 3875013 diff --git a/games/unnethack/files/patch-config.h b/games/unnethack/files/patch-config.h index 47a59fd2d247..2090e01a2172 100644 --- a/games/unnethack/files/patch-config.h +++ b/games/unnethack/files/patch-config.h @@ -1,24 +1,15 @@ -$FreeBSD$ - ---- include/config.h.orig 2010-01-10 23:51:18.000000000 +0900 -+++ include/config.h 2010-01-19 13:36:18.734207870 +0900 -@@ -178,11 +178,11 @@ - #ifndef AUTOCONF - #ifdef UNIX - /* path and file name extension for compression program */ --#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --#define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ -+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ +--- include/config.h.orig 2010-10-10 21:46:00.000000000 +0900 ++++ include/config.h 2011-01-22 01:34:41.205152954 +0900 +@@ -188,7 +188,7 @@ + /* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ + /* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ /* An example of one alternative you might want to use: */ --/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ --/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ +-#define COMPRESS "/bin/gzip" /* FSF gzip compression */ +#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ + #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ #endif - #ifndef COMPRESS -@@ -195,7 +195,7 @@ +@@ -202,7 +202,7 @@ * a tar-like file, thus making a neater installation. See *conf.h * for detailed configuration. */ @@ -27,7 +18,7 @@ $FreeBSD$ /* * Defining INSURANCE slows down level changes, but allows games that -@@ -214,7 +214,7 @@ +@@ -221,7 +221,7 @@ * otherwise it will be the current directory. */ # ifndef HACKDIR |