diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-04 10:45:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-04 10:45:33 +0800 |
commit | 141d0776b88032b4c38d864f0dce620050f5cfd2 (patch) | |
tree | ef74adb5785ca9c73b475ab3e599981b9df16f27 /irc | |
parent | cf8b1a9697c030fa8aca5df05a0c68a935156e79 (diff) | |
download | freebsd-ports-gnome-141d0776b88032b4c38d864f0dce620050f5cfd2.tar.gz freebsd-ports-gnome-141d0776b88032b4c38d864f0dce620050f5cfd2.tar.zst freebsd-ports-gnome-141d0776b88032b4c38d864f0dce620050f5cfd2.zip |
- Update to 6.81
- Convert to OPTIONSng
PR: 173867
Submitted by: Jase Thew <jase@FreeBSD.org>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 6 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 45a7abffc7e6..fe012a7f0ed2 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -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 diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 42ee0de15097..98f6f67e4acf 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -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 |