serf: bump version.

This commit is contained in:
Jerome Duval
2016-11-10 20:43:52 +00:00
parent 2296f8ec9c
commit 3635cae887
2 changed files with 9 additions and 9 deletions

View File

@@ -8,16 +8,16 @@ diff --git a/SConstruct b/SConstruct
index 0e4f988..0755dec 100644
--- a/SConstruct
+++ b/SConstruct
@@ -232,8 +232,7 @@ if sys.platform != 'win32':
### These warnings are not available on Solaris
if sys.platform != 'sunos5':
@@ -249,8 +249,7 @@ if sys.platform != 'win32':
if have_gcc:
env.Append(CFLAGS=['-std=c89'])
- env.Append(CCFLAGS=['-Wdeclaration-after-statement',
- '-Wmissing-prototypes',
+ env.Append(CCFLAGS=['-Wmissing-prototypes',
'-Wall'])
if debug:
--
--
1.8.3.4

View File

@@ -6,9 +6,9 @@ transformations are kept to a minimum to provide high performance operation."
HOMEPAGE="https://serf.apache.org/"
COPYRIGHT="2002-2013 Justin Erenkrantz and Greg Stein"
LICENSE="Apache v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://archive.apache.org/dist/serf/serf-$portVersion.tar.bz2"
CHECKSUM_SHA256="e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590"
CHECKSUM_SHA256="549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc"
PATCHES="serf-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -54,7 +54,7 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
#cmd:make
cmd:scons >= 2.3
cmd:scons
cmd:apr_1_config$secondaryArchSuffix
"