From owner-svn-ports-all@freebsd.org Thu Sep 3 19:24:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E19149CA186; Thu, 3 Sep 2015 19:24:15 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.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 B88B42C7; Thu, 3 Sep 2015 19:24:15 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t83JOFOm014983; Thu, 3 Sep 2015 19:24:15 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t83JOFto014981; Thu, 3 Sep 2015 19:24:15 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201509031924.t83JOFto014981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 3 Sep 2015 19:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396039 - in head/net/uget: . files 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.20 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: Thu, 03 Sep 2015 19:24:16 -0000 Author: olivierd Date: Thu Sep 3 19:24:14 2015 New Revision: 396039 URL: https://svnweb.freebsd.org/changeset/ports/396039 Log: - Update to 2.0.1 - Sort USES - Remove GNUTLS option (integrates into LIB_DEPENDS macro) - Delete unneeded patch Deleted: head/net/uget/files/patch-ui-gtk_UgtkSetting.c Modified: head/net/uget/Makefile head/net/uget/distinfo Modified: head/net/uget/Makefile ============================================================================== --- head/net/uget/Makefile Thu Sep 3 19:15:26 2015 (r396038) +++ head/net/uget/Makefile Thu Sep 3 19:24:14 2015 (r396039) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uget -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= net MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} @@ -13,10 +13,12 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl -LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgnutls.so:${PORTSDIR}/security/gnutls RUN_DEPENDS= aria2c:${PORTSDIR}/www/aria2 -USES= gmake pkgconfig gettext-tools compiler:c11 +USES= compiler:c11 gettext-tools gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 intltool intlhack INSTALLS_ICONS= yes @@ -26,17 +28,15 @@ INSTALL_TARGET= install-strip CFLAGS+= -Wno-typedef-redefinition CONFIGURE_ARGS=--enable-appindicator=no \ - --disable-pwmd + --disable-pwmd \ + --with-gnutls=yes -OPTIONS_DEFINE= GNUTLS GSTREAMER NLS -OPTIONS_DEFAULT= GNUTLS GSTREAMER NLS +OPTIONS_DEFINE= GSTREAMER NLS +OPTIONS_DEFAULT= GSTREAMER NLS GSTREAMER_USE= gstreamer1=yes GSTREAMER_CONFIGURE_ENABLE= gstreamer NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt -GNUTLS_CONFIGURE_WITH= gnutls=yes OPTIONS_SUB= yes .include Modified: head/net/uget/distinfo ============================================================================== --- head/net/uget/distinfo Thu Sep 3 19:15:26 2015 (r396038) +++ head/net/uget/distinfo Thu Sep 3 19:24:14 2015 (r396039) @@ -1,2 +1,2 @@ -SHA256 (uget-2.0.tar.gz) = d857bbf1bb3ca7a9943b26a51e20a488e0750b1e2eeff713ef3fdff40320e496 -SIZE (uget-2.0.tar.gz) = 832837 +SHA256 (uget-2.0.1.tar.gz) = eca884d2bdb3877a2f3286f67fa7d3a3284591d4222136770dbf8a68d610ffed +SIZE (uget-2.0.1.tar.gz) = 836343