diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-11-21 01:10:27 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2017-11-21 01:10:27 +0800 |
commit | b65768cd48a886b0b170d1776aae6e34686e77e1 (patch) | |
tree | e2190ca2af032de72e45da69e5030afb89e0b8dd /devel/libsoup/Makefile | |
parent | 0e0a76fa999b091b4fb0d155cef3670d13c112d4 (diff) | |
download | freebsd-ports-gnome-b65768cd48a886b0b170d1776aae6e34686e77e1.tar.gz freebsd-ports-gnome-b65768cd48a886b0b170d1776aae6e34686e77e1.tar.zst freebsd-ports-gnome-b65768cd48a886b0b170d1776aae6e34686e77e1.zip |
Fix build and paackaging.
- Imported upstream patch [1]
- While here regenerated patches.
Approved by: portmgr fixit blanket
Obtained from: https://github.com/GNOME/libsoup/commit/589c2761265f6bf3b8b59b788d48c9b9c461f7de#diff-c63b04cf5692b7697906c1ec308622ae
Diffstat (limited to 'devel/libsoup/Makefile')
-rw-r--r-- | devel/libsoup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 233688f87b4b..8846b0e86d2e 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -32,7 +32,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -LIBVERSION= 1.7.0 +LIBVERSION= 1.8.0 PLIST_SUB= VERSION="2.4" LIBVERSION=${LIBVERSION} .if defined(SOUP_SLAVE) |