head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2012.11.19.00.30.58;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.06.03.10;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.09.08.09.44.11;	author anders;	state Exp;
branches;
next	1.1;

1.1
date	2011.08.30.23.57.21;	author anders;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307549
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307549 | anders | 2012-11-19 00:20:27 +0000 (Mon, 19 Nov 2012) | 6 lines
## SVN ##
## SVN ## Update to a version that works with Varnish 3.0.3.
## SVN ## Unfortunately I have to roll the tarball myself as there are no versioned
## SVN ## downloads in the github project.
## SVN ##
## SVN ## Feature safe: yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	varnish-libvmod-header
# Date created:				2011-08-23
# Whom:					anders
#
# $FreeBSD: head/www/varnish-libvmod-header/Makefile 307549 2012-11-19 00:20:27Z anders $
#

PORTNAME=	libvmod-header
DISTVERSION=	0.3-5
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=	anders@@FreeBSD.org
COMMENT=	Varnish Module (vmod) for manipulation of duplicated headers

LICENSE=	BSD

BUILD_DEPENDS=	${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish \
		rst2man:${PORTSDIR}/textproc/py-docutils

FETCH_ARGS=	-Fpr

USE_AUTOTOOLS=	aclocal libtool libtoolize autoheader automake autoconf
USE_GMAKE=	yes
ACLOCAL_ARGS=	-I m4
LIBTOOLFLAGS=	--copy --force
AUTOMAKE_ARGS=	--add-missing --copy --foreign
CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
CFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/varnish

MAN3=		vmod_header.3
WRKSRC=		${WRKDIR}/${PORTNAME}-master

.include <bsd.port.pre.mk>

post-install:
.if !defined(BATCH)
	@@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.post.mk>
@


1.3
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/varnish-libvmod-header/Makefile 300897 2012-07-14 14:29:18Z beat $
d9 1
a9 1
DISTVERSION=	0.3-4
d11 1
a11 2
MASTER_SITES=	https://github.com/KristianLyng/libvmod-header/tarball/master/ \
		http://anders.fupp.net/distfiles/
d13 2
a14 2
DISTNAME=	KristianLyng-${PORTNAME}-${VMOD_HEADER_HASH}
DISTFILES=	KristianLyng-${PORTNAME}-${DISTVERSION}-g${VMOD_HEADER_HASH}.tar.gz
a34 2
VMOD_HEADER_HASH=	c8589c0

d36 1
@


1.2
log
@Update to 0.3-4.
Add a master site, hopefully it helps when github.com starts to deliver
updated distfile when not asking for it.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Add libvmod-header, a Varnish Module (vmod) for manipulation of
duplicated headers.
@
text
@d9 1
a9 1
DISTVERSION=	0.3-3
d11 2
a12 1
MASTER_SITES=	https://github.com/KristianLyng/libvmod-header/tarball/master/
d15 1
a15 1
DISTFILES=	KristianLyng-${PORTNAME}-0.3-3-g${VMOD_HEADER_HASH}.tar.gz
d36 1
a36 1
VMOD_HEADER_HASH=	232741d
@

