svn commit: r348674 - head/devel/librest
Pawel Pekala
pawel at FreeBSD.org
Thu Mar 20 10:04:09 UTC 2014
Author: pawel
Date: Thu Mar 20 10:04:07 2014
New Revision: 348674
URL: http://svnweb.freebsd.org/changeset/ports/348674
QAT: https://qat.redports.org/buildarchive/r348674/
Log:
- Update to version 0.7.91, use USES=tar [1]
- Depend on security/ca_root_nss in path independent way
- Convert gnomehack to pathfix
- Strip libraries
PR: ports/187704 [1]
Submitted by: maintainer
Modified:
head/devel/librest/Makefile
head/devel/librest/distinfo
head/devel/librest/pkg-plist
Modified: head/devel/librest/Makefile
==============================================================================
--- head/devel/librest/Makefile Thu Mar 20 09:54:39 2014 (r348673)
+++ head/devel/librest/Makefile Thu Mar 20 10:04:07 2014 (r348674)
@@ -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 serv
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>
Modified: head/devel/librest/distinfo
==============================================================================
--- head/devel/librest/distinfo Thu Mar 20 09:54:39 2014 (r348673)
+++ head/devel/librest/distinfo Thu Mar 20 10:04:07 2014 (r348674)
@@ -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
Modified: head/devel/librest/pkg-plist
==============================================================================
--- head/devel/librest/pkg-plist Thu Mar 20 09:54:39 2014 (r348673)
+++ head/devel/librest/pkg-plist Thu Mar 20 10:04:07 2014 (r348674)
@@ -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
More information about the svn-ports-head
mailing list