pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/aha
Module Name: pkgsrc
Committed By: mef
Date: Tue May 23 10:56:16 UTC 2017
Modified Files:
pkgsrc/textproc/aha: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/aha/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/aha/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/aha/Makefile
diff -u pkgsrc/textproc/aha/Makefile:1.3 pkgsrc/textproc/aha/Makefile:1.4
--- pkgsrc/textproc/aha/Makefile:1.3 Thu Jul 14 13:18:08 2016
+++ pkgsrc/textproc/aha/Makefile Tue May 23 10:56:16 2017
@@ -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}
Index: pkgsrc/textproc/aha/distinfo
diff -u pkgsrc/textproc/aha/distinfo:1.2 pkgsrc/textproc/aha/distinfo:1.3
--- pkgsrc/textproc/aha/distinfo:1.2 Thu Jul 14 13:18:08 2016
+++ pkgsrc/textproc/aha/distinfo Tue May 23 10:56:16 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index