Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 09:36:48 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530209 - in head: math math/rankwidth sysutils/rw
Message-ID:  <202004010936.0319anBj067812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Apr  1 09:36:48 2020
New Revision: 530209
URL: https://svnweb.freebsd.org/changeset/ports/530209

Log:
  Resurrect rw, with PKGNAME=rankwidth, and set a conflict with sysutils/rw.

Added:
  head/math/rankwidth/
     - copied from r530011, head/math/rankwidth/
Modified:
  head/math/Makefile
  head/math/rankwidth/Makefile
  head/sysutils/rw/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Apr  1 09:32:18 2020	(r530208)
+++ head/math/Makefile	Wed Apr  1 09:36:48 2020	(r530209)
@@ -842,6 +842,7 @@
     SUBDIR += qtiplot-doc
     SUBDIR += qwtplot3d
     SUBDIR += randlib
+    SUBDIR += rankwidth
     SUBDIR += rapid
     SUBDIR += reduce
     SUBDIR += reduce-psl

Modified: head/math/rankwidth/Makefile
==============================================================================
--- head/math/rankwidth/Makefile	Tue Mar 31 20:24:05 2020	(r530011)
+++ head/math/rankwidth/Makefile	Wed Apr  1 09:36:48 2020	(r530209)
@@ -1,10 +1,11 @@
 # Created by: thierry@pompo.net
 # $FreeBSD$
 
-PORTNAME=	rw
+PORTNAME=	rankwidth	# Also known as: rw
 PORTVERSION=	0.8
 CATEGORIES=	math
-MASTER_SITES=	SF/rankwidth/
+MASTER_SITES=	SF/${PORTNAME}/
+DISTNAME=	rw-${PORTVERSION}
 
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Calculation of rank-width and rank-decompositions
@@ -15,9 +16,12 @@ LIB_DEPENDS=	libigraph.so:math/igraph
 
 USES=		autoreconf libtool localbase pkgconfig
 
+CONFLICTS_INSTALL=	rw-*
+
 OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+DOCSDIR=	${PREFIX}/share/doc/rw
 
 .include <bsd.port.mk>

Modified: head/sysutils/rw/Makefile
==============================================================================
--- head/sysutils/rw/Makefile	Wed Apr  1 09:32:18 2020	(r530208)
+++ head/sysutils/rw/Makefile	Wed Apr  1 09:36:48 2020	(r530209)
@@ -13,6 +13,8 @@ COMMENT=	Simple replacement for dd wth standard comman
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+CONFLICTS_INSTALL=	rankwidth-*
+
 PLIST_FILES=	bin/rw share/man/man1/rw.1.gz
 
 post-install:



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