svn commit: r390798 - in head/www/varnish-libvmod-header: . files
Mark Felder
feld at FreeBSD.org
Sun Jun 28 17:07:07 UTC 2015
Author: feld
Date: Sun Jun 28 17:07:06 2015
New Revision: 390798
URL: https://svnweb.freebsd.org/changeset/ports/390798
Log:
Update to 0.31, depend on www/varnish4
Varnish 3.x is EOL. This release supports varnish 4.x
Deleted:
head/www/varnish-libvmod-header/files/
Modified:
head/www/varnish-libvmod-header/Makefile
head/www/varnish-libvmod-header/distinfo
Modified: head/www/varnish-libvmod-header/Makefile
==============================================================================
--- head/www/varnish-libvmod-header/Makefile Sun Jun 28 17:04:21 2015 (r390797)
+++ head/www/varnish-libvmod-header/Makefile Sun Jun 28 17:07:06 2015 (r390798)
@@ -2,29 +2,29 @@
# $FreeBSD$
PORTNAME= libvmod-header
-DISTVERSION= 0.3-5
-PORTREVISION= 1
+DISTVERSION= 0.31
+PORTREVISION= 0
CATEGORIES= www
-MASTER_SITES= http://anders.fupp.net/distfiles/
PKGNAMEPREFIX= varnish-
-#DISTNAME= KristianLyng-${PORTNAME}-${VMOD_HEADER_HASH}
-#DISTFILES= KristianLyng-${PORTNAME}-${DISTVERSION}-g${VMOD_HEADER_HASH}.tar.gz
MAINTAINER= ports at FreeBSD.org
COMMENT= Varnish Module (vmod) for manipulation of duplicated headers
LICENSE= BSD2CLAUSE
-BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish \
+BUILD_DEPENDS= varnish4>=4.0.2:${PORTSDIR}/www/varnish4 \
rst2man:${PORTSDIR}/textproc/py-docutils
-USES= autoreconf gmake libtool pkgconfig
+USES= autoreconf gmake libtool pkgconfig python:2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
PLIST_FILES= man/man3/vmod_header.3.gz lib/varnish/vmods/libvmod_header.so
-WRKSRC= ${WRKDIR}/${PORTNAME}-master
INSTALL_TARGET= install-strip
+USE_GITHUB= yes
+GH_ACCOUNT= varnish
+GH_TAGNAME= e87ac92
+
.include <bsd.port.mk>
Modified: head/www/varnish-libvmod-header/distinfo
==============================================================================
--- head/www/varnish-libvmod-header/distinfo Sun Jun 28 17:04:21 2015 (r390797)
+++ head/www/varnish-libvmod-header/distinfo Sun Jun 28 17:07:06 2015 (r390798)
@@ -1,2 +1,2 @@
-SHA256 (libvmod-header-0.3-5.tar.gz) = fb05c375830398f57e7585c5ae5518e08b5aa1357f46c9b251c0c27acfc6ae03
-SIZE (libvmod-header-0.3-5.tar.gz) = 10386
+SHA256 (varnish-libvmod-header-0.31-e87ac92_GH0.tar.gz) = e4d96cca480ffa50e682b2cf5a6e713864d98546cc6763c30b3645396d9ea43e
+SIZE (varnish-libvmod-header-0.31-e87ac92_GH0.tar.gz) = 10450
More information about the svn-ports-all
mailing list