svn commit: r444906 - head/www/ufdbguard
Richard Gallamore
ultima at FreeBSD.org
Sun Jul 2 23:22:15 UTC 2017
Author: ultima
Date: Sun Jul 2 23:22:14 2017
New Revision: 444906
URL: https://svnweb.freebsd.org/changeset/ports/444906
Log:
* Updated to 1.33.3
* Changed UNIXSOCKETS default off
Changelog: https://www.urlfilterdb.com/products/releases.html
PR: 220286
Submitted by: <timp87 at gmail.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11397
Modified:
head/www/ufdbguard/Makefile
head/www/ufdbguard/distinfo
Modified: head/www/ufdbguard/Makefile
==============================================================================
--- head/www/ufdbguard/Makefile Sun Jul 2 23:05:39 2017 (r444905)
+++ head/www/ufdbguard/Makefile Sun Jul 2 23:22:14 2017 (r444906)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= ufdbGuard
-PORTVERSION= 1.33.2
+PORTVERSION= 1.33.3
CATEGORIES= www
-MASTER_SITES= SF/ufdbguard/1.33
+MASTER_SITES= SF/${PORTNAME:tl}/1.33
MAINTAINER= timp87 at gmail.com
COMMENT= URL filter for the Squid web proxy
@@ -13,6 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= fails to compile: error: regparm is not valid on this platform
+BROKEN_SSL= openssl-devel libressl libressl-devel
USES= perl5 shebangfix ssl
SHEBANG_FILES= samples/URLblocked.cgi
@@ -57,23 +58,11 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= UNIXSOCKETS
-OPTIONS_DEFAULT= UNIXSOCKETS
-UNIXSOCKETS_CONFIGURE_ON= --with-unix-sockets
-UNIXSOCKETS_CONFIGURE_OFF= --without-unix-sockets
+UNIXSOCKETS_CONFIGURE_WITH= unix-sockets
UNIXSOCKETS_DESC= Unix sockets support
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
-.if ${SSL_DEFAULT:Mlibressl-devel}
-BROKEN= Does not build with libressl-devel
-.endif
-
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ufdbguardd \
${STAGEDIR}${PREFIX}/bin/ufdbgclient \
@@ -82,4 +71,4 @@ post-install:
${STAGEDIR}${PREFIX}/bin/ufdbAnalyse \
${STAGEDIR}${PREFIX}/bin/ufdbhttpd
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/ufdbguard/distinfo
==============================================================================
--- head/www/ufdbguard/distinfo Sun Jul 2 23:05:39 2017 (r444905)
+++ head/www/ufdbguard/distinfo Sun Jul 2 23:22:14 2017 (r444906)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495330579
-SHA256 (ufdbGuard-1.33.2.tar.gz) = ab8de4b94b2262124001ce2cf411d70a4808a2de61a6813eb1490918e176a38b
-SIZE (ufdbGuard-1.33.2.tar.gz) = 2480622
+TIMESTAMP = 1498831023
+SHA256 (ufdbGuard-1.33.3.tar.gz) = 8f1248e7e10ea2949e783207b86c2c41eaab0aea18f2876cef9f5e9ebd95e76a
+SIZE (ufdbGuard-1.33.3.tar.gz) = 2488914
More information about the svn-ports-head
mailing list