Update to version 2.2.
This version adds the poundctl program.
This commit is contained in:
parent
b89a994ba3
commit
7a8c269905
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186316
3 changed files with 6 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
sbin/pound
|
||||
sbin/poundctl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue