Update to 3.5.3.20101010.
Feature safe: yes
This commit is contained in:
parent
55d06c6dea
commit
52a63fcb27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268105
3 changed files with 12 additions and 23 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue