pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/lowdown
Module Name: pkgsrc
Committed By: fcambus
Date: Sat Mar 12 21:26:19 UTC 2022
Modified Files:
pkgsrc/textproc/lowdown: Makefile distinfo
Log Message:
lowdown: update to 0.11.1.
Version 0.11.1, 2022-03-05
- Have -tlatex process header identifiers, both automatically generated
and from PHP extra attributes. Allow linking to these within the document
body.
- Have -tms print that an image happened instead of just omitting it
entirely. It now behaves like -tman in this regard.
- Fix where -tterm would print double-spaces in certain conditions.
- Have extended attribute classes apply as OpenDocument classes in -tfodt.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/lowdown/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/lowdown/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/lowdown/Makefile
diff -u pkgsrc/textproc/lowdown/Makefile:1.26 pkgsrc/textproc/lowdown/Makefile:1.27
--- pkgsrc/textproc/lowdown/Makefile:1.26 Wed Feb 23 08:20:29 2022
+++ pkgsrc/textproc/lowdown/Makefile Sat Mar 12 21:26:18 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2022/02/23 08:20:29 fcambus Exp $
+# $NetBSD: Makefile,v 1.27 2022/03/12 21:26:18 fcambus Exp $
-DISTNAME= lowdown-0.11.0
+DISTNAME= lowdown-0.11.1
CATEGORIES= textproc
MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/
@@ -21,6 +21,8 @@ SUBST_FILES.install+= configure
SUBST_STAGE.install= pre-configure
SUBST_MESSAGE.install= Fixing installation path.
+INSTALL_TARGET= install install_libs
+
TEST_TARGET= regress
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/lowdown/distinfo
diff -u pkgsrc/textproc/lowdown/distinfo:1.27 pkgsrc/textproc/lowdown/distinfo:1.28
--- pkgsrc/textproc/lowdown/distinfo:1.27 Wed Feb 23 08:20:29 2022
+++ pkgsrc/textproc/lowdown/distinfo Sat Mar 12 21:26:18 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2022/02/23 08:20:29 fcambus Exp $
+$NetBSD: distinfo,v 1.28 2022/03/12 21:26:18 fcambus Exp $
-BLAKE2s (lowdown-0.11.0.tar.gz) = 6aa479d3e91b4703f6d092229486f86e1d6c54a5266c6578cb12e558913401e9
-SHA512 (lowdown-0.11.0.tar.gz) = 0a3270a934de583011351bea53f74c9ea9620c7a38171d9b42e66e6987640af1db8f3ef9b3baf7fa0bafa8d5a873e433da51252b1887adaca850d283f75d3764
-Size (lowdown-0.11.0.tar.gz) = 237405 bytes
+BLAKE2s (lowdown-0.11.1.tar.gz) = 9ae0f4b91a0896e2e481e93870a89a3dc1cb3a9673d183d8559df059e7abccd3
+SHA512 (lowdown-0.11.1.tar.gz) = 41ddd4cf2ea74bf6c242d28ea5e94227b6da822104f3e67034fb6401d6dd84f95907a1d7cd6e8d9c1c60088d5b5351f182d5e44296cbdcdd3fdfc046af140068
+Size (lowdown-0.11.1.tar.gz) = 244057 bytes
Home |
Main Index |
Thread Index |
Old Index