pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/enchant2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 17 22:31:22 UTC 2023

Modified Files:
        pkgsrc/textproc/enchant2: Makefile PLIST distinfo

Log Message:
enchant2: update to 2.6.4.

2.6.3 (December 11, 2023)
-------------------------

This version makes pkgdatadir versioned by default.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/enchant2/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/enchant2/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/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.32 pkgsrc/textproc/enchant2/Makefile:1.33
--- pkgsrc/textproc/enchant2/Makefile:1.32      Thu Dec  7 08:55:35 2023
+++ pkgsrc/textproc/enchant2/Makefile   Sun Dec 17 22:31:22 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2023/12/07 08:55:35 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2023/12/17 22:31:22 wiz Exp $
 
-DISTNAME=              enchant-2.6.3
+DISTNAME=              enchant-2.6.4
 PKGNAME=               ${DISTNAME:S/enchant/enchant2/}
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=AbiWord/}
@@ -19,9 +19,6 @@ USE_LIBTOOL=          yes
 PKGCONFIG_OVERRIDE+=   enchant.pc.in
 GNU_CONFIGURE=         yes
 CFLAGS.SunOS+=         -D__EXTENSIONS__
-INSTALLATION_DIRS+=    share/examples
-MAKE_DIRS+=            ${PREFIX}/share/enchant
-CONF_FILES=            ${PREFIX}/share/examples/enchant.ordering ${PREFIX}/share/enchant/enchant.ordering
 
 # Mostly needed due to hunspell headers making c++98 default unacceptable.
 FORCE_CXX_STD=         c++11
@@ -36,9 +33,6 @@ CONFIGURE_ARGS+=      --without-voikko
 CONFIGURE_ARGS+=       --enable-relocatable
 TEST_TARGET=           check
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/share && ${MV} enchant/enchant.ordering examples/enchant.ordering
-
 .include "options.mk"
 
 .include "../../devel/glib2/buildlink3.mk"

Index: pkgsrc/textproc/enchant2/PLIST
diff -u pkgsrc/textproc/enchant2/PLIST:1.2 pkgsrc/textproc/enchant2/PLIST:1.3
--- pkgsrc/textproc/enchant2/PLIST:1.2  Thu Apr 27 08:07:50 2023
+++ pkgsrc/textproc/enchant2/PLIST      Sun Dec 17 22:31:22 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/04/27 08:07:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/12/17 22:31:22 wiz Exp $
 bin/enchant-2
 bin/enchant-lsmod-2
 include/enchant-2/enchant++.h
@@ -15,4 +15,4 @@ man/man5/enchant.5
 share/doc/enchant/enchant-2.html
 share/doc/enchant/enchant-lsmod-2.html
 share/doc/enchant/enchant.html
-share/examples/enchant.ordering
+share/enchant-2/enchant.ordering

Index: pkgsrc/textproc/enchant2/distinfo
diff -u pkgsrc/textproc/enchant2/distinfo:1.23 pkgsrc/textproc/enchant2/distinfo:1.24
--- pkgsrc/textproc/enchant2/distinfo:1.23      Thu Dec  7 08:55:35 2023
+++ pkgsrc/textproc/enchant2/distinfo   Sun Dec 17 22:31:22 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2023/12/07 08:55:35 wiz Exp $
+$NetBSD: distinfo,v 1.24 2023/12/17 22:31:22 wiz Exp $
 
-BLAKE2s (enchant-2.6.3.tar.gz) = 75c458387837528a73259c5b1ea420faa46bd1962a12df3bb3d7fd23a8c4a3a3
-SHA512 (enchant-2.6.3.tar.gz) = cfc6afbfbed7bee64b892f087f26b9bf941290f613c877f4ce114415f78e78bea0314046f58a50f2d3392c65434dde4a8bbd30cac9a7b5bbc87dce477f70ca55
-Size (enchant-2.6.3.tar.gz) = 1018084 bytes
+BLAKE2s (enchant-2.6.4.tar.gz) = 9e3570bacbc800be46ba07e03ab4707bcb4a11c84133576d73133c0b4c4946e6
+SHA512 (enchant-2.6.4.tar.gz) = 56d683000f91817638ccbc902aaf29ce147e46236974e8049fbf71f8a984597b6941bc373c4e19e50dc7b07fb341df3be5508ef9d59ad96f2e00ecb556b47eae
+Size (enchant-2.6.4.tar.gz) = 1018098 bytes
 SHA1 (patch-config.h.in) = ac10b6900034acb0e961d73b1f9cf1a39bb00775



Home | Main Index | Thread Index | Old Index