[32967] trunk/dports/gnome/libgnome/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Jan 15 15:47:30 PST 2008
On Jan 15, 2008, at 09:35, nox at macports.org wrote:
> Revision: 32967
> http://trac.macosforge.org/projects/macports/changeset/32967
> Author: nox at macports.org
> Date: 2008-01-15 07:35:12 -0800 (Tue, 15 Jan 2008)
>
> Log Message:
> -----------
> libgnome:
> * Whitespace changes.
> * Added md5 and sha1 checksums.
> * Removed useless configure args.
It would be easier to see what functional changes you made if you
committed whitespace changes separately from other changes! :)
> Modified Paths:
> --------------
> trunk/dports/gnome/libgnome/Portfile
>
> Modified: trunk/dports/gnome/libgnome/Portfile
> ===================================================================
> --- trunk/dports/gnome/libgnome/Portfile 2008-01-15 15:19:57 UTC
> (rev 32966)
> +++ trunk/dports/gnome/libgnome/Portfile 2008-01-15 15:35:12 UTC
> (rev 32967)
> @@ -1,31 +1,34 @@
> # $Id$
> -PortSystem 1.0
> -name libgnome
> -version 2.20.1.1
> -revision 1
> -description This is the non-gui part of the library formerly \
> - known as gnome-libs.
> -long_description This is the non-gui part of the library
> formerly \
> - known as gnome-libs.
> -maintainers nomaintainer
> -categories gnome
> -platforms darwin
> -homepage http://www.gnome.org/
> +
> +PortSystem 1.0
> +
> +name libgnome
> +version 2.20.1.1
> +revision 1
> +maintainers nomaintainer
> +categories gnome
> +platforms darwin
> +description This is the non-gui part of the library formerly
> known as gnome-libs.
> +
> +long_description \
> + ${description}
> +
> +homepage http://www.gnome.org/
> master_sites gnome:sources/${name}/[join [lrange [split $
> {version} .] 0 1] .]/
> -checksums rmd160 616032d4af3c283e37728caeb705424dffbbac19
> +use_bzip2 yes
>
> +checksums md5 cfab025a8b9a19cdae1c64f8b005c513 \
> + sha1 59c1e8d8f8b50e290eb513eeadd729f271c20d2b \
> + rmd160 616032d4af3c283e37728caeb705424dffbbac19
> +
> depends_lib \
> - port:libbonobo \
> - port:esound \
> - port:gnome-vfs \
> - port:dbus \
> - port:dbus-glib \
> - port:libiconv \
> - port:gettext
> + port:libbonobo \
> + port:esound \
> + port:gnome-vfs \
> + port:dbus \
> + port:dbus-glib \
> + port:libiconv \
> + port:gettext
>
> -use_bzip2 yes
> -
> -patchfiles \
> - patch-configure.diff
> -
> -configure.args --mandir=${prefix}/share/man
> +patchfiles \
> + patch-configure.diff
More information about the macports-dev
mailing list