svn commit: r396039 - in head/net/uget: . files
Olivier Duchateau
olivierd at FreeBSD.org
Thu Sep 3 19:24:16 UTC 2015
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
More information about the svn-ports-all
mailing list