diff options
author | sahil <sahil@FreeBSD.org> | 2010-08-09 05:54:15 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-08-09 05:54:15 +0800 |
commit | 20e825027253ae83df59cefe7e672f6f367fabf3 (patch) | |
tree | 84ccdfb41b7ecea9d9d66272ee50a6b7470fd498 /math | |
parent | 7cccf59c42162814c9abbe64126b75011cd5cda7 (diff) | |
download | freebsd-ports-gnome-20e825027253ae83df59cefe7e672f6f367fabf3.tar.gz freebsd-ports-gnome-20e825027253ae83df59cefe7e672f6f367fabf3.tar.zst freebsd-ports-gnome-20e825027253ae83df59cefe7e672f6f367fabf3.zip |
- 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)
Diffstat (limited to 'math')
-rw-r--r-- | math/nauty/Makefile | 8 | ||||
-rw-r--r-- | math/nauty/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/nauty/Makefile b/math/nauty/Makefile index de37b77394b1..2f0f65ce1815 100644 --- a/math/nauty/Makefile +++ b/math/nauty/Makefile @@ -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 diff --git a/math/nauty/distinfo b/math/nauty/distinfo index b5e71b537978..4f413aebd7f7 100644 --- a/math/nauty/distinfo +++ b/math/nauty/distinfo @@ -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 |