[121801] trunk/dports/devel/pev
g5pw at macports.org
g5pw at macports.org
Tue Jul 8 03:44:24 PDT 2014
Revision: 121801
https://trac.macports.org/changeset/121801
Author: g5pw at macports.org
Date: 2014-07-08 03:44:23 -0700 (Tue, 08 Jul 2014)
Log Message:
-----------
devel/pev:
upstream moved to github
use standard naming for patch file
no revbump/stealth update since checksums are the same
Modified Paths:
--------------
trunk/dports/devel/pev/Portfile
Added Paths:
-----------
trunk/dports/devel/pev/files/patch-lib-libpe-Makefile.diff
Removed Paths:
-------------
trunk/dports/devel/pev/files/lib_libpe_Makefile.patch
Modified: trunk/dports/devel/pev/Portfile
===================================================================
--- trunk/dports/devel/pev/Portfile 2014-07-08 10:21:57 UTC (rev 121800)
+++ trunk/dports/devel/pev/Portfile 2014-07-08 10:44:23 UTC (rev 121801)
@@ -2,9 +2,9 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
-name pev
-version 0.70
+github.setup merces pev 0.70 v
maintainers g5pw openmaintainer
categories devel
@@ -14,13 +14,11 @@
platforms darwin
license GPL-3+
-homepage http://sourceforge.net/projects/pev/
+homepage http://pev.sf.net/
depends_lib port:pcre
-master_sites sourceforge:project/pev/pev-${version}
-
-patchfiles lib_libpe_Makefile.patch
+patchfiles patch-lib-libpe-Makefile.diff
checksums rmd160 9ffe6dccecdfbeba09e34f9a212c2abcf3861ef0 \
sha256 250396a06930d60a92e9bc86d7afb543d899ba12c007d1be5d09802a02908202
Deleted: trunk/dports/devel/pev/files/lib_libpe_Makefile.patch
===================================================================
--- trunk/dports/devel/pev/files/lib_libpe_Makefile.patch 2014-07-08 10:21:57 UTC (rev 121800)
+++ trunk/dports/devel/pev/files/lib_libpe_Makefile.patch 2014-07-08 10:44:23 UTC (rev 121801)
@@ -1,11 +0,0 @@
---- 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)
- $(LINK) -headerpad_max_install_names -dynamiclib \
-- -flat_namespace -install_name $(LIBNAME).$(VERSION).dylib \
-+ -flat_namespace -install_name ${libdir}/$(LIBNAME).$(VERSION).dylib \
- -current_version $(VERSION) -compatibility_version $(VERSION) \
- $(LDFLAGS) -o $(LIBNAME).dylib $^
- else ifeq ($(PLATFORM_OS), CYGWIN)
Added: trunk/dports/devel/pev/files/patch-lib-libpe-Makefile.diff
===================================================================
--- trunk/dports/devel/pev/files/patch-lib-libpe-Makefile.diff (rev 0)
+++ trunk/dports/devel/pev/files/patch-lib-libpe-Makefile.diff 2014-07-08 10:44:23 UTC (rev 121801)
@@ -0,0 +1,11 @@
+--- 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)
+ $(LINK) -headerpad_max_install_names -dynamiclib \
+- -flat_namespace -install_name $(LIBNAME).$(VERSION).dylib \
++ -flat_namespace -install_name ${libdir}/$(LIBNAME).$(VERSION).dylib \
+ -current_version $(VERSION) -compatibility_version $(VERSION) \
+ $(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/20140708/a3323812/attachment.html>
More information about the macports-changes
mailing list