Bug 175197 - [MAINTAINER] textproc/yaml-mode.el: adopt OptionsNG
Summary: [MAINTAINER] textproc/yaml-mode.el: adopt OptionsNG
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 07:10 UTC by Yasuhiro Kimura
Modified: 2013-01-15 21:50 UTC (History)
0 users

See Also:


Attachments
patch-yaml-mode.el (461 bytes, text/plain)
2013-01-11 07:10 UTC, Yasuhiro Kimura
no flags Details
patch-yaml-mode.el (860 bytes, text/plain; charset=Shift_JIS)
2013-01-11 14:27 UTC, Yasuhiro Kimura
no flags Details
patch-yaml-mode.el (1.18 KB, text/plain; charset=Shift_JIS)
2013-01-12 01:10 UTC, Yasuhiro Kimura
no flags Details
patch-yaml-mode.el (1.23 KB, text/plain; charset=Shift_JIS)
2013-01-14 01:24 UTC, Yasuhiro Kimura
no flags Details
patch-yaml-mode.el (1.20 KB, text/plain; charset=Shift_JIS)
2013-01-14 18:07 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 07:10:01 UTC
	Adopt OptionsNG.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2013-01-11 07:22:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-11 14:27:52 UTC
License information is added. So please commit attached patch instead
of original one.

Regards.
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-12 01:10:32 UTC
WWW in pkg-descr is updated. So please commit atttached patch instead of
original and 2nd ones.

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

Regards.
Comment 5 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-14 18:07:05 UTC
I misunderstood the meaning of LICENSE_FILE. So please commit attached
patch instead of previous ones.

Regards.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-01-15 21:45:41 UTC
Author: jgh
Date: Tue Jan 15 21:45:33 2013
New Revision: 310465
URL: http://svnweb.freebsd.org/changeset/ports/310465

Log:
  - adopt optionsNG, define LICENSE, trim historical header
  - update pkg-descr
  
  PR:		175197
  Submitted by:	maintainer, yasu@utahime.org

Modified:
  head/textproc/yaml-mode.el/Makefile   (contents, props changed)
  head/textproc/yaml-mode.el/pkg-descr   (contents, props changed)

Modified: head/textproc/yaml-mode.el/Makefile
==============================================================================
--- head/textproc/yaml-mode.el/Makefile	Tue Jan 15 21:42:12 2013	(r310464)
+++ head/textproc/yaml-mode.el/Makefile	Tue Jan 15 21:45:33 2013	(r310465)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	yaml-mode.el
-# Date created:				07 Jun 2007
-# Whom:					KIMURA Yasuhiro <yasu@utahime.org>
-#
+# Created by: KIMURA Yasuhiro <yasu@utahime.org>
 # $FreeBSD$
-#
 
 PORTNAME=	yaml-mode.el
 PORTVERSION=	0.0.8
@@ -14,6 +10,8 @@ PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 MAINTAINER=	yasu@utahime.org
 COMMENT=	Simple major mode to edit YAML file for Emacsen
 
+LICENSE=	GPLv2
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	yoshiki
 GH_PROJECT=	yaml-mode
@@ -26,8 +24,12 @@ MAKE_ENV+=	LISPDIR=${LISPDIR}
 
 LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .for file in Changes README
 	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}

Modified: head/textproc/yaml-mode.el/pkg-descr
==============================================================================
--- head/textproc/yaml-mode.el/pkg-descr	Tue Jan 15 21:42:12 2013	(r310464)
+++ head/textproc/yaml-mode.el/pkg-descr	Tue Jan 15 21:45:33 2013	(r310465)
@@ -1,3 +1,3 @@
 This is a major mode for editing files in the YAML data serialization format. 
 
-WWW: http://yaml-mode.clouder.jp/
+WWW: https://github.com/yoshiki/yaml-mode
_______________________________________________
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 7 Jason Helfman freebsd_committer freebsd_triage 2013-01-15 21:45:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!