pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/sipsak use openssl instead of gnutls to avoid prob...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/661a83855324
branches:  trunk
changeset: 395042:661a83855324
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 03 10:40:30 2009 +0000

description:
use openssl instead of gnutls to avoid problems with gnutls-2.8.0
bump PKGREVISION

diffstat:

 net/sipsak/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 11fa21b720c5 -r 661a83855324 net/sipsak/Makefile
--- a/net/sipsak/Makefile       Fri Jul 03 10:31:30 2009 +0000
+++ b/net/sipsak/Makefile       Fri Jul 03 10:40:30 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2008/06/20 01:09:31 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/07/03 10:40:30 drochner Exp $
 
 DISTNAME=      sipsak-0.9.6-1
 PKGNAME=       ${DISTNAME:S/-1//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net comms
 MASTER_SITES=  http://download.berlios.de/sipsak/
 
@@ -19,5 +19,5 @@
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
-.include "../../security/gnutls/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index