svn commit: r311806 - head/devel/libvirt

Jason Helfman jgh at FreeBSD.org
Wed Feb 6 23:40:26 UTC 2013


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 at 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


More information about the svn-ports-head mailing list