Index: head/textproc/rl/Makefile =================================================================== --- head/textproc/rl/Makefile (revision 447121) +++ head/textproc/rl/Makefile (revision 447122) @@ -1,18 +1,19 @@ # Created by: David Sze # $FreeBSD$ 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 PLIST_FILES= bin/rl man/man1/rl.1.gz .include Index: head/textproc/rl/pkg-descr =================================================================== --- head/textproc/rl/pkg-descr (revision 447121) +++ head/textproc/rl/pkg-descr (revision 447122) @@ -1,6 +1,6 @@ rl is a command-line tool that reads lines from an input file or stdin, randomizes the lines and outputs a specified number of lines. It does 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/