Bug 186081 - [MAINTAINER] sysutils/rclean: support staging
Summary: [MAINTAINER] sysutils/rclean: 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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-24 17:50 UTC by Lapo Luchini
Modified: 2014-01-25 05:40 UTC (History)
1 user (show)

See Also:


Attachments
rclean-1.14.patch (494 bytes, patch)
2014-01-24 17:50 UTC, Lapo Luchini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lapo Luchini 2014-01-24 17:50:00 UTC
Support staging.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2014-01-25 05:33:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-25 05:34:20 UTC
Author: ak
Date: Sat Jan 25 05:34:12 2014
New Revision: 340985
URL: http://svnweb.freebsd.org/changeset/ports/340985
QAT: https://qat.redports.org/buildarchive/r340985/

Log:
  - Support STAGEDIR [1]
  - Remove gratuitous whitespaces at end of line in pkg-descr
  - Unmute install command
  
  PR:	ports/186081 [1]
  Submitted by:	Lapo Luchini <lapo@lapo.it> (maintainer)

Modified:
  head/sysutils/rclean/Makefile
  head/sysutils/rclean/pkg-descr

Modified: head/sysutils/rclean/Makefile
==============================================================================
--- head/sysutils/rclean/Makefile	Sat Jan 25 05:06:30 2014	(r340984)
+++ head/sysutils/rclean/Makefile	Sat Jan 25 05:34:12 2014	(r340985)
@@ -12,11 +12,10 @@ COMMENT=	Command-line rc.conf ordering a
 PLIST_FILES=	bin/rclean
 USE_BZIP2=	yes
 
-NO_STAGE=	yes
 do-build:
 	@(cd ${WRKSRC}; ${CC} -o ${PORTNAME} ${PORTNAME}.c)
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/sysutils/rclean/pkg-descr
==============================================================================
--- head/sysutils/rclean/pkg-descr	Sat Jan 25 05:06:30 2014	(r340984)
+++ head/sysutils/rclean/pkg-descr	Sat Jan 25 05:34:12 2014	(r340985)
@@ -1,5 +1,5 @@
-rclean provides a command-line tool to order and clean content of 
-rc.conf, using option order from /etc/defaults/rc.conf and printing only 
+rclean provides a command-line tool to order and clean content of
+rc.conf, using option order from /etc/defaults/rc.conf and printing only
 choices that were different by the default value in /etc/rc.conf.
 Output is customizable from "only used values" to "full listing".
 
_______________________________________________
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 Alex Kozlov freebsd_committer freebsd_triage 2014-01-25 05:34:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!