Index: head/www/varnish6/Makefile =================================================================== --- head/www/varnish6/Makefile (revision 485679) +++ head/www/varnish6/Makefile (revision 485680) @@ -1,53 +1,54 @@ # $FreeBSD$ PORTNAME= varnish -PORTVERSION= 6.0.1 +PORTVERSION= 6.0.2 DISTVERSIONPREFIX= varnish- -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= www PKGNAMESUFFIX= 6 MAINTAINER= feld@FreeBSD.org COMMENT= High-performance HTTP accelerator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= rst2man:textproc/py-docutils +BUILD_DEPENDS= rst2man:textproc/py-docutils \ + ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= varnish-2.* varnish-3.* varnish4-4.* varnish5-5.* USES= autoreconf cpe gmake libedit libtool ncurses pathfix \ pkgconfig python:2.7,build readline shebangfix SHEBANG_FILES= lib/libvcc/*.py CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX} --without-dot USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check TEST_ARGS= TESTS_PARALLELISM=1 USE_GITHUB= yes GH_ACCOUNT= varnishcache GH_PROJECT= varnish-cache USERS= varnish varnishlog GROUPS= varnish USE_RC_SUBR= varnishd varnishlog varnishncsa .if defined(NO_INET6) || defined(WITHOUT_INET6) BAD_TESTS+= r00832 EXTRA_PATCHES+= ${FILESDIR}/no-inet6.patch .endif OPTIONS_DEFINE= DOCS .if defined(BAD_TESTS) post-patch: ${RM} ${BAD_TESTS:C|.+|${WRKSRC}/bin/varnishtest/tests/\0.vtc|} .endif .include Index: head/www/varnish6/distinfo =================================================================== --- head/www/varnish6/distinfo (revision 485679) +++ head/www/varnish6/distinfo (revision 485680) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536763059 -SHA256 (varnishcache-varnish-cache-varnish-6.0.1_GH0.tar.gz) = 2705dc3bffedbdb993f7ae9008a67972f251146401a46b07172c8569646bb975 -SIZE (varnishcache-varnish-cache-varnish-6.0.1_GH0.tar.gz) = 1380728 +TIMESTAMP = 1542986834 +SHA256 (varnishcache-varnish-cache-varnish-6.0.2_GH0.tar.gz) = 7fae78616773d16c521356f0a1f7629edc97271b9cac7686282cf1434737c4e1 +SIZE (varnishcache-varnish-cache-varnish-6.0.2_GH0.tar.gz) = 1395971 Index: head/www/varnish6/files/patch-bin_varnishhist_varnishhist.c =================================================================== --- head/www/varnish6/files/patch-bin_varnishhist_varnishhist.c (revision 485679) +++ head/www/varnish6/files/patch-bin_varnishhist_varnishhist.c (nonexistent) @@ -1,11 +0,0 @@ ---- bin/varnishhist/varnishhist.c.orig 2018-08-29 09:52:28 UTC -+++ bin/varnishhist/varnishhist.c -@@ -299,7 +299,7 @@ accumulate(struct VSL_data *vsl, struct VSL_transactio - continue; - - /* select bucket */ -- i = HIST_RES * lround(log(value) / log_ten); -+ i = lround(HIST_RES * log(value) / log_ten); - if (i < hist_low * HIST_RES) - i = hist_low * HIST_RES; - if (i >= hist_high * HIST_RES) Property changes on: head/www/varnish6/files/patch-bin_varnishhist_varnishhist.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property