Bug 171399 - [MAINTAINTER] x11-clocks/dclock: release maintainership
Summary: [MAINTAINTER] x11-clocks/dclock: release maintainership
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-07 06:30 UTC by Yasuhiro Kimura
Modified: 2012-09-07 08:00 UTC (History)
0 users

See Also:


Attachments
patch-dclock (697 bytes, text/plain)
2012-09-07 06:30 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2012-09-07 06:30:01 UTC
	

	Release maintainership as I don't use this program anymore.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-09-07 06:56:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-07 07:53:07 UTC
Author: jgh
Date: Fri Sep  7 06:52:56 2012
New Revision: 303804
URL: http://svn.freebsd.org/changeset/ports/303804

Log:
  - reset maintainership per maintainer
  - while here adopt optionsNG
  
  PR:		171399
  Submitted by:	maintainer, yasu@utahime.org

Modified:
  head/x11-clocks/dclock/Makefile

Modified: head/x11-clocks/dclock/Makefile
==============================================================================
--- head/x11-clocks/dclock/Makefile	Fri Sep  7 05:09:41 2012	(r303803)
+++ head/x11-clocks/dclock/Makefile	Fri Sep  7 06:52:56 2012	(r303804)
@@ -17,7 +17,7 @@ PATCH_SITES=	${MASTER_SITE_DEBIAN:S,%SUB
 PATCHFILES=	dclock_2.1.2-8.diff.gz
 PATCH_DIST_STRIP=	-p1
 
-MAINTAINER=	yasu@utahime.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A 7-segment digital clock with some optional features
 
 USE_IMAKE=	yes
@@ -26,11 +26,13 @@ USE_XORG=	ice sm x11 xext xt
 WRKSRC=		${WRKDIR}/dclock
 MAN1=		dclock.1
 
-OPTIONS=	SOX "Install SoX to play audio" On
+OPTIONS_DEFINE=	SOX
+SOX_DESC=	Install SOX to play audio
+OPTIONS_DEFAULT=	SOX
 
 .include <bsd.port.pre.mk>
 
-.if !defined(WITHOUT_SOX)
+.if ${PORT_OPTIONS:MSOX}
 RUN_DEPENDS+=	play:${PORTSDIR}/audio/sox
 .endif
 
@@ -48,7 +50,7 @@ post-install:
 .for f in bell.wav digital.wav
 	${INSTALL_DATA} ${WRKSRC}/sounds/${f} ${DATADIR}/sounds
 .endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .for f in README TODO
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
_______________________________________________
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 Jason Helfman freebsd_committer freebsd_triage 2012-09-07 07:53:26 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!