Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2016 18:51:34 +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: r427393 - head/textproc/p5-Text-Table
Message-ID:  <201611291851.uATIpYd2099449@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov 29 18:51:34 2016
New Revision: 427393
URL: https://svnweb.freebsd.org/changeset/ports/427393

Log:
  - Update to 1.132
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Text-Table/Changes

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

Modified: head/textproc/p5-Text-Table/Makefile
==============================================================================
--- head/textproc/p5-Text-Table/Makefile	Tue Nov 29 18:51:29 2016	(r427392)
+++ head/textproc/p5-Text-Table/Makefile	Tue Nov 29 18:51:34 2016	(r427393)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Text-Table
-PORTVERSION=	1.131
+PORTVERSION=	1.132
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,9 +13,10 @@ COMMENT=	Organize Data in Tables
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Text-Aligner>=0.05:textproc/p5-Text-Aligner
-RUN_DEPENDS=	p5-Text-Aligner>=0.05:textproc/p5-Text-Aligner
+BUILD_DEPENDS=	p5-Text-Aligner>=0:textproc/p5-Text-Aligner
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-Text-Table/distinfo
==============================================================================
--- head/textproc/p5-Text-Table/distinfo	Tue Nov 29 18:51:29 2016	(r427392)
+++ head/textproc/p5-Text-Table/distinfo	Tue Nov 29 18:51:34 2016	(r427393)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470867247
-SHA256 (Text-Table-1.131.tar.gz) = f89391dd0e9eb2c9c105d92dbee5b764f510553fe6e0840317c7e5d2cf058e15
-SIZE (Text-Table-1.131.tar.gz) = 28481
+TIMESTAMP = 1480439306
+SHA256 (Text-Table-1.132.tar.gz) = cd601742ee526a9c54b9fe0a4c051e1b09a23b75e2c97de14305218116aba516
+SIZE (Text-Table-1.132.tar.gz) = 27238

Modified: head/textproc/p5-Text-Table/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Table/pkg-plist	Tue Nov 29 18:51:29 2016	(r427392)
+++ head/textproc/p5-Text-Table/pkg-plist	Tue Nov 29 18:51:34 2016	(r427393)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Text::Table.3.gz
 %%SITE_PERL%%/Text/Table.pm
+%%PERL5_MAN3%%/Text::Table.3.gz



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