Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 18:54:42 +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: r363657 - head/textproc/p5-PDF-Writer
Message-ID:  <201407311854.s6VIsgoa049215@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 31 18:54:42 2014
New Revision: 363657
URL: http://svnweb.freebsd.org/changeset/ports/363657
QAT: https://qat.redports.org/buildarchive/r363657/

Log:
  - Sort PLIST
  - Use single space after WWW:

Modified:
  head/textproc/p5-PDF-Writer/Makefile
  head/textproc/p5-PDF-Writer/pkg-descr
  head/textproc/p5-PDF-Writer/pkg-plist

Modified: head/textproc/p5-PDF-Writer/Makefile
==============================================================================
--- head/textproc/p5-PDF-Writer/Makefile	Thu Jul 31 18:54:36 2014	(r363656)
+++ head/textproc/p5-PDF-Writer/Makefile	Thu Jul 31 18:54:42 2014	(r363657)
@@ -13,7 +13,7 @@ COMMENT=	PDF writer abstraction layer
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-USES=		perl5
 USE_PERL5=	modbuild
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-PDF-Writer/pkg-descr
==============================================================================
--- head/textproc/p5-PDF-Writer/pkg-descr	Thu Jul 31 18:54:36 2014	(r363656)
+++ head/textproc/p5-PDF-Writer/pkg-descr	Thu Jul 31 18:54:42 2014	(r363657)
@@ -1,4 +1,4 @@
 This is a generalized API that allows a module that generates PDFs to
 transparently target multiple backends without changing its code.
 
-WWW:	http://search.cpan.org/dist/PDF-Writer/
+WWW: http://search.cpan.org/dist/PDF-Writer/

Modified: head/textproc/p5-PDF-Writer/pkg-plist
==============================================================================
--- head/textproc/p5-PDF-Writer/pkg-plist	Thu Jul 31 18:54:36 2014	(r363656)
+++ head/textproc/p5-PDF-Writer/pkg-plist	Thu Jul 31 18:54:42 2014	(r363657)
@@ -1,9 +1,9 @@
-%%PERL5_MAN3%%/PDF::Writer.3.gz
-%%PERL5_MAN3%%/PDF::Writer::pdfapi2.3.gz
-%%PERL5_MAN3%%/PDF::Writer::pdflib.3.gz
 %%SITE_PERL%%/PDF/Writer.pm
 %%SITE_PERL%%/PDF/Writer/mock.pm
 %%SITE_PERL%%/PDF/Writer/pdfapi2.pm
 %%SITE_PERL%%/PDF/Writer/pdflib.pm
-@dirrmtry %%SITE_PERL%%/PDF/Writer
+%%PERL5_MAN3%%/PDF::Writer.3.gz
+%%PERL5_MAN3%%/PDF::Writer::pdfapi2.3.gz
+%%PERL5_MAN3%%/PDF::Writer::pdflib.3.gz
+@dirrm %%SITE_PERL%%/PDF/Writer
 @dirrmtry %%SITE_PERL%%/PDF



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