[109476] trunk/dports/www/serf1

blair at macports.org blair at macports.org
Thu Aug 15 17:44:07 PDT 2013


Revision: 109476
          https://trac.macports.org/changeset/109476
Author:   blair at macports.org
Date:     2013-08-15 17:44:07 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
serf1: new upstream 1.3.1 release.

The SConstruct patch is in the new release.

SConstruct now splits {C,CPP,LINK}FLAGS on spaces instead of on commas.

Modified Paths:
--------------
    trunk/dports/www/serf1/Portfile

Removed Paths:
-------------
    trunk/dports/www/serf1/files/

Modified: trunk/dports/www/serf1/Portfile
===================================================================
--- trunk/dports/www/serf1/Portfile	2013-08-15 23:47:30 UTC (rev 109475)
+++ trunk/dports/www/serf1/Portfile	2013-08-16 00:44:07 UTC (rev 109476)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            serf1
-version         1.3.0
+version         1.3.1
 categories      www
 maintainers     blair
 license         Apache-2
@@ -18,12 +18,10 @@
 
 homepage        http://code.google.com/p/serf/
 master_sites    http://serf.googlecode.com/files/
-dist_subdir     serf
 distname        serf-${version}
 use_bzip2       yes
-checksums       sha1   14ed3e1dc195016a548499b3831f3df6b2501d27 \
-                sha256 174a46866907c54309c0ccac5efa34304e21979f365b30bdfea6c4ad330ec01c
-patchfiles      patch-SConstruct.diff
+checksums       sha1   b8c8e12e7163d7bacf9be0ea4aaa7b8c32e8c72c \
+                sha256 fc785d0df9c0f4debadae19a3549542d173ca62a1f3f36668b3b1251209f5d9a
 
 platforms       darwin
 
@@ -37,9 +35,9 @@
 build.cmd       ${prefix}/bin/scons
 
 build.args      CC=${configure.cc} \
-                CPPFLAGS=[join "${configure.cppflags}" ,] \
-                CFLAGS=[join "${configure.cflags},[get_canonical_archflags cc]" ,] \
-                LINKFLAGS=[join "${configure.ldflags},[get_canonical_archflags ld]" ,]
+                CPPFLAGS="${configure.cppflags}" \
+                CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \
+                LINKFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
 
 build.target    APR=${prefix} \
                 APU=${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/27e62321/attachment.html>


More information about the macports-changes mailing list