Date: Tue, 15 Jan 2013 21:45:33 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310465 - head/textproc/yaml-mode.el Message-ID: <201301152145.r0FLjXXJ053006@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301152145.r0FLjXXJ053006>