Modified: trunk/dports/graphics/mtpaint/Portfile (75339 => 75340)
--- trunk/dports/graphics/mtpaint/Portfile 2011-01-22 16:06:12 UTC (rev 75339)
+++ trunk/dports/graphics/mtpaint/Portfile 2011-01-22 16:15:32 UTC (rev 75340)
@@ -3,8 +3,7 @@
PortSystem 1.0
name mtpaint
-version 3.20
-revision 2
+version 3.31
categories graphics
maintainers afb openmaintainer
description Mark Tyler's Painting Program
@@ -15,7 +14,9 @@
platforms darwin
master_sites sourceforge:mtpaint
use_bzip2 yes
-checksums md5 772f96288f6dc7c78597e4878fc68597
+checksums md5 fbe34eb25f96b6092403115f1f6ab387 \
+ sha1 19396c905a227ab66b804dafd6fe76ecda519282 \
+ rmd160 94243d246cef12e09c33b728ef37b16594d40813
depends_lib port:libpng port:gtk2 port:freetype
@@ -24,9 +25,9 @@
configure.args-append gtk2 man cflags
configure.env CFLAGS=-I${prefix}/include
universal_variant no
-destroot.args-append MT_PREFIX=${destroot}${prefix} \
- BIN_INSTALL=${destroot}${prefix}/bin \
- MT_MAN_DEST=${destroot}${prefix}/share/man/man1
+destroot.args-append MT_PREFIX=${prefix} \
+ BIN_INSTALL=${prefix}/bin \
+ MT_MAN_DEST=${prefix}/share/man/man1
variant gtk1 description "use GTK+1 instead of GTK+2" {
depends_lib-delete port:gtk2 port:freetype