svn commit: r435860 - head/textproc/p5-Pod-Constants

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 10 22:45:44 UTC 2017


Author: sunpoet
Date: Fri Mar 10 22:45:43 2017
New Revision: 435860
URL: https://svnweb.freebsd.org/changeset/ports/435860

Log:
  Update to 0.19
  
  - Remove MASTER_SITE_SUBDIR
  - Update LICENSE
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Pod-Constants/Changes

Modified:
  head/textproc/p5-Pod-Constants/Makefile
  head/textproc/p5-Pod-Constants/distinfo

Modified: head/textproc/p5-Pod-Constants/Makefile
==============================================================================
--- head/textproc/p5-Pod-Constants/Makefile	Fri Mar 10 22:45:38 2017	(r435859)
+++ head/textproc/p5-Pod-Constants/Makefile	Fri Mar 10 22:45:43 2017	(r435860)
@@ -2,18 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	Pod-Constants
-PORTVERSION=	0.17
+PORTVERSION=	0.19
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:SAMV
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Include constants from POD
 
-LICENSE=	ART20 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-Pod-Constants/distinfo
==============================================================================
--- head/textproc/p5-Pod-Constants/distinfo	Fri Mar 10 22:45:38 2017	(r435859)
+++ head/textproc/p5-Pod-Constants/distinfo	Fri Mar 10 22:45:43 2017	(r435860)
@@ -1,2 +1,3 @@
-SHA256 (Pod-Constants-0.17.tar.gz) = ed6a44cdbdb8ddd3373ec28f3b5ba45315475167e6f1f8eb0d4662379e8de380
-SIZE (Pod-Constants-0.17.tar.gz) = 16656
+TIMESTAMP = 1489177768
+SHA256 (Pod-Constants-0.19.tar.gz) = efabb3cb5174e738e0223a8bb5ea0d5a2182714bf34199dde6d9264fbfc84fda
+SIZE (Pod-Constants-0.19.tar.gz) = 13455


More information about the svn-ports-all mailing list