Revision: 92482 https://trac.macports.org/changeset/92482 Author: mmoll@macports.org Date: 2012-04-29 16:48:32 -0700 (Sun, 29 Apr 2012) Log Message: ----------- lang/gccxml-devel: use tar ball of cvs rev, so that buildbot can create a binary Modified Paths: -------------- trunk/dports/lang/gccxml-devel/Portfile Modified: trunk/dports/lang/gccxml-devel/Portfile =================================================================== --- trunk/dports/lang/gccxml-devel/Portfile 2012-04-29 23:43:32 UTC (rev 92481) +++ trunk/dports/lang/gccxml-devel/Portfile 2012-04-29 23:48:32 UTC (rev 92482) @@ -5,6 +5,7 @@ name gccxml-devel version 20120123 +revision 1 categories lang platforms darwin maintainers mnick openmaintainer @@ -15,12 +16,14 @@ internal representation homepage http://www.gccxml.org/ -fetch.type cvs -cvs.root :pserver:anoncvs@www.gccxml.org:/cvsroot/GCC_XML -cvs.date 2012-01-23 -cvs.module gccxml -worksrcdir gccxml +master_sites https://downloads.sourceforge.net/project/ompl/dependencies/ +distname gccxml-2012-01-23 +extract.suffix .tgz +checksums rmd160 3f4e858c11230d4e6df8779d91a61d8cb2907c0e \ + sha256 8820818d5c070a1f8df3bf0e95928d6054cf18643943a53aea36e7086d7a5d06 +worksrcdir gccxml + universal_variant no if {${configure.compiler} == "clang"} { configure.compiler llvm-gcc-4.2 - } +}
participants (1)
-
mmoll@macports.org