Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2017 15:10:04 +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: r434460 - head/irc/p5-POE-Component-IRC-Plugin-CoreList
Message-ID:  <201702201510.v1KFA4I4036888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 20 15:10:04 2017
New Revision: 434460
URL: https://svnweb.freebsd.org/changeset/ports/434460

Log:
  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

Modified:
  head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile
  head/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo
  head/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist

Modified: head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile	Mon Feb 20 15:09:58 2017	(r434459)
+++ head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile	Mon Feb 20 15:10:04 2017	(r434460)
@@ -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}
 

Modified: head/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo	Mon Feb 20 15:09:58 2017	(r434459)
+++ head/irc/p5-POE-Component-IRC-Plugin-CoreList/distinfo	Mon Feb 20 15:10:04 2017	(r434460)
@@ -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

Modified: head/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist	Mon Feb 20 15:09:58 2017	(r434459)
+++ head/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-plist	Mon Feb 20 15:10:04 2017	(r434460)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702201510.v1KFA4I4036888>