ports/120770: [maintainer update - patch] update irc/bip to version 0.7.0

Chess Griffin chess at chessgriffin.com
Sun Feb 17 19:40:01 UTC 2008


>Number:         120770
>Category:       ports
>Synopsis:       [maintainer update - patch] update irc/bip to version 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 17 19:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Chess Griffin
>Release:        7.0-PRERELEASE
>Organization:
>Environment:
>Description:
FreeBSD bsdbob.localdomain 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Sat Feb 16 14:14:33 EST 2008     root at bsdbob.localdomain:/usr/obj/usr/src/sys/CHESS  i386

>How-To-Repeat:
Attached patch will update irc/bip to version 0.7.0 released yesterday.  Has been successfully tested and built on a tinderbox, and runs fine on my own machine.
>Fix:


Patch attached with submission follows:

diff -ruN bip.orig/Makefile bip/Makefile
--- bip.orig/Makefile	2008-02-17 13:55:55.000000000 -0500
+++ bip/Makefile	2008-02-17 14:18:45.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bip
-PORTVERSION=	0.6.1
+PORTVERSION=	0.7.0
 CATEGORIES=	irc
 MASTER_SITES=	http://bip.t1r.net/downloads/ \
 		http://distfiles.gentoo.org/distfiles/ \
@@ -23,15 +23,18 @@
 
 PLIST_FILES=	bin/bip bin/bipmkpw
 SUB_FILES=	pkg-message
-MAN1=		bip.1 bip.conf.1 bipmkpw.1
+MAN1=		bip.1 bipmkpw.1
+MAN5=		bip.conf.5
+
+PORTDOCS=	AUTHORS BUGS ChangeLog NEWS README TODO 
 
-PORTDOCS=	AUTHORS ChangeLog NEWS README README.floodcontrol TODO
 PORTEXAMPLES=	bip.conf bip.vim
 
 .include <bsd.port.pre.mk>
 
 post-install:
 	@cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1
+	@cd ${WRKSRC} && ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5
 
 .if !defined(NOPORTDOCS)
 	@${INSTALL} -d ${DOCSDIR}
diff -ruN bip.orig/distinfo bip/distinfo
--- bip.orig/distinfo	2008-02-17 13:55:55.000000000 -0500
+++ bip/distinfo	2008-02-17 13:56:32.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (bip-0.6.1.tar.gz) = a70fbc2f8356787eeb0e7db6063f96e4
-SHA256 (bip-0.6.1.tar.gz) = 90ca63e775f7ebfa739c134c35a14161e943a58c59df3ecc39214309abf0ad89
-SIZE (bip-0.6.1.tar.gz) = 175092
+MD5 (bip-0.7.0.tar.gz) = 4320110d691eca938aa39b34ae65d027
+SHA256 (bip-0.7.0.tar.gz) = 7ec5a3594879a9da6e0d1e5176a2404d2d64daa8af965207471e677e2ca7d2c3
+SIZE (bip-0.7.0.tar.gz) = 272814


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



More information about the freebsd-ports-bugs mailing list