Date: Mon, 20 Feb 2017 15:09:58 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434459 - head/irc/p5-POE-Component-IRC-Plugin-Bollocks Message-ID: <201702201509.v1KF9wb6036729@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Feb 20 15:09:58 2017 New Revision: 434459 URL: https://svnweb.freebsd.org/changeset/ports/434459 Log: Update to 1.02 - Add LICENSE - Sort *_DEPENDS - 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-Bollocks/Changes Modified: head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile head/irc/p5-POE-Component-IRC-Plugin-Bollocks/distinfo head/irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-plist Modified: head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile Mon Feb 20 15:09:54 2017 (r434458) +++ head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile Mon Feb 20 15:09:58 2017 (r434459) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-IRC-Plugin-Bollocks -PORTVERSION= 1.00 -PORTREVISION= 2 +PORTVERSION= 1.02 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +10,25 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin that talks bollocks +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Dev-Bollocks>=0.06:textproc/p5-Dev-Bollocks \ - p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ - p5-POE>=0:devel/p5-POE + 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} Modified: head/irc/p5-POE-Component-IRC-Plugin-Bollocks/distinfo ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Bollocks/distinfo Mon Feb 20 15:09:54 2017 (r434458) +++ head/irc/p5-POE-Component-IRC-Plugin-Bollocks/distinfo Mon Feb 20 15:09:58 2017 (r434459) @@ -1,2 +1,3 @@ -SHA256 (POE-Component-IRC-Plugin-Bollocks-1.00.tar.gz) = eba9250425a8fb447260a62a580f1bc23ce85145fed508e2462cf7cabe89b2db -SIZE (POE-Component-IRC-Plugin-Bollocks-1.00.tar.gz) = 23175 +TIMESTAMP = 1487527738 +SHA256 (POE-Component-IRC-Plugin-Bollocks-1.02.tar.gz) = a7f609c01d502e60bfb1a3ef8005926df5660163ea338ae43f371bb92909cf86 +SIZE (POE-Component-IRC-Plugin-Bollocks-1.02.tar.gz) = 12058 Modified: head/irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-plist ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-plist Mon Feb 20 15:09:54 2017 (r434458) +++ head/irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-plist Mon Feb 20 15:09:58 2017 (r434459) @@ -1,3 +1,2 @@ %%SITE_PERL%%/POE/Component/IRC/Plugin/Bollocks.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl %%PERL5_MAN3%%/POE::Component::IRC::Plugin::Bollocks.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702201509.v1KF9wb6036729>