diff options
author | jlam <jlam> | 2007-10-17 13:50:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-10-17 13:50:30 +0000 |
commit | 207ea785bf0b7ff920cfe7694518a9140fb5f651 (patch) | |
tree | 4f8d8d1f322193c3f6a79da4a53accb36b6c35c6 /meta-pkgs/courier/Makefile | |
parent | 9dd92903fe5243fa2878e5de2096d0d5e70b234f (diff) | |
download | pkgsrc-207ea785bf0b7ff920cfe7694518a9140fb5f651.tar.gz |
Add patch taken from Courier CVS repository that fixes a memory-stomping
bug when reporting unknown local recipients. Bump PKGREVISIONs of courier
and courier-mta.
Diffstat (limited to 'meta-pkgs/courier/Makefile')
-rw-r--r-- | meta-pkgs/courier/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/courier/Makefile b/meta-pkgs/courier/Makefile index 48cbe9f55de..9d9cd1ce033 100644 --- a/meta-pkgs/courier/Makefile +++ b/meta-pkgs/courier/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2007/10/15 15:37:32 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2007/10/17 13:50:30 jlam Exp $ DISTNAME= courier-${COURIER_VERSION} +PKGREVISION= 1 CATEGORIES= meta-pkgs mail MASTER_SITES= # empty DISTFILES= # empty @@ -21,7 +22,7 @@ COURIER_VERSION= 0.57.1 # DEPENDS+= couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir -DEPENDS+= courier-mta>=${COURIER_VERSION}:../../mail/courier-mta +DEPENDS+= courier-mta>=${COURIER_VERSION}nb1:../../mail/courier-mta # The following packages must be from the same lineage as the version # of Courier: |