svn commit: r378240 - in head/www/faup: . files
Antoine Brodin
antoine at FreeBSD.org
Sun Feb 1 12:08:01 UTC 2015
Author: antoine
Date: Sun Feb 1 12:07:59 2015
New Revision: 378240
URL: https://svnweb.freebsd.org/changeset/ports/378240
QAT: https://qat.redports.org/buildarchive/r378240/
Log:
Update to a recent snapshot
Deleted:
head/www/faup/files/
Modified:
head/www/faup/Makefile
head/www/faup/distinfo
head/www/faup/pkg-plist
Modified: head/www/faup/Makefile
==============================================================================
--- head/www/faup/Makefile Sun Feb 1 11:11:46 2015 (r378239)
+++ head/www/faup/Makefile Sun Feb 1 12:07:59 2015 (r378240)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= faup
-PORTVERSION= 1.4
+PORTVERSION= 1.4.20150118
CATEGORIES= www devel
-MASTER_SITES= http://github.com/stricaud/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ \
- LOCAL/antoine
+MASTER_SITES= GH LOCAL/antoine
MAINTAINER= antoine at FreeBSD.org
COMMENT= Fast URL decoder library
@@ -15,8 +14,14 @@ LICENSE_NAME= Do What The [expletive] Yo
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+USE_GITHUB= yes
+GH_ACCOUNT= stricaud
+GH_TAGNAME= af9e5db
+GH_COMMIT= af9e5db
+
USES= cmake:outsource lua
USE_LDCONFIG= yes
+CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
PORTDOCS= *
@@ -26,7 +31,8 @@ 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
+ ${WRKSRC}/CMakeLists.txt ${WRKSRC}/src/lib/CMakeLists.txt \
+ ${WRKSRC}/src/tools/CMakeLists.txt
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Modified: head/www/faup/distinfo
==============================================================================
--- head/www/faup/distinfo Sun Feb 1 11:11:46 2015 (r378239)
+++ head/www/faup/distinfo Sun Feb 1 12:07:59 2015 (r378240)
@@ -1,2 +1,2 @@
-SHA256 (faup-1.4.tar.gz) = 4cee73571ae35694b4a741c4a6b6fac7039c5e014bc63b67aab716b6ae177086
-SIZE (faup-1.4.tar.gz) = 570002
+SHA256 (faup-1.4.20150118.tar.gz) = 4a5469662f6f540cbdee6cadd5bb61f610c7e432017d48d26668482f23e1cce4
+SIZE (faup-1.4.20150118.tar.gz) = 731613
Modified: head/www/faup/pkg-plist
==============================================================================
--- head/www/faup/pkg-plist Sun Feb 1 11:11:46 2015 (r378239)
+++ head/www/faup/pkg-plist Sun Feb 1 12:07:59 2015 (r378240)
@@ -2,18 +2,30 @@ bin/faup
include/faup/compat.h
include/faup/datadir.h
include/faup/decode.h
+include/faup/errors.h
include/faup/faup.h
include/faup/features.h
+include/faup/handler.h
include/faup/modules.h
include/faup/options.h
include/faup/output.h
include/faup/portable.h
+include/faup/return-codes.h
+include/faup/scheme-codes.h
include/faup/tld-tree.h
include/faup/tld.h
+include/faup/urllengths.h
+include/faup/version.h
+include/faup/webserver.h
lib/libfaupl.so
lib/libfaupl.so.1
+man/man1/faup.1.gz
%%DATADIR%%/README.txt
%%DATADIR%%/mozilla.tlds
%%DATADIR%%/modules_available/emulation_ie.lua
+%%DATADIR%%/modules_available/printcsv.lua
+%%DATADIR%%/modules_available/redis-url-threatintel.lua
%%DATADIR%%/modules_available/uppercase.lua
+%%DATADIR%%/modules_available/writeall.lua
+%%DATADIR%%/modules_available/writeinput.lua
@dir %%DATADIR%%/modules_enabled
More information about the svn-ports-all
mailing list