diff options
author | christos <christos> | 2003-10-06 16:48:04 +0000 |
---|---|---|
committer | christos <christos> | 2003-10-06 16:48:04 +0000 |
commit | e39a8be1fb3ed8f42c87729da2ba562c8fe8a971 (patch) | |
tree | 57cfb3848391a8036cb75ef6f08aadbfdb4c3899 /security | |
parent | eeda0d5e12cb07b0d31ab6fb58fe4507f4bffb38 (diff) | |
download | pkgsrc-e39a8be1fb3ed8f42c87729da2ba562c8fe8a971.tar.gz |
Bump revision.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index 850c0ae10d2..d8a5e746f6e 100644 --- a/security/cyrus-sasl2/Makefile.common +++ b/security/cyrus-sasl2/Makefile.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.common,v 1.7 2003/10/03 12:56:48 seb Exp $ +# $NetBSD: Makefile.common,v 1.8 2003/10/06 16:48:04 christos Exp $ # # This Makefile fragment should be included _below_ and SASL_PLUGIN # definition and _above_ any CONFIGURE_ARGS definitions. DISTNAME= cyrus-sasl-2.1.15 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/ |