diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-20 10:04:07 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-20 10:04:07 +0000 |
commit | 13101c94b4cdc3b68c09b3d62fc2f04738d6f4c0 (patch) | |
tree | b4555cad21539a605678d2c2da37cbea427ff3fb /devel | |
parent | 8414e10266810d78403f039a1ebaceaff591f913 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/librest/Makefile | 13 | ||||
-rw-r--r-- | devel/librest/distinfo | 4 | ||||
-rw-r--r-- | devel/librest/pkg-plist | 6 |
3 files changed, 15 insertions, 8 deletions
diff --git a/devel/librest/Makefile b/devel/librest/Makefile index 166450b6a44d..3cc0ac79319c 100644 --- a/devel/librest/Makefile +++ b/devel/librest/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rest -PORTVERSION= 0.7.90 +PORTVERSION= 0.7.91 CATEGORIES= devel www MASTER_SITES= GNOME @@ -11,15 +11,14 @@ COMMENT= Easy access to RESTful web services LICENSE= LGPL21 -BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +BUILD_DEPENDS= ca_root_nss>0:${PORTSDIR}/security/ca_root_nss LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome -RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +RUN_DEPENDS= ca_root_nss>0:${PORTSDIR}/security/ca_root_nss -USES= pkgconfig gmake -USE_XZ= yes +USES= pathfix pkgconfig gmake tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack glib20 intlhack libxml2 introspection:build +USE_GNOME= glib20 intlhack libxml2 introspection:build CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt @@ -30,5 +29,7 @@ OPTIONS_DEFINE= EXAMPLES post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.c ${STAGEDIR}${EXAMPLESDIR} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librest-0.7.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librest-extras-0.7.so.0 .include <bsd.port.mk> diff --git a/devel/librest/distinfo b/devel/librest/distinfo index ff9c0a14e50e..60723775f9d1 100644 --- a/devel/librest/distinfo +++ b/devel/librest/distinfo @@ -1,2 +1,2 @@ -SHA256 (rest-0.7.90.tar.xz) = 1d682acaac4d946cc7c98a2dd9d65a8c83a6fdb8ca6759e70b8b5042fe66c022 -SIZE (rest-0.7.90.tar.xz) = 305472 +SHA256 (rest-0.7.91.tar.xz) = 838814d935143f2dc99eb79f1ac69c615e7b547339f6cd226dd0ed4d7c16b67a +SIZE (rest-0.7.91.tar.xz) = 321120 diff --git a/devel/librest/pkg-plist b/devel/librest/pkg-plist index d89bf310d186..0760ca1d1926 100644 --- a/devel/librest/pkg-plist +++ b/devel/librest/pkg-plist @@ -42,10 +42,16 @@ share/gtk-doc/html/rest-0.7/ch01.html share/gtk-doc/html/rest-0.7/ch02.html share/gtk-doc/html/rest-0.7/ch03.html share/gtk-doc/html/rest-0.7/ch04.html +share/gtk-doc/html/rest-0.7/ch05.html share/gtk-doc/html/rest-0.7/home.png share/gtk-doc/html/rest-0.7/index.html share/gtk-doc/html/rest-0.7/index.sgml +share/gtk-doc/html/rest-0.7/ix01.html +share/gtk-doc/html/rest-0.7/ix02.html share/gtk-doc/html/rest-0.7/left.png +share/gtk-doc/html/rest-0.7/left-insensitive.png +share/gtk-doc/html/rest-0.7/right-insensitive.png +share/gtk-doc/html/rest-0.7/up-insensitive.png share/gtk-doc/html/rest-0.7/rest-0.7.devhelp2 share/gtk-doc/html/rest-0.7/rest-RestParam.html share/gtk-doc/html/rest-0.7/rest-RestParams.html |