svn commit: r493199 - head/textproc/p5-Text-TabularDisplay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 17 19:39:51 UTC 2019


Author: sunpoet
Date: Sun Feb 17 19:39:43 2019
New Revision: 493199
URL: https://svnweb.freebsd.org/changeset/ports/493199

Log:
  Add LICENSE_FILE
  
  - Add NO_ARCH
  - Sort PLIST
  - Reformat pkg-descr
  - Take maintainership

Modified:
  head/textproc/p5-Text-TabularDisplay/Makefile
  head/textproc/p5-Text-TabularDisplay/pkg-descr
  head/textproc/p5-Text-TabularDisplay/pkg-plist

Modified: head/textproc/p5-Text-TabularDisplay/Makefile
==============================================================================
--- head/textproc/p5-Text-TabularDisplay/Makefile	Sun Feb 17 19:39:37 2019	(r493198)
+++ head/textproc/p5-Text-TabularDisplay/Makefile	Sun Feb 17 19:39:43 2019	(r493199)
@@ -6,12 +6,15 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Display text in formatted table output
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-TabularDisplay/pkg-descr
==============================================================================
--- head/textproc/p5-Text-TabularDisplay/pkg-descr	Sun Feb 17 19:39:37 2019	(r493198)
+++ head/textproc/p5-Text-TabularDisplay/pkg-descr	Sun Feb 17 19:39:43 2019	(r493199)
@@ -1,5 +1,4 @@
-Text::TabularDisplay simplifies displaying textual data in a table.
-The output is identical to the columnar display of query results
-in the mysql text monitor.
+Text::TabularDisplay simplifies displaying textual data in a table. The output
+is identical to the columnar display of query results in the mysql text monitor.
 
 WWW: https://metacpan.org/release/Text-TabularDisplay

Modified: head/textproc/p5-Text-TabularDisplay/pkg-plist
==============================================================================
--- head/textproc/p5-Text-TabularDisplay/pkg-plist	Sun Feb 17 19:39:37 2019	(r493198)
+++ head/textproc/p5-Text-TabularDisplay/pkg-plist	Sun Feb 17 19:39:43 2019	(r493199)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Text::TabularDisplay.3.gz
 %%SITE_PERL%%/Text/TabularDisplay.pm
+%%PERL5_MAN3%%/Text::TabularDisplay.3.gz


More information about the svn-ports-all mailing list