Bug 175191 - [MAINTAINER] irc/riece: add default option setting
Summary: [MAINTAINER] irc/riece: add default option setting
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: 2013-01-11 06:30 UTC by Yasuhiro Kimura
Modified: 2013-01-15 00:00 UTC (History)
0 users

See Also:


Attachments
patch-riece (342 bytes, text/plain)
2013-01-11 06:30 UTC, Yasuhiro Kimura
no flags Details
patch-riece (540 bytes, text/plain; charset=Shift_JIS)
2013-01-11 13:57 UTC, Yasuhiro Kimura
no flags Details
patch-riece (638 bytes, text/plain; charset=Shift_JIS)
2013-01-14 01:10 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 2013-01-11 06:30:00 UTC
	Add default option setting.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2013-01-11 07:23:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-11 13:39:55 UTC
----Next_Part(Fri_Jan_11_22_39_55_2013_774)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

License information is added. So please commit attached patch instead
of original one.

Regards.

----Next_Part(Fri_Jan_11_22_39_55_2013_774)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename=patch-riece

Index: Makefile
===================================================================
--- Makefile	(revision 310228)
+++ Makefile	(working copy)
@@ -11,12 +11,18 @@
 MAINTAINER=	yasu@utahime.org
 COMMENT=	IRC client for Emacs
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_EMACS=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-emacs=${EMACS_CMD} \
 		--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 USE_GMAKE=	yes
 
+OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFAULT=	DOCS
+
 INFO=	riece-en riece-ja
 
 .include <bsd.port.options.mk>

----Next_Part(Fri_Jan_11_22_39_55_2013_774)----
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-11 13:57:29 UTC
Umm, Something is wrong with MIME. Please commit attached patch instead
of original and 2nd ones.

Regards.
Comment 4 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-14 01:10:46 UTC
Again, "Created by:" header is added to Makefile. Please commit attached
patch instead of previous ones.

Regards.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-01-14 23:56:52 UTC
Author: jgh
Date: Mon Jan 14 23:56:44 2013
New Revision: 310417
URL: http://svnweb.freebsd.org/changeset/ports/310417

Log:
  - add created by to header, add license and define docs
  - while here shorten mastersite
  
  PR:		175191
  Submitted by:	maintainer, yasu@utahime.org

Modified:
  head/irc/riece/Makefile

Modified: head/irc/riece/Makefile
==============================================================================
--- head/irc/riece/Makefile	Mon Jan 14 23:49:12 2013	(r310416)
+++ head/irc/riece/Makefile	Mon Jan 14 23:56:44 2013	(r310417)
@@ -1,22 +1,27 @@
+# Created by: KIMURA Yasuhiro <yasu@utahime.org>
 # $FreeBSD$
 
 PORTNAME=	riece
 PORTVERSION=	9.0.0
 PORTEPOCH=	1
 CATEGORIES=	irc elisp
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
+MASTER_SITES=	SAVANNAH
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
 MAINTAINER=	yasu@utahime.org
 COMMENT=	IRC client for Emacs
 
+LICENSE=	GPLv3
+
 USE_EMACS=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-emacs=${EMACS_CMD} \
 		--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 USE_GMAKE=	yes
 
+OPTIONS_DEFINE=	DOCS
+
 INFO=	riece-en riece-ja
 
 .include <bsd.port.options.mk>
_______________________________________________
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 6 Jason Helfman freebsd_committer freebsd_triage 2013-01-14 23:56:56 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!