Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2018 09:31:32 +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: r487229 - head/ftp/ftpcopy
Message-ID:  <201812110931.wBB9VWxu051257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 11 09:31:31 2018
New Revision: 487229
URL: https://svnweb.freebsd.org/changeset/ports/487229

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

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

Modified: head/ftp/ftpcopy/Makefile
==============================================================================
--- head/ftp/ftpcopy/Makefile	Tue Dec 11 09:01:31 2018	(r487228)
+++ head/ftp/ftpcopy/Makefile	Tue Dec 11 09:31:31 2018	(r487229)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://www.ohse.de/uwe/ftpcopy/
 MAINTAINER=	mandree@FreeBSD.org
 COMMENT=	Command line ftp tools for listing and mirroring
 
+LICENSE=	GPLv2
+
 BROKEN_aarch64=		fails to build: regparm is not valid on this platform
 BROKEN_armv6=		fails to build: regparm is not valid on this platform
 BROKEN_armv7=		fails to build: regparm is not valid on this platform

Modified: head/ftp/ftpcopy/pkg-descr
==============================================================================
--- head/ftp/ftpcopy/pkg-descr	Tue Dec 11 09:01:31 2018	(r487228)
+++ head/ftp/ftpcopy/pkg-descr	Tue Dec 11 09:31:31 2018	(r487229)
@@ -10,4 +10,4 @@ or HTML format.
 
 The tools only support passive mode FTP, intentionally.
 
-WWW: http://www.ohse.de/uwe/ftpcopy.html
+WWW: https://www.ohse.de/uwe/ftpcopy.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812110931.wBB9VWxu051257>