Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2017 13:00:35 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446739 - head/lang/nx
Message-ID:  <201707271300.v6RD0Zt2076974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Thu Jul 27 13:00:35 2017
New Revision: 446739
URL: https://svnweb.freebsd.org/changeset/ports/446739

Log:
  In lang/nx:
  
  - Rename man pages in the style of Tcl packages, so as to avoid a
    conflict with open-motif (Object.3)
  
  - Remove obsolete CONFLICTS setting.
  
  PR:		221045
  Submitted by:	olgeni
  Approved by:	gahr

Modified:
  head/lang/nx/Makefile
  head/lang/nx/pkg-plist

Modified: head/lang/nx/Makefile
==============================================================================
--- head/lang/nx/Makefile	Thu Jul 27 12:54:59 2017	(r446738)
+++ head/lang/nx/Makefile	Thu Jul 27 13:00:35 2017	(r446739)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nx
 DISTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	SF/next-scripting/${DISTVERSION}/
 DISTNAME=	nsf${DISTVERSION}
@@ -14,13 +15,15 @@ LICENSE=	MIT
 
 OPTIONS_DEFINE=	DOCS
 
-CONFLICTS=	xotcl-1.*
-
 USES+=		gmake tcl:85+,tea
 USE_LDCONFIG=	yes
 TEST_TARGET=	test
 PLIST_SUB+=	PKGNAME=${DISTNAME}
 PORTDOCS=	*
+
+post-patch:
+	cd ${WRKSRC}/doc && for f in *.1; do mv $$f $${f%.1}.nx.1; done
+	cd ${WRKSRC}/doc && for f in *.3; do mv $$f $${f%.3}.nx.3; done
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/lang/nx/pkg-plist
==============================================================================
--- head/lang/nx/pkg-plist	Thu Jul 27 12:54:59 2017	(r446738)
+++ head/lang/nx/pkg-plist	Thu Jul 27 13:00:35 2017	(r446739)
@@ -58,12 +58,12 @@ lib/%%PKGNAME%%/xotcl/serialize/Serializer.xotcl
 lib/%%PKGNAME%%/xotcl/serialize/pkgIndex.tcl
 lib/%%PKGNAME%%/xotcl/xotcl2.tcl
 lib/nsfConfig.sh
-man/man1/nxsh.1.gz
-man/man1/nxwish.1.gz
-man/man1/xotclsh.1.gz
-man/man1/xowish.1.gz
-man/man3/Class.3.gz
-man/man3/Object.3.gz
-man/man3/configure.3.gz
-man/man3/current.3.gz
-man/man3/next.3.gz
+man/man1/nxsh.nx.1.gz
+man/man1/nxwish.nx.1.gz
+man/man1/xotclsh.nx.1.gz
+man/man1/xowish.nx.1.gz
+man/man3/Class.nx.3.gz
+man/man3/Object.nx.3.gz
+man/man3/configure.nx.3.gz
+man/man3/current.nx.3.gz
+man/man3/next.nx.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707271300.v6RD0Zt2076974>