diff options
author | anders <anders@FreeBSD.org> | 2007-03-02 05:54:46 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2007-03-02 05:54:46 +0800 |
commit | d702a73676e5cbf615493f5fe3343ccd8ffc6745 (patch) | |
tree | 0c2b2a57eca96e36e420434319e1ea255194870b /www | |
parent | 9633d7c6ff141b8547b0c9487f5b8d1755849a80 (diff) | |
download | freebsd-ports-gnome-d702a73676e5cbf615493f5fe3343ccd8ffc6745.tar.gz freebsd-ports-gnome-d702a73676e5cbf615493f5fe3343ccd8ffc6745.tar.zst freebsd-ports-gnome-d702a73676e5cbf615493f5fe3343ccd8ffc6745.zip |
Update to version 2.2.
This version adds the poundctl program.
Diffstat (limited to 'www')
-rw-r--r-- | www/pound/Makefile | 4 | ||||
-rw-r--r-- | www/pound/distinfo | 6 | ||||
-rw-r--r-- | www/pound/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/pound/Makefile b/www/pound/Makefile index cdf46353d823..e288edb96549 100644 --- a/www/pound/Makefile +++ b/www/pound/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pound -PORTVERSION= 2.1.3 +PORTVERSION= 2.2 CATEGORIES= www net MASTER_SITES= http://www.apsis.ch/pound/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -26,7 +26,7 @@ CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" MAKE_ARGS+= F_CONF=${PREFIX}/etc/pound.cfg -MAN8= pound.8 +MAN8= pound.8 poundctl.8 OPTIONS= DAEMON "Running as a daemon" on \ LOG "With Syslog support" on \ diff --git a/www/pound/distinfo b/www/pound/distinfo index c71873d72ef7..0f6cba088209 100644 --- a/www/pound/distinfo +++ b/www/pound/distinfo @@ -1,3 +1,3 @@ -MD5 (Pound-2.1.3.tgz) = b85d3807fa0274c1b1a0980c1e9511e5 -SHA256 (Pound-2.1.3.tgz) = e27e49c25fff7a172fc1226da34aec689117a5a64070d0f979583ee731b22a6d -SIZE (Pound-2.1.3.tgz) = 138078 +MD5 (Pound-2.2.tgz) = a94e781ced1b2f3a7f8b8051f4d95713 +SHA256 (Pound-2.2.tgz) = 316545c126f11be95deab5fb60d6a26e1aa644f9a8b5972219062ce6521e1491 +SIZE (Pound-2.2.tgz) = 146076 diff --git a/www/pound/pkg-plist b/www/pound/pkg-plist index 869533f7eaf0..af99faa71c67 100644 --- a/www/pound/pkg-plist +++ b/www/pound/pkg-plist @@ -1,4 +1,5 @@ sbin/pound +sbin/poundctl %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%@dirrm %%DOCSDIR%% |