svn commit: r306164 - head/print/a2pdf

Jason E. Hale jhale at FreeBSD.org
Sat Oct 20 07:03:04 UTC 2012


Author: jhale
Date: Sat Oct 20 07:03:03 2012
New Revision: 306164
URL: http://svn.freebsd.org/changeset/ports/306164

Log:
  - Update MASTER_SITES
  - Add perl5 to CATEGORIES
  - Remove DEPRECATED/EXPIRATION_DATE since port fetches now
  - Remove LICENSE_FILE for license in Templates/Licenses
  - Trim Makefile header
  
  PR:		ports/172048
  Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
  Approved by:	makc, avilla (mentors, implicit)
  Feature safe:	yes

Modified:
  head/print/a2pdf/Makefile   (contents, props changed)

Modified: head/print/a2pdf/Makefile
==============================================================================
--- head/print/a2pdf/Makefile	Sat Oct 20 06:50:45 2012	(r306163)
+++ head/print/a2pdf/Makefile	Sat Oct 20 07:03:03 2012	(r306164)
@@ -1,23 +1,16 @@
-# New ports collection makefile for:	a2pdf
-# Date created:		10 May 2007
-# Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	a2pdf
 PORTVERSION=	1.13
-CATEGORIES=	print
-MASTER_SITES=	http://perl.jonallen.info/attachment/26/
+CATEGORIES=	print perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:JONALLEN
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Text to PDF converter
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2012-10-20
-
 LICENSE=	ART20
-LICENSE_FILE=	${WRKSRC}/artistic-2_0.txt
 
 BUILD_DEPENDS=	p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 \
 		perltidy>=0:${PORTSDIR}/devel/perltidy \


More information about the svn-ports-all mailing list