diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-10 17:57:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-10 17:57:17 +0000 |
commit | d84da67bc0c7a130065b5cc2402b3ccab1cd17ba (patch) | |
tree | bfa5a7f1dd77068d869e81c6ff5474f3bb47d18d /net/couriertcpd/Makefile | |
parent | c152764d0ef21b821d8111e0a9e9caf6250b78ef (diff) | |
download | pkgsrc-d84da67bc0c7a130065b5cc2402b3ccab1cd17ba.tar.gz |
Update net/couriertcpd to 0.56.0. Changes from version 0.53.2 include:
+ Remove BDB_LIB workaround which should already be handled by the wrapper
scripts and db1.builtin.mk.
+ Remove unnecessary patch-aa and patch-ab.
* Setting protocol to SSL3 will now disable SSL2.
* Send a dummy EHLO before STARTTLS (gmail wants it).
* Allow setting the max # of connections on a per-IP address basis.
Diffstat (limited to 'net/couriertcpd/Makefile')
-rw-r--r-- | net/couriertcpd/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/couriertcpd/Makefile b/net/couriertcpd/Makefile index 6a98bb5f73a..3f8976b6210 100644 --- a/net/couriertcpd/Makefile +++ b/net/couriertcpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2007/08/02 22:07:32 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2007/08/10 17:57:17 jlam Exp $ DISTNAME= courier-${COURIER_VERSION} PKGNAME= ${DISTNAME:S/-/tcpd-/} -PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 @@ -47,12 +46,6 @@ BUILD_DEFS+= VARBASE .include "../../security/openssl/buildlink3.mk" -SUBST_CLASSES+= bdb -SUBST_MESSAGE.bdb= Configuring to use ${BDB_LIBS} -SUBST_STAGE.bdb= post-patch -SUBST_FILES.bdb= configure bdbobj/configure.in bdbobj/configure -SUBST_SED.bdb= -e s,-ldb,${BDB_LIBS:M*:Q},g - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpd/couriertcpd \ ${PREFIX}/sbin/couriertcpd |