diff options
author | jgh <jgh@FreeBSD.org> | 2012-02-20 13:44:39 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-02-20 13:44:39 +0800 |
commit | 6d0fd6aa960e6808c1bc5cae437d2506c3c9f241 (patch) | |
tree | 31cae89139d1f76ccf70855573a83ac4a46c0e83 /textproc/igor | |
parent | 594d3fc910477cff51db49978dce6b7e92f083d7 (diff) | |
download | freebsd-ports-gnome-6d0fd6aa960e6808c1bc5cae437d2506c3c9f241.tar.gz freebsd-ports-gnome-6d0fd6aa960e6808c1bc5cae437d2506c3c9f241.tar.zst freebsd-ports-gnome-6d0fd6aa960e6808c1bc5cae437d2506c3c9f241.zip |
- Update to 1.224
- Update SGML tag list
- Allow custom specification of line length (-L)
- Performance improvements in various areas
- Add various commonly misspelled words
- Add the igor(1) manual page
- Allow custom specification of line ranges to check (-C)
- while here... drop bsd.port.pre.mk uncessary inclusion in favor of bpm
PR: ports/165286
Submitted by: gjb
Diffstat (limited to 'textproc/igor')
-rw-r--r-- | textproc/igor/Makefile | 8 | ||||
-rw-r--r-- | textproc/igor/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/igor/Makefile b/textproc/igor/Makefile index 48ba2d83406a..78691202fd44 100644 --- a/textproc/igor/Makefile +++ b/textproc/igor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= igor -PORTVERSION= 1.170 +PORTVERSION= 1.224 CATEGORIES= textproc MASTER_SITES= http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ @@ -20,10 +20,10 @@ USE_PERL5_RUN= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} - -.include <bsd.port.pre.mk> +MAN1= ${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/igor/distinfo b/textproc/igor/distinfo index 06e199db072f..4a930c4677c6 100644 --- a/textproc/igor/distinfo +++ b/textproc/igor/distinfo @@ -1,2 +1,2 @@ -SHA256 (igor-1.170.tar.gz) = e05317360e61adfc350a5bf3f5134520a9414f73ecc02b84abf73f45497038d4 -SIZE (igor-1.170.tar.gz) = 12843 +SHA256 (igor-1.224.tar.gz) = ab6da12ca63bfd203c088df6fad89653cbf96c75db29e6af3cf4d31d881d359f +SIZE (igor-1.224.tar.gz) = 16864 |