Index: head/net/haproxy/Makefile =================================================================== --- head/net/haproxy/Makefile (revision 297084) +++ head/net/haproxy/Makefile (revision 297085) @@ -1,58 +1,58 @@ # New ports collection Makefile for: haproxy # Date created: Apr 30, 2003 # Whom: Clement Laforet # # $FreeBSD$ # PORTNAME= haproxy -PORTVERSION= 1.4.20 +PORTVERSION= 1.4.21 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ MAINTAINER= freebsd@linepoint.com COMMENT= The Reliable, High Performance TCP/HTTP Load Balancer LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi CONFLICTS= haproxy-devel-[0-9]* USE_RC_SUBR= haproxy USE_GMAKE= YES SUB_FILES= pkg-message MAN1= haproxy.1 OPTIONS= PCRE "Use PCRE regex library" On\ STATIC_PCRE "Use static PCRE regex library" Off .include MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS CC=${CC} .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre MAKE_ARGS+= "USE_PCRE=1" .endif .if defined(WITH_STATIC_PCRE) LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre MAKE_ARGS+= "USE_STATIC_PCRE=1" .endif do-install: @${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${PREFIX}/sbin/ @${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${MAN1PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/net/haproxy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/net/haproxy/distinfo =================================================================== --- head/net/haproxy/distinfo (revision 297084) +++ head/net/haproxy/distinfo (revision 297085) @@ -1,2 +1,2 @@ -SHA256 (haproxy-1.4.20.tar.gz) = f00949545fdc616ff9952e902d9d5a36f3eceebe77b978b4a4d78f895e0b283e -SIZE (haproxy-1.4.20.tar.gz) = 825871 +SHA256 (haproxy-1.4.21.tar.gz) = 6e28575f0492def31c331faf9ead08225dd62153334880688f8a7c477c8c31a4 +SIZE (haproxy-1.4.21.tar.gz) = 827392 Property changes on: head/net/haproxy/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property