Index: head/net/uget/Makefile =================================================================== --- head/net/uget/Makefile (revision 396038) +++ head/net/uget/Makefile (revision 396039) @@ -1,42 +1,42 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= uget -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= net MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} MAINTAINER= olivierd@FreeBSD.org COMMENT= Download manager application 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 INSTALL_TARGET= install-strip # Avoid warning, with redefinition of typedef (C11 feature) 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 Index: head/net/uget/distinfo =================================================================== --- head/net/uget/distinfo (revision 396038) +++ head/net/uget/distinfo (revision 396039) @@ -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 Index: head/net/uget/files/patch-ui-gtk_UgtkSetting.c =================================================================== --- head/net/uget/files/patch-ui-gtk_UgtkSetting.c (revision 396038) +++ head/net/uget/files/patch-ui-gtk_UgtkSetting.c (nonexistent) @@ -1,11 +0,0 @@ ---- ui-gtk/UgtkSetting.c.orig 2015-04-30 23:37:53 UTC -+++ ui-gtk/UgtkSetting.c -@@ -334,7 +334,7 @@ void ugtk_setting_reset (UgtkSetting* s - setting->window.statusbar = TRUE; - setting->window.category = TRUE; - setting->window.summary = TRUE; -- setting->window.banner = TRUE; -+ setting->window.banner = FALSE; - setting->window.x = 0; - setting->window.y = 0; - setting->window.width = 0; Property changes on: head/net/uget/files/patch-ui-gtk_UgtkSetting.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property