svn commit: r415331 - head/net/uget

Olivier Duchateau olivierd at FreeBSD.org
Mon May 16 14:40:07 UTC 2016


Author: olivierd
Date: Mon May 16 14:40:06 2016
New Revision: 415331
URL: https://svnweb.freebsd.org/changeset/ports/415331

Log:
  Update to 2.0.8

Modified:
  head/net/uget/Makefile
  head/net/uget/distinfo

Modified: head/net/uget/Makefile
==============================================================================
--- head/net/uget/Makefile	Mon May 16 14:25:31 2016	(r415330)
+++ head/net/uget/Makefile	Mon May 16 14:40:06 2016	(r415331)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	uget
-DISTVERSION=	2.0.7-2
+PORTVERSION=	2.0.8
 CATEGORIES=	net
-MASTER_SITES=	SF/urlget/${PORTNAME}%20%28stable%29/${DISTVERSION:S/-2//}
+MASTER_SITES=	SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION}
 
 MAINTAINER=	olivierd at FreeBSD.org
 COMMENT=	Download manager application
@@ -24,13 +24,12 @@ USE_GNOME=	glib20 gtk30 intltool intlhac
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 
-WRKSRC=	${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-2$//}
-
 # Avoid warning, with redefinition of typedef (C11 feature)
 CFLAGS+=	-Wno-typedef-redefinition
 
 CONFIGURE_ARGS=--enable-appindicator=no \
 	--disable-pwmd \
+	--enable-unix-socket \
 	--with-gnutls=yes
 
 OPTIONS_DEFINE=	GSTREAMER NLS

Modified: head/net/uget/distinfo
==============================================================================
--- head/net/uget/distinfo	Mon May 16 14:25:31 2016	(r415330)
+++ head/net/uget/distinfo	Mon May 16 14:40:06 2016	(r415331)
@@ -1,2 +1,3 @@
-SHA256 (uget-2.0.7-2.tar.gz) = 2ac6d943ad39ac9c2032216956c979d7903d6070096bdd05fd667fa3dab575b1
-SIZE (uget-2.0.7-2.tar.gz) = 902298
+TIMESTAMP = 1463415732
+SHA256 (uget-2.0.8.tar.gz) = e5ccf61ed691d8921e2f1951b1cf8eb439b525868a0d0068932d4c478f632924
+SIZE (uget-2.0.8.tar.gz) = 908673


More information about the svn-ports-head mailing list