Date: Tue, 8 Aug 2017 00:10:57 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447523 - in head/www: varnish4 varnish5 Message-ID: <201708080010.v780AvAD071107@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Aug 8 00:10:56 2017 New Revision: 447523 URL: https://svnweb.freebsd.org/changeset/ports/447523 Log: www/varnish4 www/varnish5: Change MASTER_SITES to GITHUB - Now properly use autotools - rst2man is a required build dependency Requested by upstream as the current mirror is being retired MFH: 2017Q3 Modified: head/www/varnish4/Makefile head/www/varnish4/distinfo head/www/varnish5/Makefile head/www/varnish5/distinfo Modified: head/www/varnish4/Makefile ============================================================================== --- head/www/varnish4/Makefile Mon Aug 7 22:59:01 2017 (r447522) +++ head/www/varnish4/Makefile Tue Aug 8 00:10:56 2017 (r447523) @@ -4,7 +4,6 @@ PORTNAME= varnish PORTVERSION= 4.1.8 PORTREVISION= 0 CATEGORIES= www -MASTER_SITES= http://repo.varnish-cache.org/source/ PKGNAMESUFFIX= 4 MAINTAINER= feld@FreeBSD.org @@ -12,6 +11,7 @@ COMMENT= High-performance HTTP accelerator LICENSE= BSD2CLAUSE +BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= varnish-2.* varnish-3.* @@ -23,9 +23,13 @@ CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests -CONFIGURE_ENV= RST2MAN=true USE_LDCONFIG= yes INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= varnishcache +GH_PROJECT= varnish-cache +GH_TAGNAME= varnish-${PORTVERSION} USERS= varnish varnishlog GROUPS= varnish Modified: head/www/varnish4/distinfo ============================================================================== --- head/www/varnish4/distinfo Mon Aug 7 22:59:01 2017 (r447522) +++ head/www/varnish4/distinfo Tue Aug 8 00:10:56 2017 (r447523) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501698248 -SHA256 (varnish-4.1.8.tar.gz) = 908e7fbfa0325498717686b2050181134aa0a69d1495c02b2625cd34d35a4ff1 -SIZE (varnish-4.1.8.tar.gz) = 2254772 +TIMESTAMP = 1502147563 +SHA256 (varnishcache-varnish-cache-4.1.8-varnish-4.1.8_GH0.tar.gz) = 6d5735d1562570517feae551b236d2c321537785ff5e08fe40ce5315c32ef53c +SIZE (varnishcache-varnish-cache-4.1.8-varnish-4.1.8_GH0.tar.gz) = 946513 Modified: head/www/varnish5/Makefile ============================================================================== --- head/www/varnish5/Makefile Mon Aug 7 22:59:01 2017 (r447522) +++ head/www/varnish5/Makefile Tue Aug 8 00:10:56 2017 (r447523) @@ -4,7 +4,6 @@ PORTNAME= varnish PORTVERSION= 5.1.3 PORTREVISION= 0 CATEGORIES= www -MASTER_SITES= http://repo.varnish-cache.org/source/ PKGNAMESUFFIX= 5 MAINTAINER= feld@FreeBSD.org @@ -12,20 +11,25 @@ COMMENT= High-performance HTTP accelerator LICENSE= BSD2CLAUSE +BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= varnish-2.* varnish-3.* varnish4-4.* -USES= cpe gmake libedit libtool ncurses pathfix \ +USES= autoreconf cpe gmake libedit libtool ncurses pathfix \ pkgconfig python:2,build readline shebangfix SHEBANG_FILES= lib/libvcc/vmodtool.py CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests -CONFIGURE_ENV= RST2MAN=true +CONFIGURE_ARGS= --localstatedir=${PREFIX} --without-dot USE_LDCONFIG= yes INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= varnishcache +GH_PROJECT= varnish-cache +GH_TAGNAME= varnish-${PORTVERSION} USERS= varnish varnishlog GROUPS= varnish Modified: head/www/varnish5/distinfo ============================================================================== --- head/www/varnish5/distinfo Mon Aug 7 22:59:01 2017 (r447522) +++ head/www/varnish5/distinfo Tue Aug 8 00:10:56 2017 (r447523) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501698276 -SHA256 (varnish-5.1.3.tar.gz) = 7439c93ca581340f3722b8c790160f46dc6c5328188e4c0bc233c42f3f04a54e -SIZE (varnish-5.1.3.tar.gz) = 2643223 +TIMESTAMP = 1502147852 +SHA256 (varnishcache-varnish-cache-5.1.3-varnish-5.1.3_GH0.tar.gz) = 2c76b5aee9e715b84641a1de1dbcc39563c24496436fa4e5417acd329e80bd22 +SIZE (varnishcache-varnish-cache-5.1.3-varnish-5.1.3_GH0.tar.gz) = 1183690
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708080010.v780AvAD071107>