svn commit: r383513 - head/devel/ocaml-cfg

Steven Kreuzer skreuzer at FreeBSD.org
Tue Apr 7 13:37:13 UTC 2015


Author: skreuzer
Date: Tue Apr  7 13:37:11 2015
New Revision: 383513
URL: https://svnweb.freebsd.org/changeset/ports/383513

Log:
  Update to version 2.0.4

Modified:
  head/devel/ocaml-cfg/Makefile
  head/devel/ocaml-cfg/distinfo
  head/devel/ocaml-cfg/pkg-descr

Modified: head/devel/ocaml-cfg/Makefile
==============================================================================
--- head/devel/ocaml-cfg/Makefile	Tue Apr  7 13:21:09 2015	(r383512)
+++ head/devel/ocaml-cfg/Makefile	Tue Apr  7 13:37:11 2015	(r383513)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	cfg
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.4
 CATEGORIES=	devel
-MASTER_SITES=	http://cdn.bitbucket.org/mmottl/cfg/downloads/
 PKGNAMEPREFIX=	ocaml-
 
 MAINTAINER=	ports at FreeBSD.org
@@ -16,6 +15,10 @@ BUILD_DEPENDS=	menhir:${PORTSDIR}/devel/
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	mmottl
+GH_TAGNAME=	v${PORTVERSION}
+
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
 USE_OCAMLFIND_PLIST=yes

Modified: head/devel/ocaml-cfg/distinfo
==============================================================================
--- head/devel/ocaml-cfg/distinfo	Tue Apr  7 13:21:09 2015	(r383512)
+++ head/devel/ocaml-cfg/distinfo	Tue Apr  7 13:37:11 2015	(r383513)
@@ -1,2 +1,2 @@
-SHA256 (cfg-2.0.1.tar.gz) = 55ef3d99914891eaeee5db542eb709c59b07720ccc7f67927e04c811f537283f
-SIZE (cfg-2.0.1.tar.gz) = 57253
+SHA256 (mmottl-cfg-2.0.4-v2.0.4_GH0.tar.gz) = 13778fd8a827a3c9491e092a9daea073ef7f59c043a23bdcdc05b85253405595
+SIZE (mmottl-cfg-2.0.4-v2.0.4_GH0.tar.gz) = 61660

Modified: head/devel/ocaml-cfg/pkg-descr
==============================================================================
--- head/devel/ocaml-cfg/pkg-descr	Tue Apr  7 13:21:09 2015	(r383512)
+++ head/devel/ocaml-cfg/pkg-descr	Tue Apr  7 13:37:11 2015	(r383513)
@@ -1,4 +1,5 @@
-This OCaml-library consists of a set of modules which implement functions
-for manipulating context-free grammars (CFGs) in a purely functional way.
+This OCaml-library consists of a set of modules which implement functions for
+analyzing and manipulating context-free grammars (CFGs) in a purely functional
+way.
 
-WWW: https://bitbucket.org/mmottl/cfg
+WWW: http://mmottl.github.io/cfg/


More information about the svn-ports-all mailing list