From owner-svn-ports-head@FreeBSD.ORG Mon Oct 21 23:10:51 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 60AAD399; Mon, 21 Oct 2013 23:10:51 +0000 (UTC) (envelope-from asomers@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 329DC2DCE; Mon, 21 Oct 2013 23:10:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9LNAp7B024221; Mon, 21 Oct 2013 23:10:51 GMT (envelope-from asomers@svn.freebsd.org) Received: (from asomers@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9LNAolv024207; Mon, 21 Oct 2013 23:10:50 GMT (envelope-from asomers@svn.freebsd.org) Message-Id: <201310212310.r9LNAolv024207@svn.freebsd.org> From: Alan Somers Date: Mon, 21 Oct 2013 23:10:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331207 - in head/devel/lutok: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 23:10:51 -0000 Author: asomers (src committer) Date: Mon Oct 21 23:10:50 2013 New Revision: 331207 URL: http://svnweb.freebsd.org/changeset/ports/331207 Log: Update to version 0.3. Don't create the empty directory /usr/tests/lutok. PR: 183088 Submitted by: Julio Merino Reviewed by: asomers Approved by: bdrewery Deleted: head/devel/lutok/files/ Modified: head/devel/lutok/Makefile head/devel/lutok/distinfo head/devel/lutok/pkg-plist Modified: head/devel/lutok/Makefile ============================================================================== --- head/devel/lutok/Makefile Mon Oct 21 23:09:11 2013 (r331206) +++ head/devel/lutok/Makefile Mon Oct 21 23:10:50 2013 (r331207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lutok -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -29,6 +29,12 @@ CONFIGURE_ARGS+= --without-doxygen # TODO: install the tests, once FreeBSD has a system for ports to install tests CONFIGURE_ARGS+= --without-atf +# Force the use of the lua version we have chosen via USE_LUA. If we allow +# lutok's configure script search for one using pkgconfig files, it might pick +# a different version. +CONFIGURE_ARGS+= LUA_CFLAGS="-I${LUA_INCDIR}" +CONFIGURE_ARGS+= LUA_LIBS="-L${LUA_LIBDIR} -llua -lm" + MAKE_FLAGS+= examplesdir=${EXAMPLESDIR} .if ! ${PORT_OPTIONS:MDOCS} MAKE_FLAGS+= doc_DATA= @@ -40,7 +46,7 @@ MAKE_FLAGS+= examples_DATA= PORTDOCS= AUTHORS COPYING NEWS README html PORTEXAMPLES= Makefile bindings.cpp hello.cpp interpreter.cpp raii.cpp -PLIST_SUBST+= TESTS="@comment " +PLIST_SUB+= TESTS="@comment " post-patch: .SILENT @${REINPLACE_CMD} -e 's|@pkgconfigdir@|${PREFIX}/libdata/pkgconfig|' \ Modified: head/devel/lutok/distinfo ============================================================================== --- head/devel/lutok/distinfo Mon Oct 21 23:09:11 2013 (r331206) +++ head/devel/lutok/distinfo Mon Oct 21 23:10:50 2013 (r331207) @@ -1,2 +1,2 @@ -SHA256 (lutok-0.2.tar.gz) = df6f175fdd417ff830ec46509816a40b92fec816de726e815b4ae4f7fea405bd -SIZE (lutok-0.2.tar.gz) = 492333 +SHA256 (lutok-0.3.tar.gz) = 32d8e823432560dae3606094f1203cfab0f23c889440cc7b92a1739a68c2369e +SIZE (lutok-0.3.tar.gz) = 523296 Modified: head/devel/lutok/pkg-plist ============================================================================== --- head/devel/lutok/pkg-plist Mon Oct 21 23:09:11 2013 (r331206) +++ head/devel/lutok/pkg-plist Mon Oct 21 23:10:50 2013 (r331207) @@ -9,9 +9,9 @@ include/lutok/test_utils.hpp lib/liblutok.a lib/liblutok.la lib/liblutok.so -lib/liblutok.so.1 +lib/liblutok.so.2 libdata/pkgconfig/lutok.pc -@exec mkdir -p %D/tests/lutok -@dirrm tests/lutok -@dirrmtry tests +%%TESTS%%@exec mkdir -p %D/tests/lutok +%%TESTS%%@dirrm tests/lutok +%%TESTS%%@dirrmtry tests @dirrm include/lutok