Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Mar 2018 18:06:33 +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: r465541 - head/textproc/p5-Text-SimpleTable
Message-ID:  <201803251806.w2PI6Xo3098657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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