mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Update to 6.16
PR: 139667 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
This commit is contained in:
parent
92a855a1a5
commit
5c59f614dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242953
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user