Date: Tue, 11 May 1999 18:26:44 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11659: Update: net/ninja Message-ID: <19990512012644.211471448@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 11659 >Category: ports >Synopsis: Update: net/ninja >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: Tue May 11 18:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.0.9. This unbreaks the port so should be committed. I'm the maintainer. >How-To-Repeat: >Fix: Index: ninja/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/ninja/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/21 00:33:34 1.2 +++ Makefile 1999/05/12 01:24:58 @@ -1,5 +1,5 @@ # New ports collection makefile for: Ninja-irc -# Version required: 1.0.7 +# Version required: 1.0.9 # Date created: 10 April 1999 # Whom: Chris Piazza <cpiazza@home.net> # @@ -7,18 +7,15 @@ # DISTNAME= ninja-src -PKGNAME= ninja-1.0.8 +PKGNAME= ninja-1.0.9 CATEGORIES= net MASTER_SITES= http://ninja.pimped.org/ MAINTAINER= cpiazza@home.net GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PKGNAME} -WRKSRC= ${WRKDIR}/ninja-irc - -MAN1= ninja.1 - post-patch: @${SED} -e s#__PREFIX__#$(PREFIX)#g $(WRKSRC)/include/config.h.dist > $(WRKSRC)/include/config.h.dist.new @${MV} $(WRKSRC)/include/config.h.dist.new $(WRKSRC)/include/config.h.dist @@ -26,14 +23,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/source/ninja ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/ninja/help - ${INSTALL_DATA} ${WRKSRC}/doc/ninja.help ${PREFIX}/share/ninja/help - ${INSTALL_MAN} ${WRKSRC}/doc/ninja.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ninja - ${INSTALL_DATA} ${WRKSRC}/doc/colors.txt ${PREFIX}/share/doc/ninja - ${INSTALL_DATA} ${WRKSRC}/doc/commands.txt ${PREFIX}/share/doc/ninja - ${INSTALL_DATA} ${WRKSRC}/doc/keyinfo.txt ${PREFIX}/share/doc/ninja -.endif .include <bsd.port.mk> Index: ninja/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/ninja/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/21 00:33:35 1.2 +++ md5 1999/05/12 01:18:01 @@ -1 +1 @@ -MD5 (ninja-src.tar.gz) = 7c33c33f1af4ca7c3f6ea1ec16cb685a +MD5 (ninja-src.tar.gz) = 8119460cbd2c0f6a9ebfe1816406a880 Index: ninja/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/net/ninja/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- patch-ab 1999/04/15 03:20:01 1.1.1.1 +++ patch-ab 1999/05/12 01:20:20 @@ -1,6 +1,6 @@ ---- configure.orig Tue Apr 13 23:49:03 1999 -+++ configure Tue Apr 13 23:49:19 1999 -@@ -3741,7 +3741,7 @@ +--- configure.orig Sun May 9 19:34:34 1999 ++++ configure Tue May 11 18:19:26 1999 +@@ -3816,7 +3816,7 @@ if test ! -n "$IRCLIB"; then Index: ninja/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/net/ninja/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/04/15 03:20:01 1.1.1.1 +++ PLIST 1999/05/12 01:25:18 @@ -1,9 +1,2 @@ bin/ninja bin/wserv -share/doc/ninja/colors.txt -share/doc/ninja/commands.txt -share/doc/ninja/keyinfo.txt -share/ninja/help/ninja.help -@dirrm share/doc/ninja -@dirrm share/ninja/help -@dirrm share/ninja -Chris >Release-Note: >Audit-Trail: >Unformatted: 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?19990512012644.211471448>