svn commit: r493197 - head/textproc/p5-Text-ASCIITable

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


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

Log:
  Take maintainership

Modified:
  head/textproc/p5-Text-ASCIITable/Makefile
  head/textproc/p5-Text-ASCIITable/pkg-descr

Modified: head/textproc/p5-Text-ASCIITable/Makefile
==============================================================================
--- head/textproc/p5-Text-ASCIITable/Makefile	Sun Feb 17 19:39:26 2019	(r493196)
+++ head/textproc/p5-Text-ASCIITable/Makefile	Sun Feb 17 19:39:32 2019	(r493197)
@@ -7,20 +7,22 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Create a nice formatted table using ASCII characters
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 USES=		perl5 shebangfix
-SHEBANG_FILES=	ansi-example.pl
 USE_PERL5=	modbuild
+
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	EXAMPLES
-
 PORTEXAMPLES=	ansi-example.pl
+
+SHEBANG_FILES=	ansi-example.pl
+
+OPTIONS_DEFINE=	EXAMPLES
 
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}

Modified: head/textproc/p5-Text-ASCIITable/pkg-descr
==============================================================================
--- head/textproc/p5-Text-ASCIITable/pkg-descr	Sun Feb 17 19:39:26 2019	(r493196)
+++ head/textproc/p5-Text-ASCIITable/pkg-descr	Sun Feb 17 19:39:32 2019	(r493197)
@@ -1,5 +1,5 @@
-Pretty nifty if you want to output dynamic text to your console or
-other fixed-size-font displays, and at the same time it will display
-it in a nice human-readable, or "cool" way.
+Pretty nifty if you want to output dynamic text to your console or other
+fixed-size-font displays, and at the same time it will display it in a nice
+human-readable, or "cool" way.
 
 WWW: https://metacpan.org/release/Text-ASCIITable


More information about the svn-ports-all mailing list