Add default option setting.
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
----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)----
Umm, Something is wrong with MIME. Please commit attached patch instead of original and 2nd ones. Regards.
Again, "Created by:" header is added to Makefile. Please commit attached patch instead of previous ones. Regards.
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!