Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2016 11:10:44 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423252 - head/devel/libiqxmlrpc
Message-ID:  <201610041110.u94BAifS025035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fjoe
Date: Tue Oct  4 11:10:44 2016
New Revision: 423252
URL: https://svnweb.freebsd.org/changeset/ports/423252

Log:
  - Update to 0.13.5
  - Fix DOCS_CMAKE_OFF clause
  
  PR:		209529

Modified:
  head/devel/libiqxmlrpc/Makefile
  head/devel/libiqxmlrpc/distinfo

Modified: head/devel/libiqxmlrpc/Makefile
==============================================================================
--- head/devel/libiqxmlrpc/Makefile	Tue Oct  4 10:58:08 2016	(r423251)
+++ head/devel/libiqxmlrpc/Makefile	Tue Oct  4 11:10:44 2016	(r423252)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libiqxmlrpc
-PORTVERSION=	0.12.12
+PORTVERSION=	0.13.5
 PORTREVISION=	0
 CATEGORIES=	devel net
 MASTER_SITES=	SF
@@ -18,7 +18,7 @@ OPTIONS_DEFINE=	DOCS
 OPTIONS_DEFAULT=
 
 DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
-DOCS_CMAKE_ARGS_OFF=	-Dbuild_docs=off
+DOCS_CMAKE_OFF=	-Dbuild_docs=off
 
 USE_GNOME=	libxml2
 USES=		cmake tar:bzip2

Modified: head/devel/libiqxmlrpc/distinfo
==============================================================================
--- head/devel/libiqxmlrpc/distinfo	Tue Oct  4 10:58:08 2016	(r423251)
+++ head/devel/libiqxmlrpc/distinfo	Tue Oct  4 11:10:44 2016	(r423252)
@@ -1,2 +1,3 @@
-SHA256 (libiqxmlrpc-0.12.12.tar.bz2) = c728ee70a326a0989adc6dd386205897998f479662573bbfda81e41fc7fc7eb5
-SIZE (libiqxmlrpc-0.12.12.tar.bz2) = 67239
+TIMESTAMP = 1475579326
+SHA256 (libiqxmlrpc-0.13.5.tar.bz2) = 289927cbeb08334fff3293f24152c53818bd0929e5e08391fd160a6d50106075
+SIZE (libiqxmlrpc-0.13.5.tar.bz2) = 68587



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610041110.u94BAifS025035>