pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libhighlight
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Jul 18 12:19:41 UTC 2023
Modified Files:
pkgsrc/textproc/libhighlight: Makefile.common distinfo
pkgsrc/textproc/libhighlight/patches: patch-makefile
Log Message:
Update to 4.7. From the changelog:
- updated astyle lib to version 3.4.1
- CLI: fixed member variable initialization (#143)
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/libhighlight/Makefile.common
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/libhighlight/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/libhighlight/patches/patch-makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/libhighlight/Makefile.common
diff -u pkgsrc/textproc/libhighlight/Makefile.common:1.25 pkgsrc/textproc/libhighlight/Makefile.common:1.26
--- pkgsrc/textproc/libhighlight/Makefile.common:1.25 Wed May 24 15:53:35 2023
+++ pkgsrc/textproc/libhighlight/Makefile.common Tue Jul 18 12:19:41 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.25 2023/05/24 15:53:35 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.26 2023/07/18 12:19:41 schmonz Exp $
# used by textproc/highlight/Makefile
# used by textproc/libhighlight/Makefile
# used by textproc/p5-highlight/Makefile
DISTNAME= highlight-${VERSION}
-VERSION= 4.6
+VERSION= 4.7
CATEGORIES= textproc
MASTER_SITES= http://www.andre-simon.de/zip/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/textproc/libhighlight/distinfo
diff -u pkgsrc/textproc/libhighlight/distinfo:1.28 pkgsrc/textproc/libhighlight/distinfo:1.29
--- pkgsrc/textproc/libhighlight/distinfo:1.28 Wed May 24 15:53:35 2023
+++ pkgsrc/textproc/libhighlight/distinfo Tue Jul 18 12:19:41 2023
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.28 2023/05/24 15:53:35 schmonz Exp $
+$NetBSD: distinfo,v 1.29 2023/07/18 12:19:41 schmonz Exp $
-BLAKE2s (highlight-4.6.tar.bz2) = 0d8475b1ad7438339a0f04e2d19b4e5e81506efea6b026bac5d7c78e76eca6dd
-SHA512 (highlight-4.6.tar.bz2) = 0214f2141ecf2ab350368ff165dc5f58eb3a23b31142b9d1c443a35f8ea72b9e33770c2de185cd2e3645e298ad41ec1fd45db5ebf546da3144e1dc93da32b811
-Size (highlight-4.6.tar.bz2) = 1488327 bytes
+BLAKE2s (highlight-4.7.tar.bz2) = 10fca9db612f05390080521be4ca2990416b6b498d358cf3a57daf708f977dbf
+SHA512 (highlight-4.7.tar.bz2) = b75106687fcfbc8629f36698dd690cd2935777be384583197a34dadadffd3eb6e9fc66f2bdb7599e9dcff18e70ddb84834b469f6e6c4d1efc11ea7a4fb696e04
+Size (highlight-4.7.tar.bz2) = 1489235 bytes
SHA1 (patch-extras_swig_makefile) = 071290b9eb92124eb5605173b77575c5747a4b5e
-SHA1 (patch-makefile) = f2fb560b6fb7f49882f0c83e5aed47ca69bdf74b
+SHA1 (patch-makefile) = 92f6514c39f6aa437f9beaafc10a1f6275e241b3
SHA1 (patch-src_core_platform__fs.cpp) = dfc7addeca0faf4ff4996c1efcf5114ea78aebe3
SHA1 (patch-src_gui-qt_highlight.pro) = f24da8f3a136a9ae5066401a4d46ee802a789c8a
SHA1 (patch-src_gui-qt_mainwindow.cpp) = 8589c68e032385801bc969abe805f1be3dc2630f
Index: pkgsrc/textproc/libhighlight/patches/patch-makefile
diff -u pkgsrc/textproc/libhighlight/patches/patch-makefile:1.8 pkgsrc/textproc/libhighlight/patches/patch-makefile:1.9
--- pkgsrc/textproc/libhighlight/patches/patch-makefile:1.8 Mon Oct 3 18:09:12 2022
+++ pkgsrc/textproc/libhighlight/patches/patch-makefile Tue Jul 18 12:19:41 2023
@@ -1,8 +1,8 @@
-$NetBSD: patch-makefile,v 1.8 2022/10/03 18:09:12 schmonz Exp $
+$NetBSD: patch-makefile,v 1.9 2023/07/18 12:19:41 schmonz Exp $
Use pkgsrc-provided paths and tools.
---- makefile.orig 2022-09-28 17:52:30.000000000 +0000
+--- makefile.orig 2023-07-17 17:56:37.000000000 +0000
+++ makefile
@@ -7,7 +7,7 @@
DESTDIR =
@@ -120,6 +120,6 @@ Use pkgsrc-provided paths and tools.
- rm -rf ${DESTDIR}${man_dir}man5/filetypes.conf.5.gz
+ rm -rf ${DESTDIR}${man_dir}man1/highlight.1*
+ rm -rf ${DESTDIR}${man_dir}man5/filetypes.conf.5*
- rm -rf ${DESTDIR}${bash_comp_dir}highlight.bash
+ rm -rf ${DESTDIR}${bash_comp_dir}highlight
rm -rf ${DESTDIR}${fish_comp_dir}highlight.fish
-
+ rm -rf ${DESTDIR}${zsh_comp_dir}_highlight
Home |
Main Index |
Thread Index |
Old Index