update to rest-0.8.0
This commit is contained in:
parent
ed5fffd8a9
commit
9d9676a806
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2015/04/21 18:51:25 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2016/04/25 08:16:36 jasper Exp $
|
||||
|
||||
COMMENT = access web services that claim to be RESTful
|
||||
|
||||
GNOME_VERSION = 0.7.93
|
||||
GNOME_VERSION = 0.8.0
|
||||
GNOME_PROJECT = rest
|
||||
PKGNAME = lib${DISTNAME}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = net devel
|
||||
|
||||
SHARED_LIBS += rest-0.7 0.2
|
||||
SHARED_LIBS += rest-0.7 0.3
|
||||
SHARED_LIBS += rest-extras-0.7 0.0
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
||||
@ -18,11 +17,11 @@ MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 lzma
|
||||
WANTLIB += m pcre pthread soup-2.4 soup-gnome-2.4 sqlite3 xml2 z
|
||||
WANTLIB += ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
||||
WANTLIB += iconv intl lzma m pcre pthread soup-2.4 soup-gnome-2.4
|
||||
WANTLIB += sqlite3 xml2 z
|
||||
|
||||
MODULES = devel/gettext \
|
||||
x11/gnome
|
||||
MODULES = x11/gnome
|
||||
MODGNOME_TOOLS += gobject-introspection
|
||||
|
||||
LIB_DEPENDS = devel/libsoup
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rest-0.7.93.tar.xz) = xxBkRFU0CkTdwAXGRcRm8FwNd5mTE46iGmLGCCEIshY=
|
||||
SIZE (rest-0.7.93.tar.xz) = 321072
|
||||
SHA256 (rest-0.8.0.tar.xz) = 57ibIAwUFwc673Oeiif/KrV4BWwneW7HT1iGpeDf9kc=
|
||||
SIZE (rest-0.8.0.tar.xz) = 334024
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2014/09/03 11:11:27 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2016/04/25 08:16:36 jasper Exp $
|
||||
include/rest-0.7/
|
||||
include/rest-0.7/rest/
|
||||
include/rest-0.7/rest-extras/
|
||||
@ -19,7 +19,6 @@ include/rest-0.7/rest/rest-proxy-call.h
|
||||
include/rest-0.7/rest/rest-proxy.h
|
||||
include/rest-0.7/rest/rest-xml-node.h
|
||||
include/rest-0.7/rest/rest-xml-parser.h
|
||||
lib/girepository-1.0/
|
||||
lib/girepository-1.0/Rest-0.7.typelib
|
||||
lib/girepository-1.0/RestExtras-0.7.typelib
|
||||
lib/librest-0.7.a
|
||||
@ -30,11 +29,8 @@ lib/librest-extras-0.7.la
|
||||
@lib lib/librest-extras-0.7.so.${LIBrest-extras-0.7_VERSION}
|
||||
lib/pkgconfig/rest-0.7.pc
|
||||
lib/pkgconfig/rest-extras-0.7.pc
|
||||
share/gir-1.0/
|
||||
share/gir-1.0/Rest-0.7.gir
|
||||
share/gir-1.0/RestExtras-0.7.gir
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/rest-0.7/
|
||||
share/gtk-doc/html/rest-0.7/FlickrProxy.html
|
||||
share/gtk-doc/html/rest-0.7/FlickrProxyCall.html
|
||||
|
Loading…
Reference in New Issue
Block a user