From 2a88fb796c57e0d4b171e43040f9b20d0c2e47b8 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 28 Nov 2014 22:34:18 +0000 Subject: [PATCH] Oops, missed bumping -libs in previous, as spotted by naddy@. Bumping -main as well just in case it's needed. --- security/heimdal/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 3d603c04795..d33f71375da 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2014/11/27 11:10:05 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2014/11/28 22:34:18 sthen Exp $ COMMENT-main= Kerberos 5 implementation COMMENT-devel-docs= Heimdal C functions documentation @@ -11,7 +11,8 @@ PKGNAME-main= ${DISTNAME} PKGNAME-devel-docs= heimdal-devel-docs-${V} PKGNAME-libs= heimdal-libs-${V} -REVISION-main= 0 +REVISION-main= 1 +REVISION-libs= 0 CATEGORIES= security net