ports/139667: [PATCH] irc/p5-POE-Component-IRC: update to 6.16

Sylvio Cesar scjamorim at bsd.com.br
Fri Oct 16 01:00:12 UTC 2009


>Number:         139667
>Category:       ports
>Synopsis:       [PATCH] irc/p5-POE-Component-IRC: update to 6.16
>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:   Fri Oct 16 01:00:10 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009
>Description:
- Update to 6.16
- Changed pkg-plist
- Changed form how install examples

Port maintainer (miwi at FreeBSD.org) is cc'd.

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

--- p5-POE-Component-IRC-6.16.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/p5-POE-Component-IRC/Makefile,v
retrieving revision 1.51
diff -u -u -r1.51 Makefile
--- Makefile	28 Sep 2009 09:17:29 -0000	1.51
+++ Makefile	16 Oct 2009 00:55:14 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	POE-Component-IRC
-PORTVERSION=	6.14
+PORTVERSION=	6.16
 CATEGORIES=	irc devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -24,6 +24,8 @@
 
 PERL_CONFIGURE=	yes
 
+PORTEXAMPLES=	*
+
 MAN3=		POE::Component::IRC.3 \
 		POE::Component::IRC::Common.3 \
 		POE::Component::IRC::Constants.3 \
@@ -62,8 +64,8 @@
 
 post-install:
 .ifndef(NOPORTEXAMPLES)
-	@${INSTALL} -d ${EXAMPLESDIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/irc/p5-POE-Component-IRC/distinfo,v
retrieving revision 1.47
diff -u -u -r1.47 distinfo
--- distinfo	28 Sep 2009 09:17:29 -0000	1.47
+++ distinfo	16 Oct 2009 00:55:14 -0000
@@ -1,3 +1,3 @@
-MD5 (POE-Component-IRC-6.14.tar.gz) = d29749cee479d0a60fe2ec694262a29b
-SHA256 (POE-Component-IRC-6.14.tar.gz) = ff37c5593c134531b3f54073947780c2f9fdfc6423d6cc61fff28caee33baf8d
-SIZE (POE-Component-IRC-6.14.tar.gz) = 352791
+MD5 (POE-Component-IRC-6.16.tar.gz) = d46755e1dc2f0714c1648bcacd22eb3a
+SHA256 (POE-Component-IRC-6.16.tar.gz) = bd3c621ad31a1342419dc177db2ff7b98858ef888c4216c40cb36ddf67e015ad
+SIZE (POE-Component-IRC-6.16.tar.gz) = 353729
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/irc/p5-POE-Component-IRC/pkg-plist,v
retrieving revision 1.20
diff -u -u -r1.20 pkg-plist
--- pkg-plist	3 Feb 2009 13:36:16 -0000	1.20
+++ pkg-plist	16 Oct 2009 00:55:14 -0000
@@ -34,17 +34,6 @@
 %%SITE_PERL%%/POE/Filter/IRC.pm
 %%SITE_PERL%%/POE/Filter/IRC/Compat.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aimproxy.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dcctest.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicebot.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eliza.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircproxy.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logger.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/moo.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rot13_multi.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simpleclient.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tinyurl.pl
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
--- p5-POE-Component-IRC-6.16.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list