pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/heimdal Add missing library (libhcrypto) to P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff44b29de427
branches:  trunk
changeset: 542140:ff44b29de427
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Mon May 05 02:26:03 2008 +0000

description:
Add missing library (libhcrypto) to PLIST, allowing sudo to build against
this heimdal on 3.x.

Bump PKGREVISION.

diffstat:

 security/heimdal/Makefile |  3 ++-
 security/heimdal/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 1350a8c6b627 -r ff44b29de427 security/heimdal/Makefile
--- a/security/heimdal/Makefile Mon May 05 00:13:59 2008 +0000
+++ b/security/heimdal/Makefile Mon May 05 02:26:03 2008 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.69 2008/04/12 22:43:09 jlam Exp $
+# $NetBSD: Makefile,v 1.70 2008/05/05 02:26:03 jwise Exp $
 
 DISTNAME=      heimdal-1.1
 CATEGORIES=    security
 MASTER_SITES=  http://www.h5l.org/dist/src/
+PKGREVISION=   1
 
 MAINTAINER=    lha%NetBSD.org@localhost
 HOMEPAGE=      http://www.h5l.org/
diff -r 1350a8c6b627 -r ff44b29de427 security/heimdal/PLIST
--- a/security/heimdal/PLIST    Mon May 05 00:13:59 2008 +0000
+++ b/security/heimdal/PLIST    Mon May 05 02:26:03 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2008/04/12 22:43:09 jlam Exp $
+@comment $NetBSD: PLIST,v 1.15 2008/05/05 02:26:03 jwise Exp $
 bin/afslog
 bin/compile_et
 bin/gss
@@ -93,6 +93,7 @@
 lib/libcom_err.la
 lib/libeditline.la
 lib/libgssapi.la
+lib/libhcrypto.la
 lib/libhdb.la
 lib/libheimntlm.la
 lib/libhx509.la



Home | Main Index | Thread Index | Old Index