svn commit: r565225 - head/devel/librest

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 14 13:57:07 UTC 2021


Author: amdmi3
Date: Sun Feb 14 13:57:06 2021
New Revision: 565225
URL: https://svnweb.freebsd.org/changeset/ports/565225

Log:
  - Update to 0.8.1
  
  PR:		218361
  Submitted by:	duchateau.olivier at gmail.com
  Approved by:	maintainer timeout (cmt at burggraben.net, 4 months)

Modified:
  head/devel/librest/Makefile
  head/devel/librest/distinfo
  head/devel/librest/pkg-plist

Modified: head/devel/librest/Makefile
==============================================================================
--- head/devel/librest/Makefile	Sun Feb 14 13:04:11 2021	(r565224)
+++ head/devel/librest/Makefile	Sun Feb 14 13:57:06 2021	(r565225)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rest
-PORTVERSION=	0.7.93
-PORTREVISION=	1
+PORTVERSION=	0.8.1
 CATEGORIES=	devel www
 MASTER_SITES=	GNOME
 
@@ -14,20 +13,20 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	ca_root_nss>0:security/ca_root_nss
+LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		gmake gnome libtool pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
 USE_LDCONFIG=	yes
-USE_GNOME=	glib20 intlhack libxml2 introspection:build
+USE_GNOME=	glib20 libxml2 introspection:build
+INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 
 PORTEXAMPLES=	*.c
 
 OPTIONS_DEFINE=	EXAMPLES
-
-LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librest-0.7.so.0

Modified: head/devel/librest/distinfo
==============================================================================
--- head/devel/librest/distinfo	Sun Feb 14 13:04:11 2021	(r565224)
+++ head/devel/librest/distinfo	Sun Feb 14 13:57:06 2021	(r565225)
@@ -1,2 +1,3 @@
-SHA256 (rest-0.7.93.tar.xz) = c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216
-SIZE (rest-0.7.93.tar.xz) = 321072
+TIMESTAMP = 1598216551
+SHA256 (rest-0.8.1.tar.xz) = 0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9
+SIZE (rest-0.8.1.tar.xz) = 333376

Modified: head/devel/librest/pkg-plist
==============================================================================
--- head/devel/librest/pkg-plist	Sun Feb 14 13:04:11 2021	(r565224)
+++ head/devel/librest/pkg-plist	Sun Feb 14 13:57:06 2021	(r565225)
@@ -45,9 +45,7 @@ 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


More information about the svn-ports-all mailing list