From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 14:20:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BE4D1065672 for ; Sat, 2 Oct 2010 14:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 31F9D8FC22 for ; Sat, 2 Oct 2010 14:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o92EK2OI099225 for ; Sat, 2 Oct 2010 14:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o92EK26s099224; Sat, 2 Oct 2010 14:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2010 14:20:02 GMT Resent-Message-Id: <201010021420.o92EK26s099224@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Thomas V. Crimi" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 512CC1065673 for ; Sat, 2 Oct 2010 14:13:30 +0000 (UTC) (envelope-from tcrimi@procida.us) Received: from aspis.procida.us (dsl254-079-182.nyc1.dsl.speakeasy.net [216.254.79.182]) by mx1.freebsd.org (Postfix) with ESMTP id EAAF38FC1A for ; Sat, 2 Oct 2010 14:13:29 +0000 (UTC) Received: by aspis.procida.us (Postfix, from userid 501) id CBF1E4ACB2; Sat, 2 Oct 2010 09:57:27 -0400 (EDT) Message-Id: <20101002135727.CBF1E4ACB2@aspis.procida.us> Date: Sat, 2 Oct 2010 09:57:27 -0400 (EDT) From: "Thomas V. Crimi" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/151156: Update port: databases/ocaml-pgocaml X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Thomas V. Crimi" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 14:20:02 -0000 >Number: 151156 >Category: ports >Synopsis: Update port: databases/ocaml-pgocaml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 02 14:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Thomas V. Crimi >Release: >Organization: >Environment: System: FreeBSD sgt.crimi.home 8.1-STABLE FreeBSD 8.1-STABLE #2: Mon Sep 27 10:06:00 EDT 2010 root@sgt.crimi.home:/usr/obj/usr/src/sys/SGT amd64 >Description: Update port to latest version. This fixes a missing distfile as the developer have renamed the old version *-classic. >How-To-Repeat: >Fix: --- ocaml-pgocaml.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ocaml-pgocaml # ocaml-pgocaml/Makefile # ocaml-pgocaml/distinfo # ocaml-pgocaml/pkg-descr # ocaml-pgocaml/files # echo c - ocaml-pgocaml mkdir -p ocaml-pgocaml > /dev/null 2>&1 echo x - ocaml-pgocaml/Makefile sed 's/^X//' >ocaml-pgocaml/Makefile << 'abaf452a1deb4e43ba2b6e7177c8d43e' X# New ports collection makefile for: ocaml-calendar X# Date created: Feb 26, 2007 X# Whom: Jaap Boender X# X# $FreeBSD: ports/databases/ocaml-pgocaml/Makefile,v 1.3 2009/03/02 00:22:36 pav Exp $ X# X XPORTNAME= pgocaml XPORTVERSION= 1.4 XCATEGORIES= databases XMASTER_SITES= BERLIOS XPKGNAMEPREFIX= ocaml- XEXTRACT_SUFX= .tgz X XMAINTAINER= tcrimi@gmail.com XCOMMENT= An OCaml interface to PostgreSQL X XBUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-extlib \ X ${LOCALBASE}/${OCAML_SITELIBDIR}/pcre:${PORTSDIR}/devel/ocaml-pcre \ X ${LOCALBASE}/${OCAML_SITELIBDIR}/calendar:${PORTSDIR}/devel/ocaml-calendar \ X ${LOCALBASE}/${OCAML_SITELIBDIR}/csv:${PORTSDIR}/textproc/ocaml-csv X XUSE_GMAKE= yes X XUSE_OCAML= yes XUSE_OCAML_FINDLIB= yes XOCAML_PKGDIRS= pgocaml X XINSTALL_TARGET= findlib_install X Xpre-build: X cd ${WRKSRC}; ${GMAKE} depend X Xpost-install: X @${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \ X ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} X X.include abaf452a1deb4e43ba2b6e7177c8d43e echo x - ocaml-pgocaml/distinfo sed 's/^X//' >ocaml-pgocaml/distinfo << 'd89cc4afc76ef12fb454927da318fb2d' XMD5 (pgocaml-1.4.tgz) = 9132620652796f03b35aa4b86df58c09 XSHA256 (pgocaml-1.4.tgz) = ee041b2efcf071b0b0e7f48428b2cfd8a1b4550bfe402dbe2a259af2b7b5c190 XSIZE (pgocaml-1.4.tgz) = 41256 d89cc4afc76ef12fb454927da318fb2d echo x - ocaml-pgocaml/pkg-descr sed 's/^X//' >ocaml-pgocaml/pkg-descr << '9066d2d9ff18b82afc2942ab7c56868b' XPG'OCaml is a type-safe, simple interface to PostgreSQL from OCaml. It lets you Xembed SQL statements directly into OCaml code. X XWWW: http://merjis.com/developers/pgocaml 9066d2d9ff18b82afc2942ab7c56868b echo c - ocaml-pgocaml/files mkdir -p ocaml-pgocaml/files > /dev/null 2>&1 exit --- ocaml-pgocaml.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: