Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2012 21:52:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302607 - head/devel/fossil
Message-ID:  <201208152152.q7FLqwiD017192@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Aug 15 21:52:58 2012
New Revision: 302607
URL: http://svn.freebsd.org/changeset/ports/302607

Log:
  - update to 20120808112557 (aka 1.23)
  - changes to the ports:
    * add an options to enable the JSON API (by default off)

Modified:
  head/devel/fossil/Makefile
  head/devel/fossil/distinfo

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Wed Aug 15 21:38:51 2012	(r302606)
+++ head/devel/fossil/Makefile	Wed Aug 15 21:52:58 2012	(r302607)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fossil
-PORTVERSION=	20120317175325
+PORTVERSION=	20120808112557
 PORTEPOCH=	1
 CATEGORIES=	devel www
 MASTER_SITES=	http://www.fossil-scm.org/download/
@@ -25,6 +25,15 @@ HAS_CONFIGURE=	yes
 
 USE_GMAKE=	yes
 
+OPTIONS_DEFINE=	JSON
+JSON_DESC=	JSON API support
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MJSON}
+CONFIGURE_ARGS+=	--json
+.endif
+
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil
 

Modified: head/devel/fossil/distinfo
==============================================================================
--- head/devel/fossil/distinfo	Wed Aug 15 21:38:51 2012	(r302606)
+++ head/devel/fossil/distinfo	Wed Aug 15 21:52:58 2012	(r302607)
@@ -1,2 +1,2 @@
-SHA256 (fossil-src-20120317175325.tar.gz) = 8ea3462a29e645fe0bd062d5742de4e1921a38acced5107d08465821d95aa9b0
-SIZE (fossil-src-20120317175325.tar.gz) = 2759495
+SHA256 (fossil-src-20120808112557.tar.gz) = fd0ca7b11906d0dfd4541a7a2518ed41407b4c2985eb09b64aa1390a50c51a4a
+SIZE (fossil-src-20120808112557.tar.gz) = 2811716



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