diff options
-rw-r--r-- | irc/ninja/Makefile | 2 | ||||
-rw-r--r-- | irc/ninja/distinfo | 2 | ||||
-rw-r--r-- | irc/ninja/files/patch-aa | 22 |
3 files changed, 22 insertions, 4 deletions
diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index f486f25c89d9..8853667c53ad 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ninja -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= irc MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/irc/ninja/distinfo b/irc/ninja/distinfo index 5b1e0b2639f3..bb088fe7cdd7 100644 --- a/irc/ninja/distinfo +++ b/irc/ninja/distinfo @@ -1 +1 @@ -MD5 (ninja-1.5.1-src.tar.gz) = 84b5b509e6244c7121c10f9f4d575fbe +MD5 (ninja-1.5.2-src.tar.gz) = bc58d8847433f6f41f16a4d51d3ed98c diff --git a/irc/ninja/files/patch-aa b/irc/ninja/files/patch-aa index 84450304b076..b4339e620af9 100644 --- a/irc/ninja/files/patch-aa +++ b/irc/ninja/files/patch-aa @@ -1,5 +1,23 @@ ---- include/config.h.dist.orig Wed Sep 27 07:17:23 2000 -+++ include/config.h.dist Wed Jan 17 22:31:50 2001 +--- include/config.h.dist.orig Tue Sep 26 23:17:23 2000 ++++ include/config.h.dist Sun Mar 4 20:51:50 2001 +@@ -52,7 +52,7 @@ + + /* UNIX_MAIL is the normal unix mail format. */ + #ifndef UNIX_MAIL +-#define UNIX_MAIL "/usr/spool/mail" /* */ ++#define UNIX_MAIL "/var/mail" /* */ + #endif + + /* +@@ -69,7 +69,7 @@ + * If you undefine this you will spare some code, though, so better only + * set if you are sure you are going to keep your help-files compressed. + */ +-#define ZCAT "/bin/zcat" ++#define ZCAT "/usr/bin/zcat" + + /* Define ZSUFFIX in case we are using ZCAT */ + #ifdef ZCAT @@ -170,7 +170,7 @@ #define DEFAULT_HACKED_IDENTD NULL #define DEFAULT_HELP_PAGER 1 |