pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgsf



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul  1 08:59:42 UTC 2023

Modified Files:
        pkgsrc/devel/libgsf: Makefile PLIST distinfo

Log Message:
libgsf: updated to 1.14.50

libgsf 1.14.50
* Fix error handling problem when writing ole files.

libgsf 1.14.49
* Use g_date_time_new_from_iso8601 and g_date_time_format_iso8601
  when available.  See merge request 9.
* Fix problems with non-western text in OLE properties.

libgsf 1.14.48
* Fix win32 build.
* Add "zip64" readable property of GsfInfileZip.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/libgsf/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/libgsf/PLIST
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/libgsf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libgsf/Makefile
diff -u pkgsrc/devel/libgsf/Makefile:1.109 pkgsrc/devel/libgsf/Makefile:1.110
--- pkgsrc/devel/libgsf/Makefile:1.109  Wed Apr 19 08:08:17 2023
+++ pkgsrc/devel/libgsf/Makefile        Sat Jul  1 08:59:42 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2023/04/19 08:08:17 adam Exp $
+# $NetBSD: Makefile,v 1.110 2023/07/01 08:59:42 adam Exp $
 
-DISTNAME=      libgsf-1.14.47
-PKGREVISION=   8
+DISTNAME=      libgsf-1.14.50
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgsf/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -11,13 +10,15 @@ HOMEPAGE=   https://www.gnome.org/
 COMMENT=       GNOME structured file library
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
-USE_TOOLS+=            gmake msgfmt pkg-config
-GNU_CONFIGURE=         YES
-USE_LIBTOOL=           YES
+USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
-
+USE_TOOLS+=            gmake msgfmt perl:test pkg-config
+GNU_CONFIGURE=         yes
+TEST_TARGET=           check
 PKGCONFIG_OVERRIDE=    libgsf-1.pc.in
 
+REPLACE_PERL=  tests/*.pl
+
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"

Index: pkgsrc/devel/libgsf/PLIST
diff -u pkgsrc/devel/libgsf/PLIST:1.40 pkgsrc/devel/libgsf/PLIST:1.41
--- pkgsrc/devel/libgsf/PLIST:1.40      Tue Mar 31 17:02:42 2020
+++ pkgsrc/devel/libgsf/PLIST   Sat Jul  1 08:59:42 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2020/03/31 17:02:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.41 2023/07/01 08:59:42 adam Exp $
 bin/gsf
 bin/gsf-office-thumbnailer
 bin/gsf-vba-dump
@@ -120,6 +120,7 @@ share/locale/lt/LC_MESSAGES/libgsf.mo
 share/locale/lv/LC_MESSAGES/libgsf.mo
 share/locale/ml/LC_MESSAGES/libgsf.mo
 share/locale/nb/LC_MESSAGES/libgsf.mo
+share/locale/nl/LC_MESSAGES/libgsf.mo
 share/locale/nn/LC_MESSAGES/libgsf.mo
 share/locale/oc/LC_MESSAGES/libgsf.mo
 share/locale/pa/LC_MESSAGES/libgsf.mo

Index: pkgsrc/devel/libgsf/distinfo
diff -u pkgsrc/devel/libgsf/distinfo:1.56 pkgsrc/devel/libgsf/distinfo:1.57
--- pkgsrc/devel/libgsf/distinfo:1.56   Tue Oct 26 10:15:21 2021
+++ pkgsrc/devel/libgsf/distinfo        Sat Jul  1 08:59:42 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2021/10/26 10:15:21 nia Exp $
+$NetBSD: distinfo,v 1.57 2023/07/01 08:59:42 adam Exp $
 
-BLAKE2s (libgsf-1.14.47.tar.xz) = c8d4fbf03e6dfd80316e16ade53a37553c8cb8d1cec399e47929cf96343eb00d
-SHA512 (libgsf-1.14.47.tar.xz) = 143d48eb02be8202b9eb97e29e5909061a0e1a562b86e4bb4b2eac3fb0a42b139ead131ed1ffa4dfe304b65527089777823122223a74ebbc9df94c17d013f97b
-Size (libgsf-1.14.47.tar.xz) = 691448 bytes
+BLAKE2s (libgsf-1.14.50.tar.xz) = 1c57b56ad8fda07663d15aa94bee0d4395a1ea021f4e7008c28c79f896521620
+SHA512 (libgsf-1.14.50.tar.xz) = e4a405d01440654bfe5059536524d494e5b66859235648bcf6031a74b59967504b50750f471bbe1607c4a5ef11cac98aa2ca9ebb31151cf5a19ffa340d421adb
+Size (libgsf-1.14.50.tar.xz) = 702424 bytes
 SHA1 (patch-thumbnailer_main.c) = bb7d25d26f19d676305a02a64474d11881bfc7fc



Home | Main Index | Thread Index | Old Index