Revision: 128973 https://trac.macports.org/changeset/128973 Author: devans@macports.org Date: 2014-12-01 11:27:45 -0800 (Mon, 01 Dec 2014) Log Message: ----------- exempi: update to version 2.2.2, remove outdated 64 bit treatment now apparently fixed upstream (#41874). Modified Paths: -------------- trunk/dports/graphics/exempi/Portfile Modified: trunk/dports/graphics/exempi/Portfile =================================================================== --- trunk/dports/graphics/exempi/Portfile 2014-12-01 18:55:38 UTC (rev 128972) +++ trunk/dports/graphics/exempi/Portfile 2014-12-01 19:27:45 UTC (rev 128973) @@ -4,8 +4,7 @@ PortSystem 1.0 name exempi -version 2.2.1 -revision 1 +version 2.2.2 license BSD categories graphics maintainers devans openmaintainer @@ -13,9 +12,11 @@ homepage http://libopenraw.freedesktop.org/wiki/Exempi master_sites http://libopenraw.freedesktop.org/download/ -checksums rmd160 c1510f53a65feda08f67e3fba9dcdcb601387c95 \ - sha256 a99e1569047988200e4935cf4395667341a5bd8d6067847a08df4304546cc362 +use_bzip2 yes +checksums rmd160 ab98cbb077ca2bc5e9a08c152e711e9629dd11fc \ + sha256 0e7ad0e5e61b6828e38d31a8cc59c26c9adeed7edf4b26708c400beb6a686c07 + description Exempi is an implementation of XMP. long_description \ @@ -24,12 +25,6 @@ patchfiles patch-Makefile.am.diff \ malloc.patch -# see http://trac.macports.org/ticket/20965 -if {${build_arch} eq "x86_64" || ${build_arch} eq "ppc64"} { - patchfiles-append patch-source__XMPFiles__FormatSupport__Makefile.am - configure.cppflags-append -DXMP_64 -} - use_autoreconf yes autoreconf.args -fvi
participants (1)
-
devans@macports.org