diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-23 17:08:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-23 17:08:00 +0000 |
commit | bd8b4105bd891f17f50da648f375ac0d19cbee85 (patch) | |
tree | ef0e73506b86f8046ac5847134be3dbd91f95875 /mail/claws-mail-cachesaver | |
parent | e215813ff6394e11b616c7079f0a07cbe88232a8 (diff) | |
download | pkgsrc-bd8b4105bd891f17f50da648f375ac0d19cbee85.tar.gz |
Repeat after me: NEVER depend on an exact revision of a package unless
you *really* REALLY mean that. Fix the dependencies of all claws-mail
packages on claws-mail itself. Bump all those revisions. Fix some
indentation while here to be at least basic consistent.
Diffstat (limited to 'mail/claws-mail-cachesaver')
-rw-r--r-- | mail/claws-mail-cachesaver/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/claws-mail-cachesaver/Makefile b/mail/claws-mail-cachesaver/Makefile index d25a0356b58..33d5d836434 100644 --- a/mail/claws-mail-cachesaver/Makefile +++ b/mail/claws-mail-cachesaver/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2007/09/18 03:17:26 smb Exp $ +# $NetBSD: Makefile,v 1.3 2007/09/23 17:08:01 joerg Exp $ # -DISTNAME=cachesaver-0.10.6 -PKGNAME=claws-mail-cachesaver-0.10.6 -CATEGORIES=mail +DISTNAME= cachesaver-0.10.6 +PKGNAME= claws-mail-cachesaver-0.10.6 +PKGREVISION= 1 +CATEGORIES= mail MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Saves Claws-Mail metadata every 60 seconds -DEPENDS+= claws-mail-${CLAWS_VERSION}:../../mail/claws-mail +DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" |