Date: Mon, 16 Mar 2015 14:12:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381403 - head/textproc/pdfoutline Message-ID: <201503161412.t2GECD9r036012@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503161412.t2GECD9r036012>