Index: head/www/hydra/Makefile =================================================================== --- head/www/hydra/Makefile (revision 103849) +++ head/www/hydra/Makefile (revision 103850) @@ -1,41 +1,42 @@ # ex:ts=8 # Ports collection makefile for: hydra # Date created: Apr 2, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= hydra PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.hellug.gr/pub/software/hydra/ \ http://hydra.hellug.gr/download/ \ ftp://ftp.planetmirror.com/pub/hydra/ MAINTAINER= ports@FreeBSD.org COMMENT= A high performance multi-threaded web server -LIB_DEPENDS= gnutls.7:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls NO_LATEST_LINK= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include post-patch: @${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .for file in src/defines.h examples/hydra.conf @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file} .endfor post-install: @${MKDIR} ${PREFIX}/etc/hydra .for file in hydra.conf mime.types ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/etc/hydra/${file}-dist [ -f ${PREFIX}/etc/hydra/${file} ] || \ ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/etc/hydra/ .endfor .include Property changes on: head/www/hydra/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property