aboutsummaryrefslogtreecommitdiff
path: root/www/pound
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2008-03-18 21:12:38 +0000
committerAnders Nordby <anders@FreeBSD.org>2008-03-18 21:12:38 +0000
commitb03b8bdf690661b725064ba14b9d8771016ed399 (patch)
treee0c69b0d6d2ecb10ed59585ca3ed57a6ea7446e8 /www/pound
parent82d81e1f2f5dbbdd72417c96bc753754ae49da36 (diff)
downloadports-b03b8bdf690661b725064ba14b9d8771016ed399.tar.gz
ports-b03b8bdf690661b725064ba14b9d8771016ed399.zip
Notes
Diffstat (limited to 'www/pound')
-rw-r--r--www/pound/Makefile10
-rw-r--r--www/pound/distinfo6
-rw-r--r--www/pound/files/patch-pound.h13
-rw-r--r--www/pound/pkg-plist3
4 files changed, 14 insertions, 18 deletions
diff --git a/www/pound/Makefile b/www/pound/Makefile
index 1d655dab1a3a..3e75600990c1 100644
--- a/www/pound/Makefile
+++ b/www/pound/Makefile
@@ -6,8 +6,7 @@
#
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/
@@ -37,6 +36,8 @@ OPTIONS= DAEMON "Running as a daemon" on \
.include <bsd.port.pre.mk>
+PORTDOCS= README FAQ CHANGELOG
+
.if defined(WITHOUT_DAEMON)
CONFIGURE_ARGS+= --disable-daemon
.endif
@@ -68,8 +69,9 @@ CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
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 <bsd.port.post.mk>
diff --git a/www/pound/distinfo b/www/pound/distinfo
index f17e488e81b9..40a75b8b2a7e 100644
--- a/www/pound/distinfo
+++ b/www/pound/distinfo
@@ -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
diff --git a/www/pound/files/patch-pound.h b/www/pound/files/patch-pound.h
index b66891634b6c..fc6ec609a50f 100644
--- a/www/pound/files/patch-pound.h
+++ b/www/pound/files/patch-pound.h
@@ -1,12 +1,9 @@
-
-$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 <openssl/ssl.h>
+ #include <openssl/lhash.h>
+ #include <openssl/err.h>
-#if OPENSSL_VERSION_NUMBER >= 0x00907000L
+#include <openssl/opensslconf.h>
+#if OPENSSL_VERSION_NUMBER > 0x0090705FL
diff --git a/www/pound/pkg-plist b/www/pound/pkg-plist
index af99faa71c67..33a9249d215f 100644
--- a/www/pound/pkg-plist
+++ b/www/pound/pkg-plist
@@ -1,5 +1,2 @@
sbin/pound
sbin/poundctl
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/FAQ
-%%PORTDOCS%%@dirrm %%DOCSDIR%%