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

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



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