From owner-svn-ports-all@FreeBSD.ORG Wed Mar 26 23:16:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07351842; Wed, 26 Mar 2014 23:16:10 +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 E87B2AB0; Wed, 26 Mar 2014 23:16:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QNG9uh041439; Wed, 26 Mar 2014 23:16:09 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2QNG9oe041438; Wed, 26 Mar 2014 23:16:09 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201403262316.s2QNG9oe041438@svn.freebsd.org> From: John Marino Date: Wed, 26 Mar 2014 23:16:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349305 - head/textproc/ocaml-text 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.17 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: Wed, 26 Mar 2014 23:16:10 -0000 Author: marino Date: Wed Mar 26 23:16:09 2014 New Revision: 349305 URL: http://svnweb.freebsd.org/changeset/ports/349305 QAT: https://qat.redports.org/buildarchive/r349305/ Log: textproc/ocaml-text: Use ldconfig and autogen plist Neither USE_OCAML_LDCONFIG nor USE_OCAMLFIND_PLIST were working properly earlier. Now that they are, come back to this port and use those facilities, then bump it. Deleted: head/textproc/ocaml-text/pkg-plist Modified: head/textproc/ocaml-text/Makefile Modified: head/textproc/ocaml-text/Makefile ============================================================================== --- head/textproc/ocaml-text/Makefile Wed Mar 26 23:04:13 2014 (r349304) +++ head/textproc/ocaml-text/Makefile Wed Mar 26 23:16:09 2014 (r349305) @@ -3,6 +3,7 @@ PORTNAME= text PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/937/ PKGNAMEPREFIX= ocaml- @@ -18,6 +19,8 @@ CONFIGURE_ARGS= --prefix ${PREFIX} \ USE_OCAML= yes USE_OCAML_FINDLIB= yes +USE_OCAML_LDCONFIG= yes +USE_OCAMLFIND_PLIST= yes SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}