[96878] trunk/dports/devel/pcre

g5pw at macports.org g5pw at macports.org
Mon Aug 20 14:10:20 PDT 2012


Revision: 96878
          https://trac.macports.org/changeset/96878
Author:   g5pw at macports.org
Date:     2012-08-20 14:10:20 -0700 (Mon, 20 Aug 2012)
Log Message:
-----------
devel/pcre:
- bump to 8.31
- removed patches, they are now unnecessary, configure option is enough
- removed parallel_build, it is on by default
- small change in the modeline, using "portfile" as filetype

Modified Paths:
--------------
    trunk/dports/devel/pcre/Portfile

Removed Paths:
-------------
    trunk/dports/devel/pcre/files/

Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile	2012-08-20 21:08:44 UTC (rev 96877)
+++ trunk/dports/devel/pcre/Portfile	2012-08-20 21:10:20 UTC (rev 96878)
@@ -1,11 +1,10 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=portfile:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
 
 name            pcre
-version         8.30
-revision        1
+version         8.31
 categories      devel
 license         BSD
 platforms       darwin freebsd
@@ -25,19 +24,17 @@
                 ftp://ftp.tin.org/pub/libs/${name}/ \
                 ftp://ftp.csx.cam.ac.uk/pub/software/programming/${name}/ \
                 sourceforge:project/pcre/pcre/${version}
+				
+checksums       rmd160  212fbf09d1694167fd27805c4e885628c2c4e5c7 \
+                sha256  5778a02535473c7ee7838ea598c19f451e63cf5eec0bf0307a688301c9078c3c
 
-checksums       rmd160  bddee68c7e2b8b8224a835a2a9cdadc6b7cc9fd2 \
-                sha256  c1113fd7db934e97ad8b3917d432e5b642e9eb9afd127eb797804937c965f4ac
-
 depends_lib     port:libedit \
                 port:zlib \
                 port:bzip2
 
-patchfiles      configure.patch pcretest.c.patch
-
 configure.args  --docdir=${prefix}/share/doc/${name} \
                 --enable-unicode-properties \
-                --enable-pcretest-libreadline \
+                --enable-pcretest-libedit \
                 --enable-pcregrep-libz \
                 --enable-pcregrep-libbz2
 
@@ -55,8 +52,6 @@
     }
 }
 
-use_parallel_build  yes
-
 test.run        yes
 
 variant doc description {Install extra documentation} {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120820/9a4629cd/attachment.html>


More information about the macports-changes mailing list