ports/138748: [PATCH] irc/bip: update to 0.8.2

Sylvio Cesar scjamorim at bsd.com.br
Sat Sep 12 05:20:02 UTC 2009


>Number:         138748
>Category:       ports
>Synopsis:       [PATCH] irc/bip: update to 0.8.2
>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:   Sat Sep 12 05:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Update to 0.8.2
- It was changed the form with installs the DOCS and EXAMPLES
- Removed lines in blank of pkg-message.in

You can see the log in my tinderbox:
6-stable - amd64
http://www.scjamorim.org/Home/bip-0.8.2-6amd64.log

7-stable - amd64
http://www.scjamorim.org/Home/bip-0.8.2-7amd64.log

8-current - amd64
http://www.scjamorim.org/Home/bip-0.8.2-8amd64.log

6-stable - i386
http://www.scjamorim.org/Home/bip-0.8.2-6i386.log

7-stable - i386
http://www.scjamorim.org/Home/bip-0.8.2-7i386.log

8-current - i386
http://www.scjamorim.org/Home/bip-0.8.2-8i386.log


Port maintainer (scjamorim at bsd.com.br) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- bip-0.8.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/bip/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	30 Aug 2009 23:34:02 -0000	1.9
+++ Makefile	12 Sep 2009 04:51:40 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bip
-PORTVERSION=	0.8.1
+PORTVERSION=	0.8.2
 CATEGORIES=	irc
 MASTER_SITES=	http://bip.t1r.net/downloads/ \
 		http://distfiles.gentoo.org/distfiles/ \
@@ -37,13 +37,17 @@
 	@cd ${WRKSRC} && ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5
 
 .if !defined(NOPORTDOCS)
-	@${INSTALL} -d ${DOCSDIR}
-	@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
+.for docs in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+.endfor
 .endif
 
 .if !defined(NOPORTEXAMPLES)
-	@${INSTALL} -d ${EXAMPLESDIR}
-	@cd ${WRKSRC}/samples && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
+	@${MKDIR} ${EXAMPLESDIR}
+.for examples in ${PORTEXAMPLES}
+	${INSTALL_DATA} ${WRKSRC}/samples/${examples} ${EXAMPLESDIR}
+.endfor
 .endif
 	@${CAT} ${PKGMESSAGE}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/irc/bip/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	30 Aug 2009 23:34:02 -0000	1.7
+++ distinfo	12 Sep 2009 04:51:40 -0000
@@ -1,3 +1,3 @@
-MD5 (bip-0.8.1.tar.gz) = c05486f2601b2eb7481d7ca62c65388a
-SHA256 (bip-0.8.1.tar.gz) = e464d8ab7c2a98c11a09d6acb166dd71c12245b651893d2a02ed0f57429d0bb8
-SIZE (bip-0.8.1.tar.gz) = 203866
+MD5 (bip-0.8.2.tar.gz) = 3f3a66f6179456ba7efb1970a89f46dd
+SHA256 (bip-0.8.2.tar.gz) = 3367f4e6a3a352fd756db478d4a92378e370318a4c961ae03b0a1b40f46a1cfd
+SIZE (bip-0.8.2.tar.gz) = 208502
Index: files/pkg-message.in
===================================================================
RCS file: /home/ncvs/ports/irc/bip/files/pkg-message.in,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-message.in
--- files/pkg-message.in	17 Dec 2007 03:48:51 -0000	1.1
+++ files/pkg-message.in	12 Sep 2009 04:51:40 -0000
@@ -1,4 +1,3 @@
-
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Your sample configuration files have been installed in:
 %%EXAMPLESDIR%%/bip.conf
@@ -7,5 +6,4 @@
 copy bip.conf there and edit it for your settings.
 
 bip will not start if you don't do this. 
-
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
--- bip-0.8.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list