diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-17 15:01:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-17 15:01:45 +0800 |
commit | 423da6022dea7cf539e1956f8c4cc2fd21719034 (patch) | |
tree | 8ab7b46f58657faba0874887edf21bc1dff96e96 /irc/p5-POE-Component-IRC | |
parent | dbd36ed7ce2897a21f47d94e74a211e1c3114b6c (diff) | |
download | freebsd-ports-gnome-423da6022dea7cf539e1956f8c4cc2fd21719034.tar.gz freebsd-ports-gnome-423da6022dea7cf539e1956f8c4cc2fd21719034.tar.zst freebsd-ports-gnome-423da6022dea7cf539e1956f8c4cc2fd21719034.zip |
- Update to 6.16
PR: 139667
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Diffstat (limited to 'irc/p5-POE-Component-IRC')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 8 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 6 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 11 |
3 files changed, 8 insertions, 17 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 6637bf0e4be8..b5168fd8f345 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -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 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes +PORTEXAMPLES= * + MAN3= POE::Component::IRC.3 \ POE::Component::IRC::Common.3 \ POE::Component::IRC::Constants.3 \ @@ -62,8 +64,8 @@ MAN3= POE::Component::IRC.3 \ post-install: .ifndef(NOPORTEXAMPLES) - @${INSTALL} -d ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 2076df788439..a2afb8b19bdc 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -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 diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index afbcdd4b38a8..988cd464d7ae 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -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 |