svn commit: r381403 - head/textproc/pdfoutline
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Mar 16 14:12:13 UTC 2015
Author: amdmi3
Date: Mon Mar 16 14:12:12 2015
New Revision: 381403
URL: https://svnweb.freebsd.org/changeset/ports/381403
QAT: https://qat.redports.org/buildarchive/r381403/
Log:
- Add LICENSE_FILE
- Fix shebang
Approved by: portmgr blanket
Modified:
head/textproc/pdfoutline/Makefile
Modified: head/textproc/pdfoutline/Makefile
==============================================================================
--- head/textproc/pdfoutline/Makefile Mon Mar 16 14:10:24 2015 (r381402)
+++ head/textproc/pdfoutline/Makefile Mon Mar 16 14:12:12 2015 (r381403)
@@ -3,6 +3,7 @@
PORTNAME= pdfoutline
PORTVERSION= 3.2
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/fntsample/fntsample/${PORTVERSION}
DISTNAME= fntsample-${PORTVERSION}
@@ -11,6 +12,7 @@ MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Add outlines to PDF files
LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \
p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2
@@ -18,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_BUILD= yes
USE_PERL5= run
-USES= perl5 pkgconfig
+USES= perl5 pkgconfig shebangfix
+SHEBANG_FILES= pdfoutline.pl
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
More information about the svn-ports-all
mailing list