From owner-svn-ports-all@freebsd.org Tue Feb 2 22:44:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB56DA98B07; Tue, 2 Feb 2016 22:44:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A47BEB8A; Tue, 2 Feb 2016 22:44:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12Micqu083839; Tue, 2 Feb 2016 22:44:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12MicAQ083837; Tue, 2 Feb 2016 22:44:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602022244.u12MicAQ083837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 2 Feb 2016 22:44:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407856 - head/textproc/pdfoutline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 22:44:40 -0000 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