Bug 186200

Summary: [patch] ports-mgmt/dialog4ports-static with STAGING support
Product: Ports & Packages Reporter: ru_M1cRO <rum1cro>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ru_M1cRO 2014-01-28 14:20:00 UTC
ports-mgmt/dialog4ports-static:
- added STAGING support
- added license

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-28 14:20:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

portmgr@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2014-01-28 16:22:25 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-28 16:22:27 UTC
Author: mat
Date: Tue Jan 28 16:22:19 2014
New Revision: 341616
URL: http://svnweb.freebsd.org/changeset/ports/341616
QAT: https://qat.redports.org/buildarchive/r341616/

Log:
  Support staging.
  
  PR:		ports/186200
  Submitted by:	Ilya A. Arkhipov
  Sponsored by:	Absolight

Modified:
  head/ports-mgmt/dialog4ports-static/Makefile

Modified: head/ports-mgmt/dialog4ports-static/Makefile
==============================================================================
--- head/ports-mgmt/dialog4ports-static/Makefile	Tue Jan 28 16:07:37 2014	(r341615)
+++ head/ports-mgmt/dialog4ports-static/Makefile	Tue Jan 28 16:22:19 2014	(r341616)
@@ -11,9 +11,8 @@ D4P_SLAVE=	yes
 
 PLIST_FILES=	bin/dialog4ports-static
 
-NO_STAGE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dialog4ports \
-		${PREFIX}/bin/dialog4ports-static
+		${STAGEDIR}${PREFIX}/bin/dialog4ports-static
 
 .include "${MASTERDIR}/Makefile"
_______________________________________________
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 4 dfilter service freebsd_committer freebsd_triage 2014-01-28 16:24:13 UTC
Author: mat
Date: Tue Jan 28 16:24:00 2014
New Revision: 341617
URL: http://svnweb.freebsd.org/changeset/ports/341617
QAT: https://qat.redports.org/buildarchive/r341617/

Log:
  Add license.
  
  PR:		ports/186200 (based on)
  Submitted by:	Ilya A. Arkhipov
  Sponsored by:	Absolight

Modified:
  head/ports-mgmt/dialog4ports/Makefile

Modified: head/ports-mgmt/dialog4ports/Makefile
==============================================================================
--- head/ports-mgmt/dialog4ports/Makefile	Tue Jan 28 16:22:19 2014	(r341616)
+++ head/ports-mgmt/dialog4ports/Makefile	Tue Jan 28 16:24:00 2014	(r341617)
@@ -16,6 +16,8 @@ MASTER_SITES=	http://m1cro.tk/dialog4por
 MAINTAINER=	rum1cro@yandex.ru
 COMMENT?=	Console Interface to configure ports
 
+LICENSE=	BSD2CLAUSE
+
 USES=		uidfix
 
 # CCACHE has options, so may need d4p, make d4p not ccache friendly
_______________________________________________
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"