From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 8 20:50:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D462616A41C for ; Wed, 8 Jun 2005 20:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF59743D1D for ; Wed, 8 Jun 2005 20:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j58KoDsf042092 for ; Wed, 8 Jun 2005 20:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j58KoDw8042091; Wed, 8 Jun 2005 20:50:13 GMT (envelope-from gnats) Date: Wed, 8 Jun 2005 20:50:13 GMT Message-Id: <200506082050.j58KoDw8042091@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thierry Thomas Cc: Subject: Re: ports/81990: [Maintainer-update] devel/ocaml-pcre : update to version 5.09.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 20:50:13 -0000 The following reply was made to PR ports/81990; it has been noted by GNATS. From: Thierry Thomas To: marwan.burelle@lri.fr, FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/81990: [Maintainer-update] devel/ocaml-pcre : update to version 5.09.2 Date: Wed, 8 Jun 2005 22:47:01 +0200 Le Mar 7 jui 05 à 23:21:53 +0200, Thierry Thomas écrivait : > Synopsis: [Maintainer-update] devel/ocaml-pcre : update to version 5.09.2 > > State-Changed-From-To: open->closed > State-Changed-By: thierry > State-Changed-When: Tue Jun 7 21:20:26 GMT 2005 > State-Changed-Why: > > Committed, thanks! > > Note: it was temporarily unfetchable, then I have added a > MASTERSITE. > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=81990 Oops! It seems that pkg-install is not called when built as a port... I suggest to bump PORTREVISION and to add the following line in post-install: ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -- Th. Thomas.