svn commit: r311341 - head/editors/ne
Jason Helfman
jgh at FreeBSD.org
Thu Jan 31 23:44:35 UTC 2013
Author: jgh
Date: Thu Jan 31 23:44:34 2013
New Revision: 311341
URL: http://svnweb.freebsd.org/changeset/ports/311341
Log:
- update to 2.5
- while here adjust pkg-descr formatting, and adopt optionsNG
Reported by: portscout@
Modified:
head/editors/ne/Makefile
head/editors/ne/distinfo
head/editors/ne/pkg-descr
Modified: head/editors/ne/Makefile
==============================================================================
--- head/editors/ne/Makefile Thu Jan 31 23:39:55 2013 (r311340)
+++ head/editors/ne/Makefile Thu Jan 31 23:44:34 2013 (r311341)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: ne
-# Date created: 2005-07-21
-# Whom: Andrej Zverev <az at inec.ru>
-#
+# Created by: Andrej Zverev <az at inec.ru>
# $FreeBSD$
-#
PORTNAME= ne
-PORTVERSION= 2.4
+PORTVERSION= 2.5
CATEGORIES= editors
MASTER_SITES= http://ne.dsi.unimi.it/
@@ -15,6 +11,8 @@ COMMENT= Nice and powerful editor
LICENSE= GPLv3
+OPTIONS_DEFINE= DEBUG DOCS
+
BUILD_WRKSRC= ${WRKSRC}/src
USE_PERL5_BUILD=yes
@@ -57,7 +55,9 @@ PLIST_FILES= bin/${PORTNAME} \
%%DATADIR%%/syntax/vhdl.jsf %%DATADIR%%/syntax/xml.jsf
PLIST_DIRS= %%DATADIR%%/syntax %%DATADIR%%
-.if !defined(WITH_DEBUG)
+.include <bsd.port.options.mk>
+
+.if ! ${PORT_OPTIONS:MDEBUG}
CFLAGS+= -DNODEBUG
.endif
@@ -83,7 +83,7 @@ do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/doc/default.* ${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} syntax ${DATADIR})
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
Modified: head/editors/ne/distinfo
==============================================================================
--- head/editors/ne/distinfo Thu Jan 31 23:39:55 2013 (r311340)
+++ head/editors/ne/distinfo Thu Jan 31 23:44:34 2013 (r311341)
@@ -1,2 +1,2 @@
-SHA256 (ne-2.4.tar.gz) = a4951b212e7aab71f24ac80f2baec50aa490fc119b09abd6a2cc351e3209d0d4
-SIZE (ne-2.4.tar.gz) = 1067005
+SHA256 (ne-2.5.tar.gz) = e11581d84ff855c3fab5c2bddc3a4633a3b28bb2ce89508e4568d3c3fc929f58
+SIZE (ne-2.5.tar.gz) = 1106020
Modified: head/editors/ne/pkg-descr
==============================================================================
--- head/editors/ne/pkg-descr Thu Jan 31 23:39:55 2013 (r311340)
+++ head/editors/ne/pkg-descr Thu Jan 31 23:44:34 2013 (r311341)
@@ -3,4 +3,4 @@ hope) on almost any UN*X machine. ne is
powerful and fully configurable for the wizard, and most sparing in its
resource usage
-WWW: http://ne.dsi.unimi.it/
+WWW: http://ne.dsi.unimi.it/
More information about the svn-ports-all
mailing list