Skip to content

Commit

Permalink
Update to 4.7. From the changelog:
Browse files Browse the repository at this point in the history
- updated astyle lib to version 3.4.1
- CLI: fixed member variable initialization (#143)
  • Loading branch information
schmonz committed Jul 18, 2023
1 parent 9860b2a commit b267e20
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions textproc/libhighlight/Makefile.common
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions textproc/libhighlight/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions textproc/libhighlight/patches/patch-makefile
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down Expand Up @@ -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

0 comments on commit b267e20

Please sign in to comment.