Date: Sun, 13 Nov 2016 07:56:28 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426010 - in head: misc/newer print/pdfbox Message-ID: <201611130756.uAD7uSr7077746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 13 07:56:28 2016 New Revision: 426010 URL: https://svnweb.freebsd.org/changeset/ports/426010 Log: NO_EXTRACT support was removed in 1998 Modified: head/misc/newer/Makefile head/print/pdfbox/Makefile Modified: head/misc/newer/Makefile ============================================================================== --- head/misc/newer/Makefile Sun Nov 13 06:43:42 2016 (r426009) +++ head/misc/newer/Makefile Sun Nov 13 07:56:28 2016 (r426010) @@ -14,7 +14,6 @@ COMMENT= Implementation of AT&T Research CONFLICTS= teTeX-base-[0-9]* tex-[0-9]* ja-ptex-base-* PLIST_FILES= bin/newer -NO_EXTRACT= yes do-build: ${CP} ${DISTDIR}/newer.c ${WRKDIR}/newer.c Modified: head/print/pdfbox/Makefile ============================================================================== --- head/print/pdfbox/Makefile Sun Nov 13 06:43:42 2016 (r426009) +++ head/print/pdfbox/Makefile Sun Nov 13 07:56:28 2016 (r426010) @@ -6,6 +6,7 @@ PORTVERSION= 1.8.11 CATEGORIES= print textproc java MASTER_SITES= APACHE/pdfbox/${PORTVERSION} DISTFILES= ${JAR_NAMES:S/$/-${PORTVERSION}.jar/} +EXTRACT_ONLY= # none MAINTAINER= ale@FreeBSD.org COMMENT= Java tool for working with PDF documents @@ -18,7 +19,6 @@ RUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:ja JAR_NAMES= pdfbox fontbox jempbox preflight xmpbox USE_JAVA= yes -NO_EXTRACT= yes NO_BUILD= yes PLIST_FILES= ${JAR_NAMES:S/^/%%JAVAJARDIR%%\//:S/$/.jar/}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611130756.uAD7uSr7077746>