svn commit: r465541 - head/textproc/p5-Text-SimpleTable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 25 18:06:34 UTC 2018


Author: sunpoet
Date: Sun Mar 25 18:06:33 2018
New Revision: 465541
URL: https://svnweb.freebsd.org/changeset/ports/465541

Log:
  Update to 2.04
  
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Text-SimpleTable/Changes

Modified:
  head/textproc/p5-Text-SimpleTable/Makefile
  head/textproc/p5-Text-SimpleTable/distinfo
  head/textproc/p5-Text-SimpleTable/pkg-plist

Modified: head/textproc/p5-Text-SimpleTable/Makefile
==============================================================================
--- head/textproc/p5-Text-SimpleTable/Makefile	Sun Mar 25 18:06:28 2018	(r465540)
+++ head/textproc/p5-Text-SimpleTable/Makefile	Sun Mar 25 18:06:33 2018	(r465541)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Text-SimpleTable
-PORTVERSION=	2.03
-PORTREVISION=	1
+PORTVERSION=	2.04
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,6 +10,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Simple Eyecandy ASCII Tables
 
+LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-Text-SimpleTable/distinfo
==============================================================================
--- head/textproc/p5-Text-SimpleTable/distinfo	Sun Mar 25 18:06:28 2018	(r465540)
+++ head/textproc/p5-Text-SimpleTable/distinfo	Sun Mar 25 18:06:33 2018	(r465541)
@@ -1,2 +1,3 @@
-SHA256 (Text-SimpleTable-2.03.tar.gz) = da7def855fef7db6f54bfbffe6c4dd2d774a73313a88e9e5dac1652e93cf1796
-SIZE (Text-SimpleTable-2.03.tar.gz) = 7937
+TIMESTAMP = 1521998671
+SHA256 (Text-SimpleTable-2.04.tar.gz) = 8d82f3140b1453b962956b7855ba288d435e7f656c3c40ced4e3e8e359ab5293
+SIZE (Text-SimpleTable-2.04.tar.gz) = 9408

Modified: head/textproc/p5-Text-SimpleTable/pkg-plist
==============================================================================
--- head/textproc/p5-Text-SimpleTable/pkg-plist	Sun Mar 25 18:06:28 2018	(r465540)
+++ head/textproc/p5-Text-SimpleTable/pkg-plist	Sun Mar 25 18:06:33 2018	(r465541)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Text::SimpleTable.3.gz
 %%SITE_PERL%%/Text/SimpleTable.pm
+%%PERL5_MAN3%%/Text::SimpleTable.3.gz


More information about the svn-ports-head mailing list