[52211] trunk/dports/math/nauty/Portfile

stechert at macports.org stechert at macports.org
Fri Jun 12 00:36:49 PDT 2009


Revision: 52211
          http://trac.macports.org/changeset/52211
Author:   stechert at macports.org
Date:     2009-06-12 00:36:48 -0700 (Fri, 12 Jun 2009)
Log Message:
-----------
Upgrading nauty to 2.4b7 and fixing port lint complaint about missing platform directive.

Modified Paths:
--------------
    trunk/dports/math/nauty/Portfile

Modified: trunk/dports/math/nauty/Portfile
===================================================================
--- trunk/dports/math/nauty/Portfile	2009-06-12 07:35:12 UTC (rev 52210)
+++ trunk/dports/math/nauty/Portfile	2009-06-12 07:36:48 UTC (rev 52211)
@@ -2,14 +2,19 @@
 PortSystem 1.0
 
 name			nauty
-version			2.2
+version			2.4b7
 categories		math science
+platforms       darwin
 maintainers		stechert openmaintainer
 homepage		http://cs.anu.edu.au/people/bdm/nauty/
 master_sites	${homepage}
 distname		${name}${version}
-worksrcdir		nauty22
-checksums		md5 781955dc19bd3bd2b20f9d4cbe7f7565
+worksrcdir		nauty24b7
+checksums		
+checksums       md5     183b5a7e7c7a470ad0d81713dec65e6a \
+                sha1    932cd09eedfabf305373814f05f107b0bde3f515 \
+                rmd160  42e2111518e78eca0da72cc7c9fe487768f93225
+
 description		nauty is a program for computing automorphism groups of graphs \
 				and digraphs.
 long_description \
@@ -38,8 +43,8 @@
 	file copy ${worksrcpath}/copyg ${destroot}${prefix}/bin
 	file copy ${worksrcpath}/countg ${destroot}${prefix}/bin
 	file copy ${worksrcpath}/deledgeg ${destroot}${prefix}/bin
+	file copy ${worksrcpath}/directg ${destroot}${prefix}/bin
 	file copy ${worksrcpath}/dreadnaut ${destroot}${prefix}/bin
-	file copy ${worksrcpath}/dreadnautB ${destroot}${prefix}/bin
 	file copy ${worksrcpath}/dretog ${destroot}${prefix}/bin
 	file copy ${worksrcpath}/genbg ${destroot}${prefix}/bin
 	file copy ${worksrcpath}/geng ${destroot}${prefix}/bin
@@ -49,6 +54,7 @@
 	file copy ${worksrcpath}/multig ${destroot}${prefix}/bin
 	file copy ${worksrcpath}/newedgeg ${destroot}${prefix}/bin
 	file copy ${worksrcpath}/pickg ${destroot}${prefix}/bin
+	file copy ${worksrcpath}/planarg ${destroot}${prefix}/bin
 	file copy ${worksrcpath}/shortg ${destroot}${prefix}/bin
 	file copy ${worksrcpath}/showg ${destroot}${prefix}/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090612/40800a6d/attachment.html>


More information about the macports-changes mailing list