Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 22:30:04 +0100 (CET)
From:      Vincent Tantardini <vinc@FreeBSD-fr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61333: [update orphaned port] : games/bs - update to 2.7
Message-ID:  <20040113213004.99D8B8C7@sativa.0x45.org>
Resent-Message-ID: <200401132130.i0DLUC2E031518@freefall.freebsd.org>

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

>Number:         61333
>Category:       ports
>Synopsis:       [update orphaned port] : games/bs - update to 2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 13 13:30:12 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vincent Tantardini
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Kerneled.com
>Environment:
System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Dec 26 21:19:14 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386


	
>Description:
	Update to 2.7
>How-To-Repeat:
	
>Fix:

	

--- bs.diff begins here ---
diff -ruN bs.orig/Makefile bs/Makefile
--- bs.orig/Makefile	Tue Jan 13 22:27:56 2004
+++ bs/Makefile	Tue Jan 13 22:25:40 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bs
-PORTVERSION=	2.5
+PORTVERSION=	2.7
 CATEGORIES=	games
 MASTER_SITES=	http://www.catb.org/~esr/bs/
 
@@ -21,5 +21,10 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/bs.6 ${MANPREFIX}/man/man6
+
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -ruN bs.orig/distinfo bs/distinfo
--- bs.orig/distinfo	Tue Jan 13 22:27:56 2004
+++ bs/distinfo	Tue Jan 13 22:23:18 2004
@@ -1 +1 @@
-MD5 (bs-2.5.tar.gz) = 99ac7fad07623a86d3b3f155e11e72a6
+MD5 (bs-2.7.tar.gz) = 5786c6006e503d100e65139dadb5d5a7
diff -ruN bs.orig/pkg-plist bs/pkg-plist
--- bs.orig/pkg-plist	Tue Jan 13 22:27:56 2004
+++ bs/pkg-plist	Tue Jan 13 22:26:43 2004
@@ -1 +1,3 @@
 bin/bs
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- bs.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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