bump PKGNAME for findlib-using ports after threading fix

This commit is contained in:
avsm 2006-12-26 23:10:28 +00:00
parent de30324362
commit 94b0e00e60
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2006/12/26 22:39:31 avsm Exp $
# $OpenBSD: Makefile,v 1.7 2006/12/26 23:10:28 avsm Exp $
COMMENT= "Objective Caml bindings for SQLite3"
CATEGORIES= databases
V= 0.2.0
DISTNAME= ocaml-sqlite3-${V}
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
EXTRACT_SUFX= .tar.bz2
MASTER_SITES= http://metamatix.org/~ocaml/
WRKDIST= ${WRKDIR}/ocaml-sqlite3

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2006/05/29 21:39:10 avsm Exp $
# $OpenBSD: Makefile,v 1.4 2006/12/26 23:10:28 avsm Exp $
COMMENT= "XML extension types for Objective Caml"
CATEGORIES= lang textproc
V= 3.09.2pl1
DISTNAME= ocamlduce-${V}
PKGNAME= ${DISTNAME}p0
MASTER_SITES= http://pauillac.inria.fr/~frisch/ocamlcduce/download/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>