- Update to 2.4r2
- Use GNU_CONFIGURE - Remove default ALL_TARGET assignment PR: ports/149402 Submitted by: C-S <c-s@c-s.li> (maintainer)
This commit is contained in:
parent
dc179ae00d
commit
3b0807a778
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258960
2 changed files with 7 additions and 7 deletions
|
@ -6,18 +6,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= nauty
|
||||
PORTVERSION= 2.4r1
|
||||
PORTVERSION= 2.4r2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ \
|
||||
http://www.c-s.li/ports/
|
||||
DISTNAME= ${PORTNAME}24r1
|
||||
DISTNAME= ${PORTNAME}24r2
|
||||
|
||||
MAINTAINER= c-s@c-s.li
|
||||
COMMENT= Brendan McKay's graph isomorphism tester
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}24r1
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}24r2
|
||||
MAKEFILE= makefile
|
||||
ALL_TARGET= all
|
||||
GNU_CONFIGURE= YES
|
||||
MAKE_JOBS_SAFE= YES
|
||||
PORTDOCS= nug.pdf
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (nauty24r1.tar.gz) = 431f07ad06e97b48c8aa1df97bf10a02
|
||||
SHA256 (nauty24r1.tar.gz) = 328a5fd85d380450a31943d0519a01ecb01b09dde51e5fc30a3b350876bfcae9
|
||||
SIZE (nauty24r1.tar.gz) = 723634
|
||||
MD5 (nauty24r2.tar.gz) = 53f83420491a32e3fe9b03a44c559a89
|
||||
SHA256 (nauty24r2.tar.gz) = 760f9cca43b8eb7dd083983ea0e137125ee8a181d460c970137cfb7490fe1621
|
||||
SIZE (nauty24r2.tar.gz) = 720754
|
||||
|
|
Loading…
Reference in a new issue