Index: head/www/pound/Makefile =================================================================== --- head/www/pound/Makefile (revision 209313) +++ head/www/pound/Makefile (revision 209314) @@ -1,75 +1,77 @@ # New ports collection makefile for: pound # Date created: 27 August 2002 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= pound -PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTVERSION= 2.4 CATEGORIES= www net MASTER_SITES= http://www.apsis.ch/pound/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ DISTNAME= Pound-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= anders@FreeBSD.org COMMENT= Reverse proxy, load balancer and HTTP(S) frontend for web servers GNU_CONFIGURE= yes USE_OPENSSL= yes USE_RC_SUBR= ${PORTNAME}.sh SUB_LIST= NAME=${PORTNAME} POUND_CFLAGS= ${CFLAGS} POUND_LDFLAGS= ${LDFLAGS} MAKE_ARGS+= F_CONF=${PREFIX}/etc/pound.cfg MAN8= pound.8 poundctl.8 OPTIONS= DAEMON "Running as a daemon" on \ LIBTHR "Link against libthr for threading" on \ LOG "With Syslog support" on \ MSDAV "With the Microsoft WebDAV extensions support" off \ PCRE "Build with libpcre support" off .include +PORTDOCS= README FAQ CHANGELOG + .if defined(WITHOUT_DAEMON) CONFIGURE_ARGS+= --disable-daemon .endif .if defined(WITHOUT_LOG) CONFIGURE_ARGS+= --disable-log .endif .if defined(WITH_MSDAV) CONFIGURE_ARGS+= --enable-msdav .endif .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre POUND_CFLAGS+= "-I${LOCALBASE}/include" POUND_LDFLAGS+= "-L${LOCALBASE}/lib" .endif .if !defined(WITHOUT_LIBTHR) PTHREAD_LIBS= -lthr .endif CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ CFLAGS="${POUND_CFLAGS}" \ CPPFLAGS="${POUND_CFLAGS}" \ LDFLAGS="${POUND_LDFLAGS}" post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor .endif .include Property changes on: head/www/pound/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/www/pound/distinfo =================================================================== --- head/www/pound/distinfo (revision 209313) +++ head/www/pound/distinfo (revision 209314) @@ -1,3 +1,3 @@ -MD5 (Pound-2.3.2.tgz) = bbb9f1f7dee2fe9713f6cc11c72f97f4 -SHA256 (Pound-2.3.2.tgz) = 37c77ee9d7872e8d643c514040a1d0d36960e1caa98252fc473d0a7d645f6ce4 -SIZE (Pound-2.3.2.tgz) = 154678 +MD5 (Pound-2.4.tgz) = 94e4a9a0b60c5e547d81dfd62f72f9ef +SHA256 (Pound-2.4.tgz) = 3fdb9f6a2e4f4646412d216fe0fcb346a9be274fb9908dd7dc186b6361ba7fd5 +SIZE (Pound-2.4.tgz) = 162876 Property changes on: head/www/pound/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/www/pound/files/patch-pound.h =================================================================== --- head/www/pound/files/patch-pound.h (revision 209313) +++ head/www/pound/files/patch-pound.h (revision 209314) @@ -1,15 +1,12 @@ - -$FreeBSD$ - ---- pound.h.orig -+++ pound.h -@@ -178,7 +178,8 @@ - #if HAVE_OPENSSL_SSL_H - #define OPENSSL_THREAD_DEFINES +--- pound.h.orig 2008-02-11 12:53:52.000000000 +0100 ++++ pound.h 2008-03-18 21:58:27.000000000 +0100 +@@ -132,7 +132,8 @@ #include + #include + #include -#if OPENSSL_VERSION_NUMBER >= 0x00907000L +#include +#if OPENSSL_VERSION_NUMBER > 0x0090705FL #ifndef OPENSSL_THREADS #error "Pound requires OpenSSL with thread support" #endif Property changes on: head/www/pound/files/patch-pound.h ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/www/pound/pkg-plist =================================================================== --- head/www/pound/pkg-plist (revision 209313) +++ head/www/pound/pkg-plist (revision 209314) @@ -1,5 +1,2 @@ sbin/pound sbin/poundctl -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/www/pound/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property