Enhancements: + Shorten default usage statement and add `--help'. + Allow `-f file' or RC_CONFS to be NULL (show defaults). + Add `-q' flag to be quiet even if SYSRC_VERBOSE is set. + Add `-F' flag for querying which file something is in. + Minor changes in-preparation of import to HEAD. Fix: Patch attached with submission follows:
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->dteske Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of sysutils/sysrc, Please note that PR ports/170902 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170902 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: dteske->freebsd-ports-bugs Back to pool.
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
Author: culot Date: Thu Aug 23 11:02:59 2012 New Revision: 302999 URL: http://svn.freebsd.org/changeset/ports/302999 Log: - Update to 4.0 - Update MAINTAINER's address PR: ports/170902 Submitted by: dteske@ Modified: head/sysutils/sysrc/Makefile head/sysutils/sysrc/distinfo Modified: head/sysutils/sysrc/Makefile ============================================================================== --- head/sysutils/sysrc/Makefile Thu Aug 23 10:39:57 2012 (r302998) +++ head/sysutils/sysrc/Makefile Thu Aug 23 11:02:59 2012 (r302999) @@ -6,11 +6,11 @@ # PORTNAME= sysrc -PORTVERSION= 3.2.2 +PORTVERSION= 4.0 CATEGORIES= sysutils MASTER_SITES= http://druidbsd.sourceforge.net/download/ -MAINTAINER= dteske@vicor.com +MAINTAINER= dteske@FreeBSD.org COMMENT= Utility to get or set rc.conf(5) values NO_BUILD= yes Modified: head/sysutils/sysrc/distinfo ============================================================================== --- head/sysutils/sysrc/distinfo Thu Aug 23 10:39:57 2012 (r302998) +++ head/sysutils/sysrc/distinfo Thu Aug 23 11:02:59 2012 (r302999) @@ -1,2 +1,2 @@ -SHA256 (sysrc-3.2.2.tar.gz) = bb64195e9869f90a6372866eab3a53c0e782d6ba3cfd3fa31f88e7df966ede49 -SIZE (sysrc-3.2.2.tar.gz) = 11886 +SHA256 (sysrc-4.0.tar.gz) = ee3ef63f506bcba411e7c09dceec9a2dcd76022f4fda41b1de016cad8c60830e +SIZE (sysrc-4.0.tar.gz) = 12534 _______________________________________________ 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"
State Changed From-To: feedback->closed Committer, with minor changes (Makefile's header shall be left untouched). Thanks Devin!