Date: Wed, 2 Aug 2017 16:20:01 +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: r447122 - head/textproc/rl Message-ID: <201708021620.v72GK1Gw010142@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708021620.v72GK1Gw010142>