diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-26 02:27:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-26 02:27:34 +0000 |
commit | 559603c1ddc7d4f664173836c7bd4b515a5539f1 (patch) | |
tree | 41dd3b7f8e57da510c64a490aa410798a76dec65 /security/kth-krb4 | |
parent | 1a3a4d209fee5e0656f2efb5f563feaebe417ba5 (diff) | |
download | pkgsrc-559603c1ddc7d4f664173836c7bd4b515a5539f1.tar.gz |
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
Diffstat (limited to 'security/kth-krb4')
-rw-r--r-- | security/kth-krb4/Makefile | 4 | ||||
-rw-r--r-- | security/kth-krb4/buildlink2.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index 10ea608284b..69fd090fd26 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2004/02/14 17:21:52 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2004/03/26 02:27:52 wiz Exp $ # DISTNAME= krb4-1.2.1 PKGNAME= kth-krb4-1.2.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security net MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/ diff --git a/security/kth-krb4/buildlink2.mk b/security/kth-krb4/buildlink2.mk index 494e23a88a7..be84629f1fc 100644 --- a/security/kth-krb4/buildlink2.mk +++ b/security/kth-krb4/buildlink2.mk @@ -1,10 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.4 2003/12/30 23:14:18 cjep Exp $ +# $NetBSD: buildlink2.mk,v 1.5 2004/03/26 02:27:52 wiz Exp $ .if !defined(KTHKRB4_BUILDLINK2_MK) KTHKRB4_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= kth-krb4 BUILDLINK_DEPENDS.kth-krb4?= kth-krb4>=1.1.1 +BUILDLINK_RECOMMENDED.kth-krb4?= kth-krb4>=1.2.1nb4 BUILDLINK_PKGSRCDIR.kth-krb4?= ../../security/kth-krb4 EVAL_PREFIX+= BUILDLINK_PREFIX.kth-krb4=kth-krb4 |