diff options
author | jlam <jlam> | 2004-07-14 20:10:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-07-14 20:10:39 +0000 |
commit | c7587130d9f3f4846df33c73a7318a88894d0248 (patch) | |
tree | b71f25f119ce31078c3688cd57fe165822f6ac67 /mail/maildrop | |
parent | caefe2e53263cc7e996120f8e5ea5a139b7949cf (diff) | |
download | pkgsrc-c7587130d9f3f4846df33c73a7318a88894d0248.tar.gz |
courier-maildirmake has been renamed to courier-maildir. Handle new
dependency and bump PKGREVISION as a result.
XXX This package should really be changed to build from the latest
XXX courier distribution, much like courier-auth. This package in its
XXX current form hasn't been updated in years, while the core courier
XXX package notes bug fixes and feature additions to the maildrop code
XXX during that time.
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index a5292502fd1..7c8ef1debcc 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.18 2004/04/19 05:08:31 snj Exp $ +# $NetBSD: Makefile,v 1.19 2004/07/14 20:10:39 jlam Exp $ DISTNAME= maildrop-1.3.9 +PKGREVISION= 1 EXTRACT_SUFX= .tar.gz COMMENT= Courier mail delivery agent with filtering abilities HOMEPAGE= http://www.flounder.net/~mrsam/maildrop/ PERL5_REQD+= 5.6.0 USE_PERL5= build -DEPENDS+= courier-maildirmake>=0.37.1:../../mail/courier-maildirmake +DEPENDS+= courier-maildir>=0.45.6:../../mail/courier-maildir USE_BUILDLINK3= yes USE_DB185= yes |