[115887] trunk/dports/devel/pev

g5pw at macports.org g5pw at macports.org
Mon Jan 13 07:56:07 PST 2014


Revision: 115887
          https://trac.macports.org/changeset/115887
Author:   g5pw at macports.org
Date:     2014-01-13 07:56:07 -0800 (Mon, 13 Jan 2014)
Log Message:
-----------
devel/pev:
  update to 0.70

Modified Paths:
--------------
    trunk/dports/devel/pev/Portfile
    trunk/dports/devel/pev/files/lib_libpe_Makefile.patch

Modified: trunk/dports/devel/pev/Portfile
===================================================================
--- trunk/dports/devel/pev/Portfile	2014-01-13 15:41:12 UTC (rev 115886)
+++ trunk/dports/devel/pev/Portfile	2014-01-13 15:56:07 UTC (rev 115887)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pev
-version             0.60
+version             0.70
 maintainers         g5pw openmaintainer
 
 categories          devel
@@ -20,17 +20,19 @@
 
 master_sites        sourceforge:project/pev/pev-${version}
 
-checksums           rmd160  27d88a10dfedd68c46163d17ba483b45f57389d4 \
-                    sha256  133d4698a25f3b40b95f203d30ddea5895b41db2c8cb7724433cc4ce165c2b43
-
 patchfiles          lib_libpe_Makefile.patch
+checksums           rmd160  9ffe6dccecdfbeba09e34f9a212c2abcf3861ef0 \
+                    sha256  250396a06930d60a92e9bc86d7afb543d899ba12c007d1be5d09802a02908202
 
 use_configure       no
 
 variant universal {}
 
+worksrcdir          ${name}
+
 build.args-append   CC="${configure.cc} [get_canonical_archflags]" \
-                    PREFIX=${prefix}
+                    prefix=${prefix}
 
 destroot.args-append \
-                    PREFIX=${prefix}
+                    prefix=${prefix} \
+                    datarootdir=${destdir}${prefix}/share

Modified: trunk/dports/devel/pev/files/lib_libpe_Makefile.patch
===================================================================
--- trunk/dports/devel/pev/files/lib_libpe_Makefile.patch	2014-01-13 15:41:12 UTC (rev 115886)
+++ trunk/dports/devel/pev/files/lib_libpe_Makefile.patch	2014-01-13 15:56:07 UTC (rev 115887)
@@ -1,11 +1,11 @@
---- lib/libpe/Makefile	2012-10-31 04:59:14.000000000 +0100
-+++ lib/libpe/Makefile.new	2012-11-14 09:41:21.000000000 +0100
-@@ -32,7 +32,7 @@
- 	$(CC) -shared -Wl,-soname,$(LIBNAME).so.1 -o $(LIBNAME).so $(LIBNAME).o
+--- lib/libpe/Makefile	2014-01-13 16:38:41.000000000 +0100
++++ lib/libpe/Makefile.new	2014-01-13 16:40:25.000000000 +0100
+@@ -72,7 +72,7 @@
+ 	$(LINK) -shared -Wl,-soname,$(LIBNAME).so.1 $(LDFLAGS) -o $(LIBNAME).so $^
  else ifeq ($(PLATFORM_OS), Darwin)
- 	$(CC) -headerpad_max_install_names -dynamiclib \
+ 	$(LINK) -headerpad_max_install_names -dynamiclib \
 -		-flat_namespace -install_name $(LIBNAME).$(VERSION).dylib \
-+		-flat_namespace -install_name $(PREFIX)/lib/$(LIBNAME).$(VERSION).dylib \
++		-flat_namespace -install_name ${libdir}/$(LIBNAME).$(VERSION).dylib \
  		-current_version $(VERSION) -compatibility_version $(VERSION) \
- 		-o $(LIBNAME).dylib $(LIBNAME).o
+ 		$(LDFLAGS) -o $(LIBNAME).dylib $^
  else ifeq ($(PLATFORM_OS), CYGWIN)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140113/d6c604c6/attachment.html>


More information about the macports-changes mailing list