From owner-svn-ports-all@FreeBSD.ORG Sun Apr 27 21:54:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C006A8A2; Sun, 27 Apr 2014 21:54:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABFFF5DF; Sun, 27 Apr 2014 21:54:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3RLstnp064479; Sun, 27 Apr 2014 21:54:55 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3RLsttj064476; Sun, 27 Apr 2014 21:54:55 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201404272154.s3RLsttj064476@svn.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Apr 2014 21:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352465 - head/net/wireshark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2014 21:54:55 -0000 Author: marcus Date: Sun Apr 27 21:54:54 2014 New Revision: 352465 URL: http://svnweb.freebsd.org/changeset/ports/352465 QAT: https://qat.redports.org/buildarchive/r352465/ Log: Update to 1.10.7 and convert to new LIB_DEPENDS. Modified: head/net/wireshark/Makefile head/net/wireshark/distinfo Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Sun Apr 27 21:37:13 2014 (r352464) +++ head/net/wireshark/Makefile Sun Apr 27 21:54:54 2014 (r352465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 1.10.6 +PORTVERSION= 1.10.7 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ @@ -12,8 +12,8 @@ MASTER_SITES= http://www.wireshark.org/d http://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \ ftp://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \ http://wireshark.zing.org/download/src/ - DISTNAME= ${DATADIR_NAME}-${PORTVERSION} + MAINTAINER= marcus@FreeBSD.org COMMENT?= Powerful network analyzer/capture tool @@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --enable-threads .endif .if ${PORT_OPTIONS:MPCRE} && !defined(LITE) -LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --with-pcre=no @@ -112,7 +112,7 @@ PLIST_SUB+= LUA="@comment " .endif .if ${PORT_OPTIONS:MRTP} && !defined(LITE) -LIB_DEPENDS+= portaudio:${PORTSDIR}/audio/portaudio +LIB_DEPENDS+= libportaudio.so:${PORTSDIR}/audio/portaudio CONFIGURE_ARGS+=--with-portaudio=${LOCALBASE} WIRESHARK_LIBS+=${PTHREAD_LIBS} .else @@ -120,36 +120,36 @@ CONFIGURE_ARGS+=--without-portaudio .endif .if ${PORT_OPTIONS:MSNMP} && !defined(LITE) -LIB_DEPENDS+= smi:${PORTSDIR}/net-mgmt/libsmi +LIB_DEPENDS+= libsmi.so:${PORTSDIR}/net-mgmt/libsmi CONFIGURE_ARGS+= --with-libsmi=${LOCALBASE} .else CONFIGURE_ARGS+= --with-libsmi=no .endif .if ${PORT_OPTIONS:MADNS} && !defined(LITE) -LIB_DEPENDS+= adns:${PORTSDIR}/dns/adns +LIB_DEPENDS+= libadns.so:${PORTSDIR}/dns/adns CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --with-adns=no .endif .if ${PORT_OPTIONS:MCARES} && !defined(LITE) -LIB_DEPENDS+= cares:${PORTSDIR}/dns/c-ares +LIB_DEPENDS+= libcares.so:${PORTSDIR}/dns/c-ares CONFIGURE_ARGS+= --with-c-ares=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --with-c-ares=no .endif .if ${PORT_OPTIONS:MGEOIP} && !defined(LITE) -LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP CONFIGURE_ARGS+= --with-geoip=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --with-geoip=no .endif .if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE} \ --with-gnutls=yes .else @@ -157,7 +157,7 @@ CONFIGURE_ARGS+=--with-gnutls=no .endif .if ${PORT_OPTIONS:MGCRYPT} -LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= libgcrypt.so:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE} .endif Modified: head/net/wireshark/distinfo ============================================================================== --- head/net/wireshark/distinfo Sun Apr 27 21:37:13 2014 (r352464) +++ head/net/wireshark/distinfo Sun Apr 27 21:54:54 2014 (r352465) @@ -1,2 +1,2 @@ -SHA256 (wireshark-1.10.6.tar.bz2) = a9de3fd3002d4df0946cfea2f5a33557666e14c7014dbc42d1f78dfe113f6b5d -SIZE (wireshark-1.10.6.tar.bz2) = 26719003 +SHA256 (wireshark-1.10.7.tar.bz2) = d98d263b31dd904a0337ba2db6d1a80bb495b4ac419a304f0f25c551d50cafc6 +SIZE (wireshark-1.10.7.tar.bz2) = 26711577