svn commit: r311561 - head/irc/p5-POE-Component-IRC
Martin Wilke
miwi at FreeBSD.org
Mon Feb 4 02:45:34 UTC 2013
Author: miwi
Date: Mon Feb 4 02:45:33 2013
New Revision: 311561
URL: http://svnweb.freebsd.org/changeset/ports/311561
Log:
- Update to 6.81
- Convert to OPTIONSng
PR: 173867
Submitted by: Jase Thew <jase at FreeBSD.org>
Modified:
head/irc/p5-POE-Component-IRC/Makefile
head/irc/p5-POE-Component-IRC/distinfo
Modified: head/irc/p5-POE-Component-IRC/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC/Makefile Mon Feb 4 02:33:49 2013 (r311560)
+++ head/irc/p5-POE-Component-IRC/Makefile Mon Feb 4 02:45:33 2013 (r311561)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= POE-Component-IRC
-PORTVERSION= 6.80
+PORTVERSION= 6.81
CATEGORIES= irc devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BINGOS
@@ -66,8 +66,10 @@ MAN3= POE::Component::IRC.3 \
POE::Filter::IRC.3 \
POE::Filter::IRC::Compat.3
+.include <bsd.port.options.mk>
+
post-install:
-.ifndef(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
Modified: head/irc/p5-POE-Component-IRC/distinfo
==============================================================================
--- head/irc/p5-POE-Component-IRC/distinfo Mon Feb 4 02:33:49 2013 (r311560)
+++ head/irc/p5-POE-Component-IRC/distinfo Mon Feb 4 02:45:33 2013 (r311561)
@@ -1,2 +1,2 @@
-SHA256 (POE-Component-IRC-6.80.tar.gz) = c4b27346012136ef21fea01a5db51dab8884dadfc23a413d5a23c9918cce5499
-SIZE (POE-Component-IRC-6.80.tar.gz) = 403806
+SHA256 (POE-Component-IRC-6.81.tar.gz) = 9512d51c66873af0708732275932fb5af76147fb101bbad841654ab7f98e1cdd
+SIZE (POE-Component-IRC-6.81.tar.gz) = 403844
More information about the svn-ports-head
mailing list