[107538] trunk/dports/graphics/exempi

devans at macports.org devans at macports.org
Tue Jul 2 10:23:05 PDT 2013


Revision: 107538
          https://trac.macports.org/changeset/107538
Author:   devans at macports.org
Date:     2013-07-02 10:23:05 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
exempi: update to version 2.2.1.

Modified Paths:
--------------
    trunk/dports/graphics/exempi/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/exempi/files/patch-source__XMPFiles__FormatSupport__Reconcile_Impl.cpp
    trunk/dports/graphics/exempi/files/patch-source__XMPFiles__XMPFiles_Impl.hpp
    trunk/dports/graphics/exempi/files/patch-source__common__LargeFileAccess.hpp

Modified: trunk/dports/graphics/exempi/Portfile
===================================================================
--- trunk/dports/graphics/exempi/Portfile	2013-07-02 16:49:01 UTC (rev 107537)
+++ trunk/dports/graphics/exempi/Portfile	2013-07-02 17:23:05 UTC (rev 107538)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            exempi
-version         2.2.0
+version         2.2.1
 license         BSD
 categories      graphics
 maintainers     devans openmaintainer
@@ -12,28 +12,19 @@
 homepage        http://libopenraw.freedesktop.org/wiki/Exempi
 master_sites    http://libopenraw.freedesktop.org/download/
 
-description \
-    Exempi is an implementation of XMP.
+checksums       rmd160  c1510f53a65feda08f67e3fba9dcdcb601387c95 \
+                sha256  a99e1569047988200e4935cf4395667341a5bd8d6067847a08df4304546cc362
 
+description     Exempi is an implementation of XMP.
+
 long_description \
-    Exempi is an implementation of XMP. Version 2.x is based on Adobe XMP SDK 4.1.1.
+                Exempi is an implementation of XMP. Version 2.x is based on Adobe XMP SDK 4.1.1.
 
-checksums       sha256  710a01a4e879c3a58304021d8a9624cf8b65f79b2b949951a873c91f6d64d102 \
-                rmd160  cb6a3a5f1f61108ff0cc569dd36ad6eda335514a
-
 patchfiles      patch-Makefile.am.diff
 
-# see http://trac.macports.org/ticket/19894
-
-if { ${os.platform} == "darwin" &&  ${os.major} > 8 } {
-    patchfiles-append      patch-source__XMPFiles__XMPFiles_Impl.hpp \
-                           patch-source__common__LargeFileAccess.hpp
-}
-
 # see http://trac.macports.org/ticket/20965
 if {$build_arch == "x86_64" || $build_arch == "ppc64"} {
-    patchfiles-append      patch-source__XMPFiles__FormatSupport__Makefile.am \
-                           patch-source__XMPFiles__FormatSupport__Reconcile_Impl.cpp
+    patchfiles-append      patch-source__XMPFiles__FormatSupport__Makefile.am
     configure.cppflags-append     -DXMP_64
 }
 

Deleted: trunk/dports/graphics/exempi/files/patch-source__XMPFiles__FormatSupport__Reconcile_Impl.cpp
===================================================================
--- trunk/dports/graphics/exempi/files/patch-source__XMPFiles__FormatSupport__Reconcile_Impl.cpp	2013-07-02 16:49:01 UTC (rev 107537)
+++ trunk/dports/graphics/exempi/files/patch-source__XMPFiles__FormatSupport__Reconcile_Impl.cpp	2013-07-02 17:23:05 UTC (rev 107538)
@@ -1,11 +0,0 @@
---- source/XMPFiles/FormatSupport/Reconcile_Impl.cpp.orig	2011-11-12 22:57:42.000000000 -0800
-+++ source/XMPFiles/FormatSupport/Reconcile_Impl.cpp	2013-01-11 10:59:16.000000000 -0800
-@@ -15,7 +15,7 @@
- 
- #if XMP_WinBuild
- #elif XMP_MacBuild
--	#include "UnicodeConverter.h"
-+	#include <CoreServices/CoreServices.h>
- #endif
- 
- // =================================================================================================

Deleted: trunk/dports/graphics/exempi/files/patch-source__XMPFiles__XMPFiles_Impl.hpp
===================================================================
--- trunk/dports/graphics/exempi/files/patch-source__XMPFiles__XMPFiles_Impl.hpp	2013-07-02 16:49:01 UTC (rev 107537)
+++ trunk/dports/graphics/exempi/files/patch-source__XMPFiles__XMPFiles_Impl.hpp	2013-07-02 17:23:05 UTC (rev 107538)
@@ -1,11 +0,0 @@
---- source/XMPFiles/XMPFiles_Impl.hpp.orig	2011-11-12 22:57:42.000000000 -0800
-+++ source/XMPFiles/XMPFiles_Impl.hpp	2013-01-11 10:20:43.000000000 -0800
-@@ -35,7 +35,7 @@
- 	#define snprintf _snprintf
- #else
- 	#if XMP_MacBuild
--		#include <Files.h>
-+		#include <CoreServices/CoreServices.h>
- 	#endif
- 	// POSIX headers for both Mac and generic UNIX.
- 	#include <fcntl.h>

Deleted: trunk/dports/graphics/exempi/files/patch-source__common__LargeFileAccess.hpp
===================================================================
--- trunk/dports/graphics/exempi/files/patch-source__common__LargeFileAccess.hpp	2013-07-02 16:49:01 UTC (rev 107537)
+++ trunk/dports/graphics/exempi/files/patch-source__common__LargeFileAccess.hpp	2013-07-02 17:23:05 UTC (rev 107538)
@@ -1,11 +0,0 @@
---- source/common/LargeFileAccess.hpp.orig	2011-11-12 22:57:42.000000000 -0800
-+++ source/common/LargeFileAccess.hpp	2013-01-11 10:20:43.000000000 -0800
-@@ -19,7 +19,7 @@
- 	#define snprintf _snprintf
- #else
- 	#if XMP_MacBuild
--		#include <Files.h>
-+		#include <CoreServices/CoreServices.h>
- 	#endif
- 	// POSIX headers for both Mac and generic UNIX.
- 	#include <pthread.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/f18101e9/attachment-0001.html>


More information about the macports-changes mailing list