svn commit: r545325 - head/math/planarity

Thierry Thomas thierry at FreeBSD.org
Wed Aug 19 13:44:08 UTC 2020


Author: thierry
Date: Wed Aug 19 13:44:07 2020
New Revision: 545325
URL: https://svnweb.freebsd.org/changeset/ports/545325

Log:
  Update to 3.0.1.0 and add a test target.
  
  Release notes at
  https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/tag/Version_3.0.1.0

Modified:
  head/math/planarity/Makefile
  head/math/planarity/distinfo
  head/math/planarity/pkg-plist

Modified: head/math/planarity/Makefile
==============================================================================
--- head/math/planarity/Makefile	Wed Aug 19 13:42:40 2020	(r545324)
+++ head/math/planarity/Makefile	Wed Aug 19 13:44:07 2020	(r545325)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	planarity
-PORTVERSION=	3.0.0.5
+PORTVERSION=	3.0.1.0
 DISTVERSIONPREFIX=	Version_
 CATEGORIES=	math
 
@@ -20,5 +20,8 @@ USES=		autoreconf libtool
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+
+do-test:
+	(cd ${WRKSRC}/c && ${WRKSRC}/${PORTNAME} -test)
 
 .include <bsd.port.mk>

Modified: head/math/planarity/distinfo
==============================================================================
--- head/math/planarity/distinfo	Wed Aug 19 13:42:40 2020	(r545324)
+++ head/math/planarity/distinfo	Wed Aug 19 13:44:07 2020	(r545325)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585576072
-SHA256 (graph-algorithms-edge-addition-planarity-suite-Version_3.0.0.5_GH0.tar.gz) = a019eedf67087bba1996c8b9ad47a6f1cda166c2d8976f13bfcff5c0d23e5578
-SIZE (graph-algorithms-edge-addition-planarity-suite-Version_3.0.0.5_GH0.tar.gz) = 164344
+TIMESTAMP = 1597842934
+SHA256 (graph-algorithms-edge-addition-planarity-suite-Version_3.0.1.0_GH0.tar.gz) = f5489e64ae8d83a4ffb29a4cdfdb2dd7eb4ba33acf23fa54cba08058c8ee085d
+SIZE (graph-algorithms-edge-addition-planarity-suite-Version_3.0.1.0_GH0.tar.gz) = 167924

Modified: head/math/planarity/pkg-plist
==============================================================================
--- head/math/planarity/pkg-plist	Wed Aug 19 13:42:40 2020	(r545324)
+++ head/math/planarity/pkg-plist	Wed Aug 19 13:44:07 2020	(r545325)
@@ -20,5 +20,5 @@ include/planarity/stack.h
 lib/libplanarity.a
 lib/libplanarity.so
 lib/libplanarity.so.0
-lib/libplanarity.so.0.0.0
+lib/libplanarity.so.0.0.1
 man/man1/planarity.1.gz


More information about the svn-ports-head mailing list