Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 19:39:43 +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: r493199 - head/textproc/p5-Text-TabularDisplay
Message-ID:  <201902171939.x1HJdhal034642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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



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