most recent changes, diff for gnome-audio
Index: gnome/gnome-audio/Portfile
--- gnome/gnome-audio/Portfile (revision 35726)
+++ gnome/gnome-audio/Portfile (revision 35727)
@@ -1,8 +1,9 @@
# $Id$
PortSystem 1.0
+
name gnome-audio
-version 2.0.0
+version 2.22.1
description Audio files for GNOME events
long_description \
If you use the GNOME desktop environment, you may want to install this \
@@ -10,15 +11,15 @@
files useful for customizing the sounds that the GNOME desktop \
environment makes.
maintainers nomaintainer
-categories gnome
-platforms darwin
+categories gnome
+platforms darwin
homepage http://www.gnome.org
-master_sites gnome:sources/gnome-audio/2.0/
+master_sites gnome:sources/${name}/[join [lrange [split ${version} .] 0 1] .]/
use_bzip2 yes
-checksums md5 cd14b84af59fb2ec673527d32f4e379f \
- sha1 488f6295e2e1f54a8988dd7e71ab673cd7fc8a00 \
- rmd160 90baaffd9ac5159ce5851094ad9069d51dea9592
+checksums md5 e0becab4f8360a589de9ffc2ab27c047 \
+ sha1 90862a7f133d73d0084c9f1f3e21f59210691f07 \
+ rmd160 8ea2fa460f2559e817305c682c6ac4dfc7682b51
configure {}
post-extract {
- reinplace "s|\$(shell gnome-config --prefix)|${destroot}${prefix}|g" ${worksrcpath}/sounds/Makefile
+ reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/sounds/Makefile
}