From owner-svn-ports-all@freebsd.org Thu May 19 18:17:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45F3BB427B3; Thu, 19 May 2016 18:17:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F0B011E10; Thu, 19 May 2016 18:17:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4JIHPXG056670; Thu, 19 May 2016 18:17:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4JIHOeV056667; Thu, 19 May 2016 18:17:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201605191817.u4JIHOeV056667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 19 May 2016 18:17:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415517 - head/www/faup 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.22 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: Thu, 19 May 2016 18:17:26 -0000 Author: antoine Date: Thu May 19 18:17:24 2016 New Revision: 415517 URL: https://svnweb.freebsd.org/changeset/ports/415517 Log: Update to 1.5 Modified: head/www/faup/Makefile head/www/faup/distinfo head/www/faup/pkg-plist Modified: head/www/faup/Makefile ============================================================================== --- head/www/faup/Makefile Thu May 19 18:06:20 2016 (r415516) +++ head/www/faup/Makefile Thu May 19 18:17:24 2016 (r415517) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= faup -PORTVERSION= 1.4.20150118 +PORTVERSION= 1.5 +DISTVERSIONPREFIX= v CATEGORIES= www devel -MASTER_SITES= LOCAL/antoine +MASTER_SITES= GH LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Fast URL decoder library @@ -16,7 +17,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg USE_GITHUB= yes GH_ACCOUNT= stricaud -GH_TAGNAME= af9e5db USES= cmake:outsource lua USE_LDCONFIG= yes @@ -27,10 +27,11 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e "s/5.1/${LUA_VER}/g" -e \ - "s/51/${LUA_VER_STR}/g" ${WRKSRC}/cmake/FindLua51.cmake - @${REINPLACE_CMD} -e "s/LUA51_FOUND/LUA${LUA_VER_STR}_FOUND/g" \ - ${WRKSRC}/CMakeLists.txt ${WRKSRC}/src/lib/CMakeLists.txt \ + @${REINPLACE_CMD} "s,LUA_VERSION,LUA_VERSION_STRING, ; \ + s,pkg_check_modules(LUA lua>=5.1),FIND_PACKAGE(Lua REQUIRED), ; \ + s,LUA_INCLUDE_DIRS,LUA_INCLUDE_DIR," \ + ${WRKSRC}/CMakeLists.txt \ + ${WRKSRC}/src/lib/CMakeLists.txt \ ${WRKSRC}/src/tools/CMakeLists.txt post-install: Modified: head/www/faup/distinfo ============================================================================== --- head/www/faup/distinfo Thu May 19 18:06:20 2016 (r415516) +++ head/www/faup/distinfo Thu May 19 18:17:24 2016 (r415517) @@ -1,2 +1,3 @@ -SHA256 (stricaud-faup-1.4.20150118-af9e5db_GH0.tar.gz) = 7b5a53ebc36dd6ea85e4cd6f9075ead5d08d7d000728610fb350ffe4071eafea -SIZE (stricaud-faup-1.4.20150118-af9e5db_GH0.tar.gz) = 731561 +TIMESTAMP = 1463675515 +SHA256 (stricaud-faup-v1.5_GH0.tar.gz) = eafbde5972629e819770879c1a4fb959c3feb29da0ed7ef361377136a171bc61 +SIZE (stricaud-faup-v1.5_GH0.tar.gz) = 861506 Modified: head/www/faup/pkg-plist ============================================================================== --- head/www/faup/pkg-plist Thu May 19 18:06:20 2016 (r415516) +++ head/www/faup/pkg-plist Thu May 19 18:17:24 2016 (r415517) @@ -9,12 +9,16 @@ include/faup/handler.h include/faup/modules.h include/faup/options.h include/faup/output.h +include/faup/parson.h include/faup/portable.h include/faup/return-codes.h include/faup/scheme-codes.h +include/faup/snapshot-file.h +include/faup/snapshot.h include/faup/tld-tree.h include/faup/tld.h include/faup/urllengths.h +include/faup/utils.h include/faup/version.h include/faup/webserver.h lib/libfaupl.so