diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-10 09:56:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-10 09:56:16 +0000 |
commit | b8737eca68f6fd259dc0636c007b1d2b9c05e821 (patch) | |
tree | a58b39c0e18aaf14bb4bf28739fad111598fa1a3 /mail | |
parent | 346ac2bdacfcca4f7caee3a1a17e88f90c4e0e71 (diff) | |
download | pkgsrc-b8737eca68f6fd259dc0636c007b1d2b9c05e821.tar.gz |
Bump PKGREVISION because of db4 shlib major bump.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 3 | ||||
-rw-r--r-- | mail/prayer/Makefile | 4 | ||||
-rw-r--r-- | mail/sendmail/Makefile | 4 | ||||
-rw-r--r-- | mail/spamprobe/Makefile | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 83dd6dd5c71..6f075d60c48 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2003/04/03 12:18:18 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/10 09:56:17 wiz Exp $ # DISTNAME= bogofilter-0.11.1.3 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bogofilter/} diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index 372d3c8e2f6..7bed3915dfe 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/03/02 12:10:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/06/10 09:56:17 wiz Exp $ # DISTNAME= prayer-1.0.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/ diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 6233a72d574..02faad98393 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2003/05/02 11:55:40 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2003/06/10 09:56:17 wiz Exp $ .include "../../mail/sendmail/Makefile.common" PKGNAME= sendmail-${DIST_VERS} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= The well known Mail Transport Agent MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index 2485d01b1b0..2d09ed9e292 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2003/06/02 01:18:37 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/10 09:56:17 wiz Exp $ DISTNAME= spamprobe-0.8b COMMENT= Spam detector using Bayesian analysis of word counts +PKGREVISION= 1 CATEGORIES= mail MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://spamprobe.sourceforge.net/ |