Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2017 10:34:40 +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: r438011 - head/devel/p5-System-Sub
Message-ID:  <201704081034.v38AYeoE096330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  8 10:34:40 2017
New Revision: 438011
URL: https://svnweb.freebsd.org/changeset/ports/438011

Log:
  Update to 0.162800
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/System-Sub/Changes
  PR:		218356
  Submitted by:	sunpoet (myself)
  With hat:	perl

Modified:
  head/devel/p5-System-Sub/Makefile
  head/devel/p5-System-Sub/distinfo
  head/devel/p5-System-Sub/pkg-plist

Modified: head/devel/p5-System-Sub/Makefile
==============================================================================
--- head/devel/p5-System-Sub/Makefile	Sat Apr  8 10:34:35 2017	(r438010)
+++ head/devel/p5-System-Sub/Makefile	Sat Apr  8 10:34:40 2017	(r438011)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	System-Sub
-PORTVERSION=	0.150960
+PORTVERSION=	0.162800
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,12 +11,14 @@ COMMENT=	Wrap external command with a DW
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS:=	p5-File-Which>=0:sysutils/p5-File-Which \
 		p5-IPC-Run>=0:devel/p5-IPC-Run \
 		p5-Sub-Name>=0:devel/p5-Sub-Name
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-System-Sub/distinfo
==============================================================================
--- head/devel/p5-System-Sub/distinfo	Sat Apr  8 10:34:35 2017	(r438010)
+++ head/devel/p5-System-Sub/distinfo	Sat Apr  8 10:34:40 2017	(r438011)
@@ -1,2 +1,3 @@
-SHA256 (System-Sub-0.150960.tar.gz) = 85872ec0ba22815a1939f532727ffc41a3da4425d878c6402d759b836e95c548
-SIZE (System-Sub-0.150960.tar.gz) = 16663
+TIMESTAMP = 1491601150
+SHA256 (System-Sub-0.162800.tar.gz) = 62a7c44a0efd3feb8b19370b332449b305141479630c25537e193bcce90f1d3e
+SIZE (System-Sub-0.162800.tar.gz) = 16959

Modified: head/devel/p5-System-Sub/pkg-plist
==============================================================================
--- head/devel/p5-System-Sub/pkg-plist	Sat Apr  8 10:34:35 2017	(r438010)
+++ head/devel/p5-System-Sub/pkg-plist	Sat Apr  8 10:34:40 2017	(r438011)
@@ -1,4 +1,4 @@
-%%PERL5_MAN3%%/System::Sub.3.gz
-%%PERL5_MAN3%%/System::Sub::AutoLoad.3.gz
 %%SITE_PERL%%/System/Sub.pm
 %%SITE_PERL%%/System/Sub/AutoLoad.pm
+%%PERL5_MAN3%%/System::Sub.3.gz
+%%PERL5_MAN3%%/System::Sub::AutoLoad.3.gz



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