diff options
author | mef <mef@pkgsrc.org> | 2017-05-23 10:56:16 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-05-23 10:56:16 +0000 |
commit | 1f536794784ccd6244928463322e7620f2aa213b (patch) | |
tree | fcd480906a76156171bd90aa9d9baf270f783824 /textproc | |
parent | 0954403defe8d89b57eaa95df0e95c00090cd4b7 (diff) | |
download | pkgsrc-1f536794784ccd6244928463322e7620f2aa213b.tar.gz |
Updated textproc/aha 0.4.9 to 0.4.10.6
--------------------------------------
Version 0.4.10.6 (recent):
- Fixed MANDIR according to the GNU Coding standards, the man file is now installed to $(PREFIX)/share/man instead of $(PREFIX)/man (thanks to Eddie Antonio Santos)
Version 0.4.10.5 (recent):
- Fixed reset of blinking text
Version 0.4.10.4:
- Fixed reset of bold text (thanks to Eric Anderson)
- Improved handling of some rare, but not supported border cases like font changing
Version 0.4.10.3:
- Removed two unused variables (thanks to Anthony "Pi" Martinez)
Version 0.4.10.2:
- Improved README and added screenshot
Version 0.4.10.1:
- Fixed bug with "tput sgr0" (thanks to Hervé Renault)
Version 0.4.10:
- Fixed inverted colours (thanks to Norman Rasmussen)
- Changed contact email address in help and manpage
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aha/Makefile | 6 | ||||
-rw-r--r-- | textproc/aha/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/aha/Makefile b/textproc/aha/Makefile index 73a567248d3..d44a6b487b8 100644 --- a/textproc/aha/Makefile +++ b/textproc/aha/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/07/14 13:18:08 mef Exp $ +# $NetBSD: Makefile,v 1.4 2017/05/23 10:56:16 mef Exp $ -DISTNAME= aha-0.4.9 +DISTNAME= aha-0.4.10.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=theZiz/} @@ -10,7 +10,7 @@ COMMENT= Ansi HTML Adapter # It's not specified what version of LGPL LICENSE= mpl-1.1 OR gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3 -MAKE_ENV+= MANDIR=${PKGMANDIR} +MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} MAKE_ENV+= MANMODE=${MANMODE} MAKE_ENV+= BINMODE=${BINMODE} diff --git a/textproc/aha/distinfo b/textproc/aha/distinfo index 12a576e6faf..58c8bdd2932 100644 --- a/textproc/aha/distinfo +++ b/textproc/aha/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/07/14 13:18:08 mef Exp $ +$NetBSD: distinfo,v 1.3 2017/05/23 10:56:16 mef Exp $ -SHA1 (aha-0.4.9.tar.gz) = 797f301bc79b8350490768ee42fda506117f8f4b -RMD160 (aha-0.4.9.tar.gz) = 0b6db0e9a683b268d4a6a8cc6600513b8f0163a0 -SHA512 (aha-0.4.9.tar.gz) = 60b871f3faf74a601c829c30491ff59b3d6550b2636693b6d0e52060c8f690d54751f58de5412de00ae6c99e5900992956d5362cfde73f8ccc0f182598fab557 -Size (aha-0.4.9.tar.gz) = 7078 bytes +SHA1 (aha-0.4.10.6.tar.gz) = 1d8cbd9f025a6dde70ded0a48cc5036130ce540c +RMD160 (aha-0.4.10.6.tar.gz) = 4d2318c672de08d24a1ab0a2ec95e1f0fc7a9a18 +SHA512 (aha-0.4.10.6.tar.gz) = 640fc0b802fbe026152143e66a2ef5e7e36342dfab01a1f4ed4a543d0fc822a7377a2434f1d5fca917126740eb102a7c6dd232e9c15815d5ca7ef80a4cb27e4b +Size (aha-0.4.10.6.tar.gz) = 372683 bytes |