From owner-svn-ports-all@freebsd.org Mon Feb 20 15:10:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B204ECE503E; Mon, 20 Feb 2017 15:10:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ECFF189C; Mon, 20 Feb 2017 15:10:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1KFA4LH036891; Mon, 20 Feb 2017 15:10:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1KFA4I4036888; Mon, 20 Feb 2017 15:10:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702201510.v1KFA4I4036888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Feb 2017 15:10:04 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 15:10:05 -0000 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