Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 22:57:15 +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: r479650 - head/textproc/p5-Text-Format
Message-ID:  <201809122257.w8CMvF1l072015@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep 12 22:57:15 2018
New Revision: 479650
URL: https://svnweb.freebsd.org/changeset/ports/479650

Log:
  Update to 0.61
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	https://metacpan.org/changes/distribution/Text-Format

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

Modified: head/textproc/p5-Text-Format/Makefile
==============================================================================
--- head/textproc/p5-Text-Format/Makefile	Wed Sep 12 22:57:09 2018	(r479649)
+++ head/textproc/p5-Text-Format/Makefile	Wed Sep 12 22:57:15 2018	(r479650)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Text-Format
-PORTVERSION=	0.58
-PORTREVISION=	1
+PORTVERSION=	0.61
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,8 +11,11 @@ COMMENT=	Various subroutines to format text
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Format/distinfo
==============================================================================
--- head/textproc/p5-Text-Format/distinfo	Wed Sep 12 22:57:09 2018	(r479649)
+++ head/textproc/p5-Text-Format/distinfo	Wed Sep 12 22:57:15 2018	(r479650)
@@ -1,2 +1,3 @@
-SHA256 (Text-Format-0.58.tar.gz) = a26fde0832f27c2fb9e520c4377b24d86ea9de233a49ed88ce96165488d06003
-SIZE (Text-Format-0.58.tar.gz) = 16444
+TIMESTAMP = 1536761526
+SHA256 (Text-Format-0.61.tar.gz) = bb8a3b8ff515c85101baf553a769337f944a05cde81f111ae78aff416bf4ae2b
+SIZE (Text-Format-0.61.tar.gz) = 27814

Modified: head/textproc/p5-Text-Format/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Format/pkg-plist	Wed Sep 12 22:57:09 2018	(r479649)
+++ head/textproc/p5-Text-Format/pkg-plist	Wed Sep 12 22:57:15 2018	(r479650)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Text::Format.3.gz
 %%SITE_PERL%%/Text/Format.pm
+%%PERL5_MAN3%%/Text::Format.3.gz



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