From owner-svn-ports-all@FreeBSD.ORG Tue Apr 7 13:37:13 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C814EFF2; Tue, 7 Apr 2015 13:37:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A83E2E3; Tue, 7 Apr 2015 13:37:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t37DbDZa035531; Tue, 7 Apr 2015 13:37:13 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t37DbCDO035524; Tue, 7 Apr 2015 13:37:12 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201504071337.t37DbCDO035524@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Tue, 7 Apr 2015 13:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383513 - head/devel/ocaml-cfg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2015 13:37:13 -0000 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@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/