Bug 11659 - Update: net/ninja
Summary: Update: net/ninja
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-12 02:30 UTC by cpiazza
Modified: 1999-05-17 00:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cpiazza 1999-05-12 02:30:01 UTC
Update to 1.0.9.  This unbreaks the port so should be committed.
I'm the maintainer.

Fix: 

-Chris--WkKFAbD2orT5529HDNaalpWDQqYW6UoTwItZ12JeiJ7tBqJO
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-05-17 00:43:04 UTC
State Changed
From-To: open->closed

Update committed, thanks!