diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-05-20 02:17:24 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-05-20 02:17:24 +0800 |
commit | 1ffb73a8cd673a057593ba92be647b28d490542b (patch) | |
tree | 3d09b3d22034e3bd9b79eabe2dc3b65842bdbacc /www | |
parent | 17a83d498d6a762d7afa8781e539f2465159c0cb (diff) | |
download | freebsd-ports-gnome-1ffb73a8cd673a057593ba92be647b28d490542b.tar.gz freebsd-ports-gnome-1ffb73a8cd673a057593ba92be647b28d490542b.tar.zst freebsd-ports-gnome-1ffb73a8cd673a057593ba92be647b28d490542b.zip |
Update to 1.5
Diffstat (limited to 'www')
-rw-r--r-- | www/faup/Makefile | 15 | ||||
-rw-r--r-- | www/faup/distinfo | 5 | ||||
-rw-r--r-- | www/faup/pkg-plist | 4 |
3 files changed, 15 insertions, 9 deletions
diff --git a/www/faup/Makefile b/www/faup/Makefile index 82143d46668a..82c06446a83b 100644 --- a/www/faup/Makefile +++ b/www/faup/Makefile @@ -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-mirror pkg-sell auto-accept 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: diff --git a/www/faup/distinfo b/www/faup/distinfo index 746524a90b1e..b91c75e2088b 100644 --- a/www/faup/distinfo +++ b/www/faup/distinfo @@ -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 diff --git a/www/faup/pkg-plist b/www/faup/pkg-plist index b3ae1f2243a6..2608f4cc380b 100644 --- a/www/faup/pkg-plist +++ b/www/faup/pkg-plist @@ -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 |