Index: head/textproc/align/Makefile =================================================================== --- head/textproc/align/Makefile (revision 438589) +++ head/textproc/align/Makefile (revision 438590) @@ -1,28 +1,29 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= align -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.5 CATEGORIES= textproc -MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/ \ +MASTER_SITES= https://kinzler.com/me/align/ \ http://bitrote.org/distfiles/ MAINTAINER= jharris@widomaker.com COMMENT= Text column alignment filter LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING NO_BUILD= yes USES= perl5 shebangfix tar:tgz SHEBANG_FILES= align width USE_PERL5= run PLIST_FILES= bin/align bin/width do-install: .for i in align width (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${i} ${STAGEDIR}${PREFIX}/bin) .endfor .include Index: head/textproc/align/distinfo =================================================================== --- head/textproc/align/distinfo (revision 438589) +++ head/textproc/align/distinfo (revision 438590) @@ -1,2 +1,3 @@ -SHA256 (align-1.7.3.tgz) = 5a3ee4bcaab1ae74cf33388911a3e3d48147039384b4756fd4c9dc02a0009827 -SIZE (align-1.7.3.tgz) = 12184 +TIMESTAMP = 1491970165 +SHA256 (align-1.7.5.tgz) = cc692fb9dee0cc288757e708fc1a3b6b56ca1210ca181053a371cb11746969dd +SIZE (align-1.7.5.tgz) = 12216 Index: head/textproc/align/pkg-descr =================================================================== --- head/textproc/align/pkg-descr (revision 438589) +++ head/textproc/align/pkg-descr (revision 438590) @@ -1,7 +1,7 @@ Align is a general-purpose text filter tool that helps vertically align columns in string-separated tables of input text. With whitespace-separated columns, you can often use it without arguments and it'll guess the right thing to do. Otherwise, you can specify arguments to direct how the columns are separated on input and rejoined in the aligned output. -WWW: http://www.cs.indiana.edu/~kinzler/align/ +WWW: https://kinzler.com/me/align/