svn commit: r407856 - head/textproc/pdfoutline

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 2 22:44:40 UTC 2016


Author: sunpoet
Date: Tue Feb  2 22:44:38 2016
New Revision: 407856
URL: https://svnweb.freebsd.org/changeset/ports/407856

Log:
  - Update to 4.0
  - Add NO_ARCH
  
  Changes:	http://sourceforge.net/p/fntsample/code/ci/master/tree/ChangeLog

Modified:
  head/textproc/pdfoutline/Makefile
  head/textproc/pdfoutline/distinfo

Modified: head/textproc/pdfoutline/Makefile
==============================================================================
--- head/textproc/pdfoutline/Makefile	Tue Feb  2 22:44:33 2016	(r407855)
+++ head/textproc/pdfoutline/Makefile	Tue Feb  2 22:44:38 2016	(r407856)
@@ -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:${PO
 		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/

Modified: head/textproc/pdfoutline/distinfo
==============================================================================
--- head/textproc/pdfoutline/distinfo	Tue Feb  2 22:44:33 2016	(r407855)
+++ head/textproc/pdfoutline/distinfo	Tue Feb  2 22:44:38 2016	(r407856)
@@ -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


More information about the svn-ports-all mailing list