Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 23:40:25 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311806 - head/devel/libvirt
Message-ID:  <201302062340.r16NePUG011573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed Feb  6 23:40:25 2013
New Revision: 311806
URL: http://svnweb.freebsd.org/changeset/ports/311806

Log:
  - drop ABI versions of all lib_depends
  
  Reported by:	lifanov@mail.lifanov.com

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Wed Feb  6 23:20:35 2013	(r311805)
+++ head/devel/libvirt/Makefile	Wed Feb  6 23:40:25 2013	(r311806)
@@ -15,11 +15,11 @@ LICENSE=	LGPL3
 OPTIONS_DEFINE=	QEMU DOCS
 QEMU_DESC=	QEMU bindings
 
-LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
-		gcrypt.18:${PORTSDIR}/security/libgcrypt \
-		xml2.5:${PORTSDIR}/textproc/libxml2 \
-		gnutls.47:${PORTSDIR}/security/gnutls \
-		ssh2.1:${PORTSDIR}/security/libssh2
+LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
+		gcrypt:${PORTSDIR}/security/libgcrypt \
+		xml2:${PORTSDIR}/textproc/libxml2 \
+		gnutls:${PORTSDIR}/security/gnutls \
+		ssh2:${PORTSDIR}/security/libssh2
 
 GNU_CONFIGURE=	yes
 USE_PERL5_BUILD=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302062340.r16NePUG011573>