Bug 170902 - [Maintainer Update] Update to sysutils/sysrc
Summary: [Maintainer Update] Update to sysutils/sysrc
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 02:00 UTC by Devin Teske
Modified: 2012-08-23 12:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.03 KB, patch)
2012-08-23 02:00 UTC, Devin Teske
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Teske freebsd_committer freebsd_triage 2012-08-23 02:00:16 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-23 02:00:31 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-23 02:00:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dteske

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-23 02:00:38 UTC
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
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-23 02:00:40 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 5 Devin Teske freebsd_committer freebsd_triage 2012-08-23 02:06:38 UTC
Responsible Changed
From-To: dteske->freebsd-ports-bugs

Back to pool.
Comment 6 Frederic Culot freebsd_committer freebsd_triage 2012-08-23 06:04:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-08-23 12:03:08 UTC
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"
Comment 8 Frederic Culot freebsd_committer freebsd_triage 2012-08-23 12:05:08 UTC
State Changed
From-To: feedback->closed

Committer, with minor changes (Makefile's header shall be left 
untouched). Thanks Devin!