From owner-svn-ports-head@freebsd.org Tue Feb 28 09:45:07 2017 Return-Path: Delivered-To: svn-ports-head@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 7CC5ACEE5AD; Tue, 28 Feb 2017 09:45:07 +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 2ADADD98; Tue, 28 Feb 2017 09:45:07 +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 v1S9j6QF067018; Tue, 28 Feb 2017 09:45:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9j5w7067015; Tue, 28 Feb 2017 09:45:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280945.v1S9j5w7067015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Feb 2017 09:45:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435015 - head/devel/p5-Class-Delegation X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:45:07 -0000 Author: sunpoet Date: Tue Feb 28 09:45:05 2017 New Revision: 435015 URL: https://svnweb.freebsd.org/changeset/ports/435015 Log: Update to 1.9.0 - Remove MASTER_SITE_SUBDIR - Add LICENSE - Add NO_ARCH - Convert to options target helper - Sort PLIST Changes: http://search.cpan.org/dist/Class-Delegation/Changes Modified: head/devel/p5-Class-Delegation/Makefile head/devel/p5-Class-Delegation/distinfo head/devel/p5-Class-Delegation/pkg-plist Modified: head/devel/p5-Class-Delegation/Makefile ============================================================================== --- head/devel/p5-Class-Delegation/Makefile Tue Feb 28 09:45:00 2017 (r435014) +++ head/devel/p5-Class-Delegation/Makefile Tue Feb 28 09:45:05 2017 (r435015) @@ -2,23 +2,24 @@ # $FreeBSD$ PORTNAME= Class-Delegation -PORTVERSION= 1.7.1 -DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTVERSION= 1.9.0 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DCONWAY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Object-oriented delegation +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/demo/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/devel/p5-Class-Delegation/distinfo ============================================================================== --- head/devel/p5-Class-Delegation/distinfo Tue Feb 28 09:45:00 2017 (r435014) +++ head/devel/p5-Class-Delegation/distinfo Tue Feb 28 09:45:05 2017 (r435015) @@ -1,2 +1,3 @@ -SHA256 (Class-Delegation-v1.7.1.tar.gz) = a4ce8608e2069aa5c96b8be47c6bad4bc64d4c5d22fd15429ac5135eb75f28f2 -SIZE (Class-Delegation-v1.7.1.tar.gz) = 14583 +TIMESTAMP = 1488223206 +SHA256 (Class-Delegation-1.9.0.tar.gz) = 9841da97bbade4cb5a29127b07077de789736ba215b70fe229a9ff9260ff55df +SIZE (Class-Delegation-1.9.0.tar.gz) = 14709 Modified: head/devel/p5-Class-Delegation/pkg-plist ============================================================================== --- head/devel/p5-Class-Delegation/pkg-plist Tue Feb 28 09:45:00 2017 (r435014) +++ head/devel/p5-Class-Delegation/pkg-plist Tue Feb 28 09:45:05 2017 (r435015) @@ -1,5 +1,5 @@ -%%PERL5_MAN3%%/Class::Delegation.3.gz %%SITE_PERL%%/Class/Delegation.pm +%%PERL5_MAN3%%/Class::Delegation.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_adapt_interface.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_change_semantics.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_facade.pl