From owner-freebsd-ports Sun Mar 4 12:50:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA80537B718 for ; Sun, 4 Mar 2001 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f24Ko1Q53180; Sun, 4 Mar 2001 12:50:01 -0800 (PST) (envelope-from gnats) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id CDD6237B718 for ; Sun, 4 Mar 2001 12:48:40 -0800 (PST) (envelope-from greid@ukug.uk.freebsd.org) Received: from m415-mp1-cvx1b.gui.ntl.com ([62.252.9.159]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010304204831.WZKQ283.mta01-svc.ntlworld.com@m415-mp1-cvx1b.gui.ntl.com> for ; Sun, 4 Mar 2001 20:48:31 +0000 Message-Id: Date: Sun, 4 Mar 2001 20:58:25 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25532: [PATCH] Update irc/ninja -> 1.5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25532 >Category: ports >Synopsis: [PATCH] Update irc/ninja -> 1.5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 04 12:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Update port irc/ninja to version 1.5.2. MAINTAINER is ports@ >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/irc/ninja/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 2001/01/23 08:30:10 1.18 +++ Makefile 2001/03/04 20:46:39 @@ -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 Index: distinfo =================================================================== RCS file: /usr/home/ncvs/ports/irc/ninja/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 2001/01/23 08:30:10 1.8 +++ distinfo 2001/03/04 20:49:22 @@ -1 +1 @@ -MD5 (ninja-1.5.1-src.tar.gz) = 84b5b509e6244c7121c10f9f4d575fbe +MD5 (ninja-1.5.2-src.tar.gz) = dcc6cb3dce97d15b99c7bf64fc318e6d Index: files/patch-aa =================================================================== RCS file: /usr/home/ncvs/ports/irc/ninja/files/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- files/patch-aa 2001/01/23 08:30:12 1.4 +++ files/patch-aa 2001/03/04 20:52:06 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message