svn commit: r447122 - head/textproc/rl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 2 16:20:02 UTC 2017


Author: amdmi3
Date: Wed Aug  2 16:20:01 2017
New Revision: 447122
URL: https://svnweb.freebsd.org/changeset/ports/447122

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

Modified:
  head/textproc/rl/Makefile
  head/textproc/rl/pkg-descr

Modified: head/textproc/rl/Makefile
==============================================================================
--- head/textproc/rl/Makefile	Wed Aug  2 16:17:19 2017	(r447121)
+++ head/textproc/rl/Makefile	Wed Aug  2 16:20:01 2017	(r447122)
@@ -4,12 +4,13 @@
 PORTNAME=	rl
 PORTVERSION=	0.2.7
 CATEGORIES=	textproc
-MASTER_SITES=	http://arthurdejong.org/rl/
+MASTER_SITES=	https://arthurdejong.org/rl/
 
 MAINTAINER=	jharris at widomaker.com
 COMMENT=	Randomizes lines from a specified input file
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 

Modified: head/textproc/rl/pkg-descr
==============================================================================
--- head/textproc/rl/pkg-descr	Wed Aug  2 16:17:19 2017	(r447121)
+++ head/textproc/rl/pkg-descr	Wed Aug  2 16:20:01 2017	(r447122)
@@ -3,4 +3,4 @@ randomizes the lines and outputs a specified number of
 this with only a single pass over the input while trying to use as little
 memory as possible.
 
-WWW: http://arthurdejong.org/rl/
+WWW: https://arthurdejong.org/rl/


More information about the svn-ports-head mailing list