svn commit: r302607 - head/devel/fossil

Baptiste Daroussin bapt at FreeBSD.org
Wed Aug 15 21:52:59 UTC 2012


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



More information about the svn-ports-head mailing list