From owner-svn-ports-head@freebsd.org Tue Feb 28 09:47:39 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 70886CEE9A7; Tue, 28 Feb 2017 09:47:39 +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 24152C09; Tue, 28 Feb 2017 09:47:39 +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 v1S9lcDs069407; Tue, 28 Feb 2017 09:47:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lbLo069404; Tue, 28 Feb 2017 09:47:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lbLo069404@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:47:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435032 - head/misc/p5-Business-UPS 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:47:39 -0000 Author: sunpoet Date: Tue Feb 28 09:47:37 2017 New Revision: 435032 URL: https://svnweb.freebsd.org/changeset/ports/435032 Log: Update to 2.01 - Add LICENSE - Add NO_ARCH - Convert to options target helper - Sort PLIST Modified: head/misc/p5-Business-UPS/Makefile head/misc/p5-Business-UPS/distinfo head/misc/p5-Business-UPS/pkg-plist Modified: head/misc/p5-Business-UPS/Makefile ============================================================================== --- head/misc/p5-Business-UPS/Makefile Tue Feb 28 09:47:32 2017 (r435031) +++ head/misc/p5-Business-UPS/Makefile Tue Feb 28 09:47:37 2017 (r435032) @@ -2,25 +2,28 @@ # $FreeBSD$ PORTNAME= Business-UPS -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.01 CATEGORIES= misc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:JWHEELER +MASTER_SITE_SUBDIR= CPAN:TODDR PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= UPS Interface Module +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/misc/p5-Business-UPS/distinfo ============================================================================== --- head/misc/p5-Business-UPS/distinfo Tue Feb 28 09:47:32 2017 (r435031) +++ head/misc/p5-Business-UPS/distinfo Tue Feb 28 09:47:37 2017 (r435032) @@ -1,2 +1,3 @@ -SHA256 (Business-UPS-2.0.tar.gz) = 46b2b09acfdef1d2e437ab3b6fd839e1dbdab58f15cc68807005c4d379ae3d54 -SIZE (Business-UPS-2.0.tar.gz) = 9127 +TIMESTAMP = 1488262599 +SHA256 (Business-UPS-2.01.tar.gz) = eff7f40e4b6bf5107dea93442cdce9763f2c911554b1de040dff10944d946164 +SIZE (Business-UPS-2.01.tar.gz) = 9341 Modified: head/misc/p5-Business-UPS/pkg-plist ============================================================================== --- head/misc/p5-Business-UPS/pkg-plist Tue Feb 28 09:47:32 2017 (r435031) +++ head/misc/p5-Business-UPS/pkg-plist Tue Feb 28 09:47:37 2017 (r435032) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Business::UPS.3.gz %%SITE_PERL%%/Business/UPS.pm %%SITE_PERL%%/auto/Business/UPS/autosplit.ix +%%PERL5_MAN3%%/Business::UPS.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.pl