Bug 183237 - [PATCH] print/pdftk: Support staging
Summary: [PATCH] print/pdftk: Support staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-23 14:00 UTC by Mathieu Arnold
Modified: 2013-11-06 12:40 UTC (History)
0 users

See Also:


Attachments
pdftk-1.45.patch (1.17 KB, patch)
2013-10-23 14:00 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-10-23 14:00:00 UTC
Support staging.

Port maintainer (glarkin@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-23 14:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-06 12:33:28 UTC
Author: mat
Date: Wed Nov  6 12:33:20 2013
New Revision: 332982
URL: http://svnweb.freebsd.org/changeset/ports/332982

Log:
  - Support staging
  
  maintainer timeout
  PR:		ports/183237
  Submitted by:	mat

Modified:
  head/print/pdftk/Makefile

Modified: head/print/pdftk/Makefile
==============================================================================
--- head/print/pdftk/Makefile	Wed Nov  6 12:30:49 2013	(r332981)
+++ head/print/pdftk/Makefile	Wed Nov  6 12:33:20 2013	(r332982)
@@ -37,10 +37,8 @@ MAKEFILE=	Makefile.FreeBSD
 MAKE_ENV=	GCJ=gcj${CSUFF} GCJH=gcjh${CSUFF} GCPP=cpp${CSUFF} \
 		OBJCOPY=${OBJCOPY} LANG=C LC_CTYPE=C
 
-MAN1=		${PORTNAME}.1
-PLIST_FILES=	bin/pdftk
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s|TOOLPATH=|TOOLPATH=${LOCALBASE}/bin/|g" ${WRKSRC}/${MAKEFILE}
 	@${REINPLACE_CMD} -e "s|VERSUFF=|VERSUFF=${CSUFF}|g" ${WRKSRC}/${MAKEFILE}
@@ -58,7 +56,7 @@ post-patch:
 			${WRKSRC}/${MAKEFILE}
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/../${PORTNAME}.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/../${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2013-11-06 12:33:32 UTC
State Changed
From-To: open->closed

Committed, thanks!