[92483] trunk/dports/python/py-pygccxml-devel

Joshua Root jmr at macports.org
Sun Apr 29 17:09:11 PDT 2012


On 2012-4-30 09:49 , mmoll at macports.org wrote:
> Revision: 92483
>           https://trac.macports.org/changeset/92483
> Author:   mmoll at macports.org
> Date:     2012-04-29 16:49:21 -0700 (Sun, 29 Apr 2012)
> Log Message:
> -----------
> py-pygccxml-devel: use tar ball of svn rev, so that buildbot can create a binary
> 
> Modified Paths:
> --------------
>     trunk/dports/python/py-pygccxml-devel/Portfile
> 
> Removed Paths:
> -------------
>     trunk/dports/python/py-pygccxml-devel/files/
> 
> Modified: trunk/dports/python/py-pygccxml-devel/Portfile
> ===================================================================
> --- trunk/dports/python/py-pygccxml-devel/Portfile	2012-04-29 23:48:32 UTC (rev 92482)
> +++ trunk/dports/python/py-pygccxml-devel/Portfile	2012-04-29 23:49:21 UTC (rev 92483)
> @@ -5,7 +5,8 @@
>  
>  name                py-pygccxml-devel
>  version             20120123
> -python.versions     25 26 27 31 32
> +revision            1
> +python.versions     25 26 27
>  python.default_version 27
>  categories-append   devel
>  maintainers         mmoll openmaintainer
> @@ -14,11 +15,12 @@
>  long_description    ${description}
>  platforms           darwin
>  homepage            http://sourceforge.net/projects/pygccxml/
> -fetch.type          svn
> -svn.url             https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev
> -svn.revision        1856
> -patchfiles          patch-pygccxml-parser-source_reader.py.diff
> -worksrcdir          pygccxml_dev
> +master_sites        https://downloads.sourceforge.net/project/ompl/dependencies/
> +checksums           rmd160  4b77426e8b386c53bae4e4da2773d47f55315aa1 \
> +                    sha256  94b7484d9015d5c8477085aab0514995ea19a9e8fdd194a2b7e2b8a92ff1b211
> +distname            pygccxml-r1856
> +extract.suffix      .tgz
> +worksrcdir          pygccxml
>  
>  if {$subport != $name} {
>      depends_lib     port:gccxml-devel \

AFAICT svn fetching over http(s) works fine on the buildbot. CVS
probably doesn't though.

But if there is a tarball available, it's still better to use that.

- Josh


More information about the macports-dev mailing list