Date: Thu, 19 May 2016 18:17:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415517 - head/www/faup Message-ID: <201605191817.u4JIHOeV056667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605191817.u4JIHOeV056667>