Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 18:30:34 +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: r530703 - head/math/nauty
Message-ID:  <202004041830.034IUY70057252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sat Apr  4 18:30:34 2020
New Revision: 530703
URL: https://svnweb.freebsd.org/changeset/ports/530703

Log:
  Add a MASTER_SITES and upgrade to 2.6r12.
  
  Changelog at <http://pallini.di.uniroma1.it/changes24-26.txt>.
  
  Note: le license is now Apache 2.0.

Modified:
  head/math/nauty/Makefile
  head/math/nauty/distinfo
  head/math/nauty/pkg-descr

Modified: head/math/nauty/Makefile
==============================================================================
--- head/math/nauty/Makefile	Sat Apr  4 18:16:26 2020	(r530702)
+++ head/math/nauty/Makefile	Sat Apr  4 18:30:34 2020	(r530703)
@@ -2,41 +2,33 @@
 # $FreeBSD$
 
 PORTNAME=	nauty
-PORTVERSION=	2.4r2
+PORTVERSION=	2.6r12
 CATEGORIES=	math
-MASTER_SITES=	http://cs.anu.edu.au/~bdm/nauty/
+MASTER_SITES=	http://cs.anu.edu.au/~bdm/nauty/	\
+		http://pallini.di.uniroma1.it/
 DISTNAME=	${PORTNAME}${PORTVERSION:S!.!!}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Brendan McKay's graph isomorphism tester
 
-LICENSE=	NAUTY
-LICENSE_NAME=	nauty license
-LICENSE_FILE=	${WRKDIR}/LICENSE
-LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 USES=		gmake
 GNU_CONFIGURE=	yes
 MAKEFILE=	makefile
 
-PROGRAMS=	NRswitchg addedgeg amtog biplabg catg complg copyg \
-		countg deledgeg directg dreadnaut dretog genbg geng \
-		genrang gentourng labelg listg multig newedgeg pickg \
-		planarg shortg showg
+PROGRAMS=	addedgeg amtog biplabg catg complg converseg copyg countg	\
+		cubhamg deledgeg delptg directg dreadnaut dretodot dretog genbg	\
+		genbgL geng genquarticg genrang genspecialg gentourng gentreeg	\
+		hamheuristic labelg linegraphg listg multig newedgeg NRswitchg	\
+		pickg planarg ranlabg shortg showg subdivideg twohamg vcolg	\
+		watercluster2
 
-PORTDOCS=	nug.pdf
+PORTDOCS=	nug26.pdf
 PLIST_FILES=	${PROGRAMS:S!^!bin/!}
 
 OPTIONS_DEFINE=	DOCS
-
-post-extract:
-	@${SED} -ne '/AUTHOR/,/RIP/ {s|^\*   ||; s|  *\*$$||;p;}' \
-		< ${WRKSRC}/nauty.h > ${WRKDIR}/LICENSE
-
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|gcc|$${CC}| ; \
-		 s|-O4 -march=i686|$${CFLAGS}|' ${WRKSRC}/${MAKEFILE}
 
 do-install:
 .for i in ${PROGRAMS}

Modified: head/math/nauty/distinfo
==============================================================================
--- head/math/nauty/distinfo	Sat Apr  4 18:16:26 2020	(r530702)
+++ head/math/nauty/distinfo	Sat Apr  4 18:30:34 2020	(r530703)
@@ -1,2 +1,3 @@
-SHA256 (nauty24r2.tar.gz) = 760f9cca43b8eb7dd083983ea0e137125ee8a181d460c970137cfb7490fe1621
-SIZE (nauty24r2.tar.gz) = 720754
+TIMESTAMP = 1586023265
+SHA256 (nauty26r12.tar.gz) = 862ae0dc3656db34ede6fafdb0999f7b875b14c7ab4fedbb3da4f28291eb95dc
+SIZE (nauty26r12.tar.gz) = 1660980

Modified: head/math/nauty/pkg-descr
==============================================================================
--- head/math/nauty/pkg-descr	Sat Apr  4 18:16:26 2020	(r530702)
+++ head/math/nauty/pkg-descr	Sat Apr  4 18:30:34 2020	(r530703)
@@ -2,3 +2,4 @@ nauty is a program for computing automorphism groups o
 It can also produce a canonical labelling.
 
 WWW: http://cs.anu.edu.au/~bdm/nauty/
+WWW: http://pallini.di.uniroma1.it/



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