svn commit: r426010 - in head: misc/newer print/pdfbox

Antoine Brodin antoine at FreeBSD.org
Sun Nov 13 07:56:29 UTC 2016


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 at 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/}


More information about the svn-ports-all mailing list