1
0
forked from ports/opt

serf: 1.3.8 -> 1.3.9

This commit is contained in:
Danny Rawlins 2017-01-07 18:23:27 +11:00
parent 30893d2843
commit 35dea23333
2 changed files with 5 additions and 2 deletions

@ -1 +1 @@
2e4efe57ff28cb3202a112e90f0c2889 serf-1.3.8.tar.bz2
370a6340ff20366ab088012cd13f2b57 serf-1.3.9.tar.bz2

@ -5,7 +5,7 @@
# Depends on: apr scons
name=serf
version=1.3.8
version=1.3.9
release=1
source=(https://archive.apache.org/dist/$name/$name-$version.tar.bz2)
@ -20,4 +20,7 @@ build() {
scons PREFIX=/usr LIBDIR=/usr/lib
scons install --install-sandbox=$PKG
# serf-1.3.9 do not install world writable files
chmod -cR go-w $PKG/usr/include/serf-1
}