diff options
author | feld <feld@FreeBSD.org> | 2017-08-08 08:10:56 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-08-08 08:10:56 +0800 |
commit | 047dff60dd4444dcb880f72a035dc6a602479061 (patch) | |
tree | 5a66e0ea57c487a17048385e32509bc6d614770c /www | |
parent | 330b47c93f935b70b956efb6a89e306dbb274bc0 (diff) | |
download | freebsd-ports-gnome-047dff60dd4444dcb880f72a035dc6a602479061.tar.gz freebsd-ports-gnome-047dff60dd4444dcb880f72a035dc6a602479061.tar.zst freebsd-ports-gnome-047dff60dd4444dcb880f72a035dc6a602479061.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/varnish4/Makefile | 8 | ||||
-rw-r--r-- | www/varnish4/distinfo | 6 | ||||
-rw-r--r-- | www/varnish5/Makefile | 12 | ||||
-rw-r--r-- | www/varnish5/distinfo | 6 |
4 files changed, 20 insertions, 12 deletions
diff --git a/www/varnish4/Makefile b/www/varnish4/Makefile index cb9ac3a328a0..ff74a89bd01a 100644 --- a/www/varnish4/Makefile +++ b/www/varnish4/Makefile @@ -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,10 +23,14 @@ 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 diff --git a/www/varnish4/distinfo b/www/varnish4/distinfo index 38c6766341ad..e22f40d6233b 100644 --- a/www/varnish4/distinfo +++ b/www/varnish4/distinfo @@ -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 diff --git a/www/varnish5/Makefile b/www/varnish5/Makefile index d8b475e71628..e6683c984032 100644 --- a/www/varnish5/Makefile +++ b/www/varnish5/Makefile @@ -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,21 +11,26 @@ 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 diff --git a/www/varnish5/distinfo b/www/varnish5/distinfo index 35749fbaecc8..9a37c260cc50 100644 --- a/www/varnish5/distinfo +++ b/www/varnish5/distinfo @@ -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 |