diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-02-03 06:44:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-02-03 06:44:38 +0800 |
commit | 582705dc2b45e3c2121ed8e67310e7b341ee6467 (patch) | |
tree | d368e5a51fd48f2c55ff1805578c75635ffb84cc /textproc | |
parent | f20548ee82e5bbb57f0d8bfaed44eeb8264ae4bb (diff) | |
download | freebsd-ports-gnome-582705dc2b45e3c2121ed8e67310e7b341ee6467.tar.gz freebsd-ports-gnome-582705dc2b45e3c2121ed8e67310e7b341ee6467.tar.zst freebsd-ports-gnome-582705dc2b45e3c2121ed8e67310e7b341ee6467.zip |
- Update to 4.0
- Add NO_ARCH
Changes: http://sourceforge.net/p/fntsample/code/ci/master/tree/ChangeLog
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdfoutline/Makefile | 8 | ||||
-rw-r--r-- | textproc/pdfoutline/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/pdfoutline/Makefile b/textproc/pdfoutline/Makefile index 1eeaee31e3ce..51e24c94da39 100644 --- a/textproc/pdfoutline/Makefile +++ b/textproc/pdfoutline/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pdfoutline -PORTVERSION= 3.2 -PORTREVISION= 1 +PORTVERSION= 4.0 CATEGORIES= textproc MASTER_SITES= SF/fntsample/fntsample/${PORTVERSION} DISTNAME= fntsample-${PORTVERSION} @@ -18,6 +17,7 @@ BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \ p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes NO_BUILD= yes USE_PERL5= run USES= perl5 pkgconfig shebangfix @@ -27,8 +27,8 @@ PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz post-patch: - @${SED} -e 's|##PACKAGE##|fntsample|g; s|##LOCALEDIR##|${PREFIX}/share/locale|g' ${WRKSRC}/${PORTNAME}.pl > ${WRKSRC}/${PORTNAME} - @${SED} -e 's|@DATE@|2008-10-22|g' ${WRKSRC}/${PORTNAME}.1.in > ${WRKSRC}/${PORTNAME}.1 + @${SED} -e 's|##PACKAGE##|fntsample|g; s|##LOCALEDIR##|${LOCALBASE}/share/locale|g' ${WRKSRC}/${PORTNAME}.pl > ${WRKSRC}/${PORTNAME} + @${SED} -e 's|@DATE@|2010-07-12|g' ${WRKSRC}/${PORTNAME}.1.in > ${WRKSRC}/${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ diff --git a/textproc/pdfoutline/distinfo b/textproc/pdfoutline/distinfo index 26b553722f2a..16ac65e16626 100644 --- a/textproc/pdfoutline/distinfo +++ b/textproc/pdfoutline/distinfo @@ -1,2 +1,2 @@ -SHA256 (fntsample-3.2.tar.gz) = 54ed7ac19dbcee82f9d66ff0c2aec6f63036e220e710849405e881ad58e27ef5 -SIZE (fntsample-3.2.tar.gz) = 174945 +SHA256 (fntsample-4.0.tar.gz) = 18ec822d9b2a233db955dfbb6cae53749e1da19ddc400fece6528593f80da492 +SIZE (fntsample-4.0.tar.gz) = 187204 |