svn commit: r434400 - in head/net/uget: . files
Olivier Duchateau
olivierd at FreeBSD.org
Sun Feb 19 10:57:50 UTC 2017
Author: olivierd
Date: Sun Feb 19 10:57:49 2017
New Revision: 434400
URL: https://svnweb.freebsd.org/changeset/ports/434400
Log:
Update to 2.0.9
Deleted:
head/net/uget/files/patch-po__Makefile.in.in
Modified:
head/net/uget/Makefile
head/net/uget/distinfo
Modified: head/net/uget/Makefile
==============================================================================
--- head/net/uget/Makefile Sun Feb 19 09:01:38 2017 (r434399)
+++ head/net/uget/Makefile Sun Feb 19 10:57:49 2017 (r434400)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= uget
-PORTVERSION= 2.0.8
-PORTREVISION= 1
+PORTVERSION= 2.0.9
CATEGORIES= net
MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION}
@@ -16,12 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= curl-config:ftp/curl
LIB_DEPENDS= libnotify.so:devel/libnotify \
libgcrypt.so:security/libgcrypt \
- libgnutls.so:security/gnutls
+ libgpg-error.so:security/libgpg-error \
+ libgnutls.so:security/gnutls \
+ libcurl.so:ftp/curl
RUN_DEPENDS= aria2c:www/aria2
USES= compiler:c11 gettext-tools gmake pkgconfig
GNU_CONFIGURE= yes
-USE_GNOME= glib20 gtk30 intltool intlhack
+USE_GNOME= glib20 gtk30 intltool cairo
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
@@ -30,6 +31,7 @@ CFLAGS+= -Wno-typedef-redefinition
CONFIGURE_ARGS=--enable-appindicator=no \
--disable-pwmd \
+ --disable-rss-notify \
--enable-unix-socket \
--with-gnutls=yes
Modified: head/net/uget/distinfo
==============================================================================
--- head/net/uget/distinfo Sun Feb 19 09:01:38 2017 (r434399)
+++ head/net/uget/distinfo Sun Feb 19 10:57:49 2017 (r434400)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463415732
-SHA256 (uget-2.0.8.tar.gz) = e5ccf61ed691d8921e2f1951b1cf8eb439b525868a0d0068932d4c478f632924
-SIZE (uget-2.0.8.tar.gz) = 908673
+TIMESTAMP = 1487500344
+SHA256 (uget-2.0.9.tar.gz) = 5501c1d0c17e2e7b689eaaeae959d6c9c1f7855daf82086858efcb1e4d4208d6
+SIZE (uget-2.0.9.tar.gz) = 933261
More information about the svn-ports-head
mailing list