[78018] trunk/dports/java/ditaa/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Apr 26 10:43:03 PDT 2011
On Apr 19, 2011, at 12:33, phw at macports.org wrote:
> Revision: 78018
> http://trac.macports.org/changeset/78018
> Author: phw at macports.org
> Date: 2011-04-19 10:33:03 -0700 (Tue, 19 Apr 2011)
> Log Message:
> -----------
> Added port ditaa
Well, you added it 6 weeks ago in r76608. In r78018 you made some changes to it. You should describe in your commit message what changes you made. The command you can use to edit your commit message now is:
svn propedit --revprop -r78018 svn:log https://svn.macosforge.org/repository/macports
> Modified Paths:
> --------------
> trunk/dports/java/ditaa/Portfile
>
> Property Changed:
> ----------------
> trunk/dports/java/ditaa/Portfile
>
> Modified: trunk/dports/java/ditaa/Portfile
> ===================================================================
> --- trunk/dports/java/ditaa/Portfile 2011-04-19 16:46:19 UTC (rev 78017)
> +++ trunk/dports/java/ditaa/Portfile 2011-04-19 17:33:03 UTC (rev 78018)
> @@ -1,7 +1,11 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
> +# $Id$
> +
> PortSystem 1.0
>
> name ditaa
> -version 0_9
> +version 0.9
> +revision 2
> categories java editor
> platforms darwin
> maintainers phw openmaintainer
> @@ -10,14 +14,14 @@
>
> homepage http://ditaa.sourceforge.net
> master_sites sourceforge
> -distfiles ${name}${version}-src.zip
> +distfiles ${name}[strsed ${version} {/\./_/}]-src.zip
> use_zip yes
>
> +
> checksums md5 d7230273bf4c28c5029d350842278cf9 \
> sha1 570893b57cb29efbc919c7a36f119a0db11c46ce \
> rmd160 84222a7ded4680d3d0b2b7fac79e19c8983c6233
>
> -
> worksrcdir .
> depends_build bin:ant:apache-ant
>
> @@ -35,12 +39,12 @@
>
> destroot {
> xinstall -m 755 -d ${destroot}${prefix}/share/java/
> - xinstall -m 644 ${worksrcpath}/releases/${name}${version}.jar \
> + xinstall -m 644 ${worksrcpath}/releases/${name}[strsed ${version} {/\./_/}].jar \
> ${destroot}${prefix}/share/java/
>
> if {[variant_isset emacs]} {
> xinstall -m 755 -d ${destroot}${prefix}/share/emacs/contrib/scripts/
> - xinstall -m 644 ${worksrcpath}/releases/${name}${version}.jar \
> + xinstall -m 644 ${worksrcpath}/releases/${name}[strsed ${version} {/\./_/}].jar \
> ${destroot}${prefix}/share/emacs/contrib/scripts/ditaa.jar
> }
> }
>
>
> Property changes on: trunk/dports/java/ditaa/Portfile
> ___________________________________________________________________
> Added: svn:keywords
> + Id
More information about the macports-dev
mailing list