svn commit: r310465 - head/textproc/yaml-mode.el
Jason Helfman
jgh at FreeBSD.org
Tue Jan 15 21:45:34 UTC 2013
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 at 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 at utahime.org>
-#
+# Created by: KIMURA Yasuhiro <yasu at utahime.org>
# $FreeBSD$
-#
PORTNAME= yaml-mode.el
PORTVERSION= 0.0.8
@@ -14,6 +10,8 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= yasu at 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
More information about the svn-ports-head
mailing list