svn commit: r317072 - in head: . editors editors/nxml editors/nxml-emacs21
Hiroki Sato
hrs at FreeBSD.org
Thu May 2 05:43:42 UTC 2013
Author: hrs
Date: Thu May 2 05:43:40 2013
New Revision: 317072
URL: http://svnweb.freebsd.org/changeset/ports/317072
Log:
- Remove obsolete editors/nxml-emacs21.
- Trim old-style header.
- Use OPTIONS_DEFINE.
PR: ports/177287
Deleted:
head/editors/nxml-emacs21/
Modified:
head/MOVED
head/editors/Makefile
head/editors/nxml/Makefile
head/editors/nxml/pkg-plist
Modified: head/MOVED
==============================================================================
--- head/MOVED Thu May 2 03:15:15 2013 (r317071)
+++ head/MOVED Thu May 2 05:43:40 2013 (r317072)
@@ -4243,3 +4243,4 @@ devel/ruby-term-ansicolor|devel/rubygem-
www/mediawiki|www/mediawiki119|2013-05-01|Rename mediawiki to mediawiki119
www/squid31||2013-05-01|Has expired: No longer actively maintained upstream
converters/ruby-bsdconv|converters/rubygem-bsdconv|2013-05-01|Moved to Rubygems
+editors/nxml-emacs21||2013-05-02|Removed: obsolete
Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile Thu May 2 03:15:15 2013 (r317071)
+++ head/editors/Makefile Thu May 2 05:43:40 2013 (r317072)
@@ -232,7 +232,6 @@
SUBDIR += nvi-devel
SUBDIR += nvi-m17n
SUBDIR += nxml
- SUBDIR += nxml-emacs21
SUBDIR += omegaT
SUBDIR += openoffice-3
SUBDIR += openoffice-devel
Modified: head/editors/nxml/Makefile
==============================================================================
--- head/editors/nxml/Makefile Thu May 2 03:15:15 2013 (r317071)
+++ head/editors/nxml/Makefile Thu May 2 05:43:40 2013 (r317072)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nxml for emacs
-# Date created: 26 Oct 2003
-# Whom: Fritz Heinrichmeyer
-#
+# Created by: Fritz Heinrichmeyer
# $FreeBSD$
-#
PORTNAME= nxml-mode
PORTVERSION= ${NXML_VER}
@@ -28,6 +24,10 @@ NXML_INSTDIRS= . char-name char-name/uni
NXML_INCLEXP= \.el$$\|\.elc$$\|\.rnc$$\|\.xml$$
NXML_EXCLEXP= nxml-mode.xml\|nxml-mode.rnc\|test.invalid.xml\|test.valid.xml
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
do-install:
@${MKDIR} ${NXML_INSTDIRS:S,^,${NXML_LISPDIR}/,}
.for D in ${NXML_INSTDIRS}
@@ -39,7 +39,7 @@ do-install:
post-install:
@${INSTALL_DATA} ${INSTALL_WRKSRC}/nxml-mode.info ${PREFIX}/info
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@cd ${INSTALL_WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
@@ -48,7 +48,7 @@ post-install:
.include <bsd.port.pre.mk>
.if ${EMACS_PORT_NAME} == "emacs23" || ${EMACS_PORT_NAME} == "emacs24"
-IGNORE= incorporated into ${EMACS_PORT_NAME}
+IGNORE= incorporated into ${EMACS_PORT_NAME}
.endif
.include <bsd.port.post.mk>
Modified: head/editors/nxml/pkg-plist
==============================================================================
--- head/editors/nxml/pkg-plist Thu May 2 03:15:15 2013 (r317071)
+++ head/editors/nxml/pkg-plist Thu May 2 05:43:40 2013 (r317072)
@@ -1,3 +1,4 @@
+ at comment $FreeBSD$
%%EMACS_VERSION_SITE_LISPDIR%%/nxml/nxml-enc.el
%%EMACS_VERSION_SITE_LISPDIR%%/nxml/nxml-enc.elc
%%EMACS_VERSION_SITE_LISPDIR%%/nxml/nxml-glyph.el
More information about the svn-ports-head
mailing list