More bumps due to lang/ocaml pkgname change.

This commit is contained in:
kili 2014-08-22 22:49:07 +00:00
parent 5088070bc2
commit edea600f6e
15 changed files with 30 additions and 28 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2013/03/11 10:50:02 espie Exp $
# $OpenBSD: Makefile,v 1.31 2014/08/22 22:49:07 kili Exp $
# build system needs per-arch tweaks
ONLY_FOR_ARCHS = amd64 i386 powerpc
@ -7,7 +7,7 @@ COMMENT= framework for analysis and transformation of C
CATEGORIES = devel lang
DISTNAME = cil-1.5.1
REVISION = 4
REVISION = 5
EXTRACT_SUFX = .tar.gz
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cil/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2013/03/11 10:50:02 espie Exp $
# $OpenBSD: Makefile,v 1.23 2014/08/22 22:49:07 kili Exp $
SHARED_ONLY = Yes
@ -7,7 +7,7 @@ COMMENT = program matching and transformation engine
# if updating, check for any additional use of diff/grep which
# may need to be switched to gdiff/ggrep
DISTNAME = coccinelle-1.0.0-rc15
REVISION = 2
REVISION = 3
PKGNAME = ${DISTNAME:S/-rc/rc/}
EXTRACT_SUFX = .tgz

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.9 2014/03/09 19:50:44 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2014/08/22 22:49:07 kili Exp $
COMMENT = library for manipulating the terminal
CATEGORIES = devel
# also adapt MASTER_SITES when changing the version!
DISTNAME = lambda-term-1.3
REVISION = 1
REVISION = 2
PKGNAME = ocaml-${DISTNAME}
MASTER_SITES = http://forge.ocamlcore.org/frs/download.php/1034/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2014/07/10 11:06:15 rpe Exp $
# $OpenBSD: Makefile,v 1.12 2014/08/22 22:49:07 kili Exp $
COMMENT = cooperative lightweight thread library
CATEGORIES = devel
@ -9,6 +9,7 @@ GH_TAGNAME = 2.4.4
GH_COMMIT = c6280535eb754b70f75a26fbfd406b7d492f8608
DISTNAME = ${GH_PROJECT}-${GH_TAGNAME}
PKGNAME = ocaml-${DISTNAME}
REVISION = 0
HOMEPAGE = http://ocsigen.org/lwt/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:12 espie Exp $
# $OpenBSD: Makefile,v 1.4 2014/08/22 22:49:07 kili Exp $
COMMENT = functional reactive programming (FRP) for OCaml
CATEGORIES = devel
V = 0.9.4
REVISION = 0
REVISION = 1
DISTNAME = react-${V}
EXTRACT_SUFX = .tbz
NAME = ocaml-react

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:12 espie Exp $
# $OpenBSD: Makefile,v 1.5 2014/08/22 22:49:07 kili Exp $
COMMENT = abstract engine for text edition
CATEGORIES = devel
DISTNAME = zed-1.2
PKGNAME = ocaml-${DISTNAME}
REVISION = 1
REVISION = 2
MASTER_SITES = http://forge.ocamlcore.org/frs/download.php/944/
HOMEPAGE = http://forge.ocamlcore.org/projects/zed/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:12 espie Exp $
# $OpenBSD: Makefile,v 1.6 2014/08/22 22:49:07 kili Exp $
COMMENT = unit test framework for OCaml
CATEGORIES = devel
DISTNAME = ounit-1.1.2
REVISION= 0
REVISION= 1
# The last url component (the number) changes every release, too.
MASTER_SITES = http://forge.ocamlcore.org/frs/download.php/886/

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2014/03/09 19:50:33 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2014/08/22 22:49:07 kili Exp $
COMMENT = enhanced OCaml toplevel
DISTNAME = utop-1.5
REVISION = 0
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://forge.ocamlcore.org/projects/utop/

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.57 2014/03/17 23:22:02 sthen Exp $
# $OpenBSD: Makefile,v 1.58 2014/08/22 22:49:07 kili Exp $
COMMENT = e-donkey client
DISTNAME = mldonkey-3.1.4
REVISION= 0
REVISION= 1
CATEGORIES = net
HOMEPAGE = http://mldonkey.sourceforge.net/Main_Page

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.21 2014/06/28 21:08:09 kili Exp $
# $OpenBSD: Makefile,v 1.22 2014/08/22 22:49:07 kili Exp $
COMMENT= multi-platform file synchronization tool
V= 2.40.102
REVISION = 2
REVISION = 3
MASTER_SITES= ${HOMEPAGE}download/releases/stable/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:37:55 espie Exp $
# $OpenBSD: Makefile,v 1.20 2014/08/22 22:49:07 kili Exp $
COMMENT= curses calendar front-end to remind
DISTNAME= wyrd-1.4.5
REVISION= 0
REVISION= 1
CATEGORIES= productivity
HOMEPAGE= http://pessimization.com/software/wyrd/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:41:26 espie Exp $
# $OpenBSD: Makefile,v 1.5 2014/08/22 22:49:07 kili Exp $
COMMENT = OCaml bindings for libssl
CATEGORIES = devel security
@ -6,7 +6,7 @@ CATEGORIES = devel security
NAME = ocaml-ssl
DISTNAME = ${NAME}-0.4.6
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=savonet/ocaml-ssl/}
REVISION = 1
REVISION = 2
HOMEPAGE = http://sourceforge.net/projects/savonet/files/ocaml-ssl/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:42:41 espie Exp $
# $OpenBSD: Makefile,v 1.23 2014/08/22 22:49:07 kili Exp $
COMMENT= LaTeX to html translator
@ -10,6 +10,7 @@ WANTLIB= c m
DISTNAME = hevea-2.00
MASTER_SITES = http://para.inria.fr/~maranget/hevea/distri/
REVISION = 0
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-manual${EXTRACT_SUFX}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2013/05/16 09:16:43 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2014/08/22 22:49:07 kili Exp $
COMMENT = library for dealing with unicode text
CATEGORIES = devel textproc
NAME = ocaml-text
DISTNAME = ${NAME}-0.6
REVISION = 1
REVISION = 2
MASTER_SITES = https://forge.ocamlcore.org/frs/download.php/937/
HOMEPAGE = http://ocaml-text.forge.ocamlcore.org/

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.29 2014/04/21 21:45:35 jca Exp $
# $OpenBSD: Makefile,v 1.30 2014/08/22 22:49:07 kili Exp $
COMMENT = OCaml interface to GTK+2
V = 2.18.0
DISTNAME = lablgtk-$V
PKGNAME = lablgtk2-$V
REVISION = 2
REVISION = 3
CATEGORIES = x11 devel
HOMEPAGE = http://lablgtk.forge.ocamlcore.org/