[104553] trunk/dports/devel/lpeg

ciserlohn at macports.org ciserlohn at macports.org
Wed Mar 27 14:41:18 PDT 2013


Revision: 104553
          https://trac.macports.org/changeset/104553
Author:   ciserlohn at macports.org
Date:     2013-03-27 14:41:17 -0700 (Wed, 27 Mar 2013)
Log Message:
-----------
lpeg: update to version 0.11 (#38562; maintainer update)

Modified Paths:
--------------
    trunk/dports/devel/lpeg/Portfile
    trunk/dports/devel/lpeg/files/patch-makefile.diff

Modified: trunk/dports/devel/lpeg/Portfile
===================================================================
--- trunk/dports/devel/lpeg/Portfile	2013-03-27 21:00:53 UTC (rev 104552)
+++ trunk/dports/devel/lpeg/Portfile	2013-03-27 21:41:17 UTC (rev 104553)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                lpeg
-version             0.10.2
+version             0.11
 categories          devel
 platforms           darwin
 maintainers         gmail.com:andremm
@@ -17,8 +17,8 @@
 homepage            http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html
 master_sites        http://www.inf.puc-rio.br/~roberto/lpeg/
 
-checksums           sha1    f2cd5857efb6e1bb02dfb9fbd68e74a451467462 \
-                    rmd160  77dc2f7ca88ac84e6f185cf6077aaf88a130c3af
+checksums           rmd160  b64e4aa32cef4c6143c9a48c84b3d74e858e3dd4 \
+                    sha256  dd2950126c7539909ca69a25089fb1b5e5bf9ca676a732f7e9015ea4f3ecbcce
 
 depends_build       port:pkgconfig
 

Modified: trunk/dports/devel/lpeg/files/patch-makefile.diff
===================================================================
--- trunk/dports/devel/lpeg/files/patch-makefile.diff	2013-03-27 21:00:53 UTC (rev 104552)
+++ trunk/dports/devel/lpeg/files/patch-makefile.diff	2013-03-27 21:41:17 UTC (rev 104553)
@@ -1,17 +1,18 @@
---- makefile.orig	2011-02-16 09:03:25.000000000 -0600
-+++ makefile	2011-02-23 19:22:58.000000000 -0600
-@@ -25,12 +25,12 @@
+--- makefile.orig	2013-03-27 20:08:01.000000000 +0100
++++ makefile	2013-03-27 22:33:43.000000000 +0100
+@@ -26,12 +26,12 @@
  CC = gcc
  
  # For Linux
--DLLFLAGS = -shared -fpic
-+# DLLFLAGS = -shared -fpic
- ENV = 
+-DLLFLAGS = -shared -fPIC
+-ENV = 
++#DLLFLAGS = -shared -fPIC
++#ENV = 
  
  # For Mac OS
  # ENV = MACOSX_DEPLOYMENT_TARGET=10.4
 -# DLLFLAGS = -bundle -undefined dynamic_lookup
-+DLLFLAGS = -bundle -undefined dynamic_lookup
++ DLLFLAGS = -bundle -undefined dynamic_lookup
  
- lpeg.so: lpeg.o
- 	env $(ENV) $(CC) $(DLLFLAGS) lpeg.o -o lpeg.so
+ 
+ FILES = lpvm.o lpcap.o lptree.o lpcode.o lpprint.o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130327/5a9b6a52/attachment.html>


More information about the macports-changes mailing list