svn commit: r329183 - head/textproc/p5-PDF-Table
Danilo Egea Gondolfo
danilo at FreeBSD.org
Thu Oct 3 13:27:53 UTC 2013
Author: danilo
Date: Thu Oct 3 13:27:52 2013
New Revision: 329183
URL: http://svnweb.freebsd.org/changeset/ports/329183
Log:
- Remove indefinite article from COMMENT
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: culot (mentor)
Modified:
head/textproc/p5-PDF-Table/Makefile
head/textproc/p5-PDF-Table/pkg-plist
Modified: head/textproc/p5-PDF-Table/Makefile
==============================================================================
--- head/textproc/p5-PDF-Table/Makefile Thu Oct 3 13:27:06 2013 (r329182)
+++ head/textproc/p5-PDF-Table/Makefile Thu Oct 3 13:27:52 2013 (r329183)
@@ -7,8 +7,8 @@ CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= danilogondolfo at gmail.com
-COMMENT= A utility class for building table layouts in a PDF::API2 object
+MAINTAINER= danilo at FreeBSD.org
+COMMENT= Utility class for building table layouts in a PDF::API2 object
BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -18,7 +18,4 @@ USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.h3//}
-MAN3= PDF::Table.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/textproc/p5-PDF-Table/pkg-plist
==============================================================================
--- head/textproc/p5-PDF-Table/pkg-plist Thu Oct 3 13:27:06 2013 (r329182)
+++ head/textproc/p5-PDF-Table/pkg-plist Thu Oct 3 13:27:52 2013 (r329183)
@@ -1,5 +1,6 @@
%%SITE_PERL%%/PDF/Table.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Table/.packlist
+%%PERL5_MAN3%%/PDF::Table.3.gz
@dirrmtry %%SITE_PERL%%/PDF
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Table
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF
More information about the svn-ports-all
mailing list