Date: Thu, 30 Jul 2020 09:36:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543721 - head/ftp/wmget Message-ID: <202007300936.06U9aUiK064563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007300936.06U9aUiK064563>