[99681] trunk/dports/devel/pev

g5pw at macports.org g5pw at macports.org
Wed Nov 14 00:45:55 PST 2012


Revision: 99681
          https://trac.macports.org/changeset/99681
Author:   g5pw at macports.org
Date:     2012-11-14 00:45:55 -0800 (Wed, 14 Nov 2012)
Log Message:
-----------
devel/pev
- Bump to 0.60, removed patch (applied upstream)

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

Removed Paths:
-------------
    trunk/dports/devel/pev/files/src_Makefile.patch

Modified: trunk/dports/devel/pev/Portfile
===================================================================
--- trunk/dports/devel/pev/Portfile	2012-11-14 08:16:03 UTC (rev 99680)
+++ trunk/dports/devel/pev/Portfile	2012-11-14 08:45:55 UTC (rev 99681)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pev
-version             0.50
+version             0.60
 maintainers         g5pw openmaintainer
 
 categories          devel
@@ -18,13 +18,11 @@
 
 master_sites        sourceforge:project/pev/pev-${version}
 
+checksums           rmd160  27d88a10dfedd68c46163d17ba483b45f57389d4 \
+                    sha256  133d4698a25f3b40b95f203d30ddea5895b41db2c8cb7724433cc4ce165c2b43
 
-checksums           rmd160  d1dbcab5e52a7f2661eb042cc4a7df506364fee7 \
-                    sha256  6ba1a653664a5f98dd016e0d850d6c931965d08914ac008a18b7357520c1aef8
+patchfiles          lib_libpe_Makefile.patch
 
-patchfiles			lib_libpe_Makefile.patch \
-                    src_Makefile.patch \
-
 use_configure       no
 
 variant universal {}

Modified: trunk/dports/devel/pev/files/lib_libpe_Makefile.patch
===================================================================
--- trunk/dports/devel/pev/files/lib_libpe_Makefile.patch	2012-11-14 08:16:03 UTC (rev 99680)
+++ trunk/dports/devel/pev/files/lib_libpe_Makefile.patch	2012-11-14 08:45:55 UTC (rev 99681)
@@ -1,39 +1,11 @@
---- lib/libpe/Makefile.new	2012-06-27 20:17:53.000000000 +0200
-+++ lib/libpe/Makefile	2012-06-25 21:23:28.000000000 +0200
-@@ -1,28 +1,28 @@
- PREFIX=/usr
-+DEST=$(DESTDIR)/$(PREFIX)/lib
--DEST=$(PREFIX)/lib
- VERSION=1.0
- CFLAGS=-W -Wall -Wextra -pedantic -std=c99
- SRC=pe.c
- RM=rm -f
- CC=gcc
- LN=ln -sf
-+STRIP=strip -x
--STRIP=strip --strip-unneeded
- LIBNAME=libpe
- INSTALL=install -m 0644
- 
- all: pe.c pe.h
- 	$(CC) -o $(LIBNAME).o -c $(CFLAGS) -fPIC $(SRC)
-+	$(CC) -shared -Wl,-install_name,$(PREFIX)/lib/$(LIBNAME).dylib.1 -o $(LIBNAME).dylib $(LIBNAME).o
--	$(CC) -shared -Wl,-soname,$(LIBNAME).so.1 -o $(LIBNAME).so $(LIBNAME).o
- 
- install:
-+	$(STRIP) $(LIBNAME).dylib
--	$(STRIP) $(LIBNAME).so
- 	test -d $(DEST) || mkdir -p $(DEST)
-+	$(INSTALL) $(LIBNAME).dylib $(DEST)/$(LIBNAME).dylib.$(VERSION)
-+	cd $(DEST); $(LN) $(LIBNAME).dylib.$(VERSION) $(LIBNAME).dylib
-+	cd $(DEST); $(LN) $(LIBNAME).dylib.$(VERSION) $(LIBNAME).dylib.1
--	$(INSTALL) $(LIBNAME).so $(DEST)/$(LIBNAME).so.$(VERSION)
--	$(LN) $(DEST)/$(LIBNAME).so.$(VERSION) $(DEST)/$(LIBNAME).so
--	$(LN) $(DEST)/$(LIBNAME).so.$(VERSION) $(DEST)/$(LIBNAME).so.1
- 
- uninstall:
-+	$(RM) $(DEST)/$(LIBNAME).dylib*
--	$(RM) $(DEST)/$(LIBNAME).so*
- 
- clean:
- 	$(RM) $(LIBNAME).*o*
+--- 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
+ else ifeq ($(PLATFORM_OS), Darwin)
+ 	$(CC) -headerpad_max_install_names -dynamiclib \
+-		-flat_namespace -install_name $(LIBNAME).$(VERSION).dylib \
++		-flat_namespace -install_name $(PREFIX)/lib/$(LIBNAME).$(VERSION).dylib \
+ 		-current_version $(VERSION) -compatibility_version $(VERSION) \
+ 		-o $(LIBNAME).dylib $(LIBNAME).o
+ else ifeq ($(PLATFORM_OS), CYGWIN)

Deleted: trunk/dports/devel/pev/files/src_Makefile.patch
===================================================================
--- trunk/dports/devel/pev/files/src_Makefile.patch	2012-11-14 08:16:03 UTC (rev 99680)
+++ trunk/dports/devel/pev/files/src_Makefile.patch	2012-11-14 08:45:55 UTC (rev 99681)
@@ -1,9 +0,0 @@
---- src/Makefile	2012-06-27 19:00:44.000000000 +0200
-+++ src/Makefile.old	2012-06-27 18:58:33.000000000 +0200
-@@ -1,5 +1,5 @@
- PREFIX=/usr
-+DEST=$(DESTDIR)$(PREFIX)/bin
--DEST=$(PREFIX)/bin
- LIBPE=../lib/libpe
- LIBUDIS86=../lib/libudis86
- CFLAGS=-W -Wall -Wextra -std=c99 -pedantic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121114/57aa37bd/attachment-0001.html>


More information about the macports-changes mailing list