Bug 189783 - Bump sysutils/confman to support staging
Summary: Bump sysutils/confman to 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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-13 20:20 UTC by Chris Cowart
Modified: 2014-05-14 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.39 KB, patch)
2014-05-13 20:20 UTC, Chris Cowart
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cowart 2014-05-13 20:20:00 UTC
Patch updates Makefile and plist for staging.

Fix: Patch attached with submission follows:
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2014-05-14 04:37:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2014-05-14 13:02:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-14 13:04:28 UTC
Author: amdmi3
Date: Wed May 14 12:04:21 2014
New Revision: 354040
URL: http://svnweb.freebsd.org/changeset/ports/354040
QAT: https://qat.redports.org/buildarchive/r354040/

Log:
  - Support staging
  
  PR:		189783
  Submitted by:	Chris Cowart <ccowart@timesinks.net> (maintainer)

Modified:
  head/sysutils/confman/Makefile
  head/sysutils/confman/pkg-plist

Modified: head/sysutils/confman/Makefile
==============================================================================
--- head/sysutils/confman/Makefile	Wed May 14 11:56:59 2014	(r354039)
+++ head/sysutils/confman/Makefile	Wed May 14 12:04:21 2014	(r354040)
@@ -21,8 +21,4 @@ GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS+=	--localstatedir=/var
 
-MAN5=		confman.conf.5
-MAN8=		confadmin.8 confaudit.8 confexport.8 confman.8 confsync.8
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/confman/pkg-plist
==============================================================================
--- head/sysutils/confman/pkg-plist	Wed May 14 11:56:59 2014	(r354039)
+++ head/sysutils/confman/pkg-plist	Wed May 14 12:04:21 2014	(r354040)
@@ -8,6 +8,12 @@ libexec/confman/confexport
 libexec/confman/conflock
 libexec/confman/confman_precommit
 libexec/confman/confsync
+man/man5/confman.conf.5.gz
+man/man8/confadmin.8.gz
+man/man8/confaudit.8.gz
+man/man8/confexport.8.gz
+man/man8/confman.8.gz
+man/man8/confsync.8.gz
 sbin/confadmin
 sbin/confman
 %%DATADIR%%/confadmindoc.sh
_______________________________________________
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"