Index: head/www/multisort/Makefile =================================================================== --- head/www/multisort/Makefile (revision 477639) +++ head/www/multisort/Makefile (revision 477640) @@ -1,20 +1,20 @@ # Created by: Dennis Herrmann # $FreeBSD$ PORTNAME= multisort PORTVERSION= 1.1 CATEGORIES= www MASTER_SITES= http://www.xach.com/multisort/ \ http://mirror.mcx2.org/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Small program to take multiple httpd logfiles into one -LICENSE= GPLv2 +LICENSE= GPLv2+ PLIST_FILES= bin/multisort post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/multisort .include Index: head/www/multisort/pkg-descr =================================================================== --- head/www/multisort/pkg-descr (revision 477639) +++ head/www/multisort/pkg-descr (revision 477640) @@ -1,10 +1,10 @@ `multisort' is a small program designed to take multiple httpd logfiles in the Common Log Format and merge them into a single log, sorted by date, sent to standard output. This is useful if you're running a single website on multiple hosts and using round-robin DNS to do load distribution. With multisort, you can take the various logfiles from each server and merge them into a single file for analysis. -WWW: http://www.xach.com/multisort/ +WWW: https://www.xach.com/multisort/