Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 Nov 2001 00:05:46 +0100 (CET)
From:      Anders Andersson <anders@codefactory.se>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31861: MAINTAINER update
Message-ID:  <20011108230546.05E6E2A84@jellyfish.codefactory.se>

next in thread | raw e-mail | index | archive | help

>Number:         31861
>Category:       ports
>Synopsis:       MAINTAINER update
>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:   Thu Nov 08 15:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Andersson
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
>Description:
	Upgrade port to latest version.

>How-To-Repeat:
>Fix:

diff -ruN ninja/Makefile ninja.new/Makefile
--- ninja/Makefile      Mon Oct 22 10:19:35 2001
+++ ninja.new/Makefile  Thu Nov  8 23:46:49 2001
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=      ninja
-PORTVERSION=   1.5.4
+PORTVERSION=   1.5.5
 CATEGORIES=    irc
 MASTER_SITES=  ftp://ninja.qoop.org/ninja/sources/
-DISTNAME=      ${PORTNAME}-${PORTVERSION}-src
+DISTNAME=      ${PORTNAME}-${PORTVERSION}
      
 MAINTAINER=    anders@codefactory.se
        
@@ -20,15 +20,12 @@
	 
 IRCLIB=                ${PREFIX}/share/ninja
	   
-pre-patch:
-       @${CP} ${WRKSRC}/config/configure ${WRKSRC}
-
 post-patch:
	@${PERL} -e "s|%%IRCLIB%%|${IRCLIB}|g" ${WRKSRC}/include/config.h.dist
		     
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/source/ninja ${PREFIX}/bin
-       ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/ninja ${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/ninjawserv ${PREFIX}/bin
        @${MKDIR} ${IRCLIB}/translation
	${INSTALL_DATA} ${WRKSRC}/translation/* ${IRCLIB}/translation

diff -ruN ninja/distinfo ninja.new/distinfo
--- ninja/distinfo      Mon Oct 22 10:19:35 2001
+++ ninja.new/distinfo  Thu Nov  8 11:37:48 2001
@@ -1 +1 @@
-MD5 (ninja-1.5.4-src.tar.gz) = d87e87c9819c4b9dc83218ade7df150a
+MD5 (ninja-1.5.5.tar.gz) = 01d83882c7462152b0a4e23c801e09ab
diff -ruN ninja/files/patch-aa ninja.new/files/patch-aa
--- ninja/files/patch-aa        Tue Mar  6 16:25:26 2001
+++ ninja.new/files/patch-aa    Thu Jan  1 01:00:00 1970
@@ -1,29 +0,0 @@
---- 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
- /*
--#define DEFAULT_HELP_PATH "/usr/local/lib/ninja/help:/usr/local/lib/irc/help:~/.ninja"
-+#define DEFAULT_HELP_PATH "%%IRCLIB%%/help:~/.ninja"
- */
- #define DEFAULT_HELP_PROMPT 1
- #define DEFAULT_HELP_WINDOW 0
diff -ruN ninja/pkg-plist ninja.new/pkg-plist
--- ninja/pkg-plist     Tue Jan 23 09:30:10 2001
+++ ninja.new/pkg-plist Thu Nov  8 23:50:02 2001
@@ -1,5 +1,5 @@
 bin/ninja
-bin/wserv
+bin/ninjawserv
 share/ninja/translation/ASCII
 share/ninja/translation/CP437
 share/ninja/translation/CP850

>Release-Note:
>Audit-Trail:
>Unformatted:
 >System: FreeBSD jellyfish.codefactory.se 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Nov 8 19:42:24 CET 2001 toor@jellyfish.codefactory.se:/usr/obj/usr/src/sys/JELLYFISH i386
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011108230546.05E6E2A84>