diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-20 23:10:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-20 23:10:04 +0800 |
commit | 2f58ff1f712483dd43f8ae743566a90bae6f2dcb (patch) | |
tree | 1f6ff3b89b9cac7f394e535e5a4ca87a7bcd1afb /irc | |
parent | e86565ff2c3156f8ab2f2ebccfbef4e25aec87d1 (diff) | |
download | freebsd-ports-gnome-2f58ff1f712483dd43f8ae743566a90bae6f2dcb.tar.gz freebsd-ports-gnome-2f58ff1f712483dd43f8ae743566a90bae6f2dcb.tar.zst freebsd-ports-gnome-2f58ff1f712483dd43f8ae743566a90bae6f2dcb.zip |
Update to 1.04
- Add LICENSE
- Add missing OPTIONS_DEFINE=EXAMPLES
- Add NO_ARCH
- Use PORTEXAMPLES
- Convert to options target helper
Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-CoreList/Changes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile | 19 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo | 5 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist | 1 |
3 files changed, 16 insertions, 9 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile index 376b4b65bad6..60912f99b859 100644 --- a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-IRC-Plugin-CoreList -PORTVERSION= 1.02 -PORTREVISION= 1 +PORTVERSION= 1.04 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +10,24 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= IRC plugin that provides CoreList goodness +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC -RUN_DEPENDS= p5-POE>=0:devel/p5-POE \ - p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC +RUN_DEPENDS:= ${BUILD_DEPENDS} -PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" +OPTIONS_DEFINE= EXAMPLES + +NO_ARCH= yes USES= perl5 USE_PERL5= configure -post-install: +PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" +PORTEXAMPLES= * + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo b/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo index b8884939fe0b..ea3f30e85669 100644 --- a/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo @@ -1,2 +1,3 @@ -SHA256 (POE-Component-IRC-Plugin-CoreList-1.02.tar.gz) = e00cd6181566777d405c1f222e6eb62f6e41e7fc8ddebe528b7ac6edf3e9d936 -SIZE (POE-Component-IRC-Plugin-CoreList-1.02.tar.gz) = 28630 +TIMESTAMP = 1487527746 +SHA256 (POE-Component-IRC-Plugin-CoreList-1.04.tar.gz) = a701d448737660301fbfb2c2507b0760f32830967d531f4de5f1d8315ea19ee3 +SIZE (POE-Component-IRC-Plugin-CoreList-1.04.tar.gz) = 13481 diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist b/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist index 24b5a5509849..0171deae6870 100644 --- a/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist @@ -1,3 +1,2 @@ %%SITE_PERL%%/POE/Component/IRC/Plugin/CoreList.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl %%PERL5_MAN3%%/POE::Component::IRC::Plugin::CoreList.3.gz |