svn commit: r543721 - head/ftp/wmget

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 30 09:36:31 UTC 2020


Author: amdmi3
Date: Thu Jul 30 09:36:30 2020
New Revision: 543721
URL: https://svnweb.freebsd.org/changeset/ports/543721

Log:
  - Add LICENSE
  - Add missing dependency
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/ftp/wmget/Makefile
  head/ftp/wmget/pkg-descr

Modified: head/ftp/wmget/Makefile
==============================================================================
--- head/ftp/wmget/Makefile	Thu Jul 30 09:23:28 2020	(r543720)
+++ head/ftp/wmget/Makefile	Thu Jul 30 09:36:30 2020	(r543721)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wmget
 PORTVERSION=	0.6.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	ftp
 MASTER_SITES=	http://amtrickey.net/download/ \
 		LOCAL/uqs
@@ -12,10 +12,12 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	uqs at FreeBSD.org
 COMMENT=	Dock app for Window Maker providing wget functionality
 
+LICENSE=	MIT
+
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		gmake xorg
-USE_XORG=	x11 xpm
+USE_XORG=	x11 xext xpm
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MAKE_ENV+=	${CONFIGURE_ENV}

Modified: head/ftp/wmget/pkg-descr
==============================================================================
--- head/ftp/wmget/pkg-descr	Thu Jul 30 09:23:28 2020	(r543720)
+++ head/ftp/wmget/pkg-descr	Thu Jul 30 09:36:30 2020	(r543721)
@@ -7,4 +7,5 @@ click on the wmget dockapp, and the download will star
 terminals required, and you can monitor the progress and stop the transfer if
 desired without opening or raising any windows or even changing desktops.
 
-WWW: http://amtrickey.net/wmget/
+WWW: https://web.archive.org/web/20160322141200/http://amtrickey.net/wmget/
+WWW: https://www.dockapps.net/wmget


More information about the svn-ports-all mailing list