Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 19:24:15 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396039 - in head/net/uget: . files
Message-ID:  <201509031924.t83JOFto014981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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