mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 2.0.1
- Sort USES - Remove GNUTLS option (integrates into LIB_DEPENDS macro) - Delete unneeded patch
This commit is contained in:
parent
b8c17bd66d
commit
3921c9bf1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396039
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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;
|
Loading…
Reference in New Issue
Block a user