Bug 183190 - [PATCH] net/ntraceroute: Support staging
Summary: [PATCH] net/ntraceroute: 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: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 11:00 UTC by Mathieu Arnold
Modified: 2013-11-06 12:30 UTC (History)
1 user (show)

See Also:


Attachments
ntraceroute-6.4.2_1.patch (605 bytes, patch)
2013-10-22 11: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-22 11:00:01 UTC
Support staging.

Port maintainer (zi@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-22 11:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2013-11-06 12:20:02 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-06 12:20:13 UTC
Author: mat
Date: Wed Nov  6 12:20:00 2013
New Revision: 332974
URL: http://svnweb.freebsd.org/changeset/ports/332974

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

Modified:
  head/net/ntraceroute/Makefile

Modified: head/net/ntraceroute/Makefile
==============================================================================
--- head/net/ntraceroute/Makefile	Wed Nov  6 12:18:54 2013	(r332973)
+++ head/net/ntraceroute/Makefile	Wed Nov  6 12:20:00 2013	(r332974)
@@ -21,16 +21,13 @@ EXTRACT_CMD=		${CP}
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=	.
 
-NOMAN=		defined
 PLIST_FILES=	sbin/${PORTNAME}
 
-NO_STAGE=	yes
 do-build:
 	${CC} -o ${WRKSRC}/${PORTNAME} -lm \
 	    ${WRKSRC}/${DISTFILES}
 
 do-install:
-	${INSTALL} ${COPY} ${STRIP} -o root -g wheel -m 04555 \
-	    ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
 
 .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"