databases/recutils: update to 1.9

- Removed non-existent elisp files from pkg-plist.

Changelog: https://fossies.org/linux/recutils/ChangeLog

PR:		271386
Approved by:	zeus@gnu.org.ua (maintainer timeout, two weeks)
This commit is contained in:
Christopher Micallef
2023-05-30 01:25:15 +02:00
committed by Robert Clausecker
parent 40cf657d1e
commit 6f4e0f0f2e
4 changed files with 9 additions and 18 deletions
+1 -6
View File
@@ -1,6 +1,5 @@
PORTNAME= recutils
PORTVERSION= 1.8
PORTREVISION= 1
DISTVERSION= 1.9
CATEGORIES= databases
MASTER_SITES= GNU
@@ -53,10 +52,6 @@ post-patch:
@${REINPLACE_CMD} -e 's,mdb_init,mdb_get_version,' \
${WRKSRC}/configure
post-install:
${INSTALL_DATA} ${WRKSRC}/etc/*.el \
${STAGEDIR}${PREFIX}/share/emacs/site-lisp
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1546510437
SHA256 (recutils-1.8.tar.gz) = df8eae69593fdba53e264cbf4b2307dfb82120c09b6fab23e2dad51a89a5b193
SIZE (recutils-1.8.tar.gz) = 2474024
TIMESTAMP = 1683954283
SHA256 (recutils-1.9.tar.gz) = 6301592b0020c14b456757ef5d434d49f6027b8e5f3a499d13362f205c486e0e
SIZE (recutils-1.9.tar.gz) = 2759999
@@ -1,6 +1,6 @@
--- utils/mdb2rec.c.orig 2019-01-03 08:47:43 UTC
--- utils/mdb2rec.c.orig 2022-04-16 15:56:37 UTC
+++ utils/mdb2rec.c
@@ -33,7 +33,7 @@
@@ -26,7 +26,7 @@
#include <gettext.h>
#define _(str) gettext (str)
@@ -9,7 +9,7 @@
#include <mdbtools.h>
#include <rec.h>
@@ -472,16 +472,14 @@ process_mdb (void)
@@ -427,14 +427,12 @@ process_mdb (void)
if (!db)
recutl_out_of_memory ();
@@ -19,10 +19,8 @@
-
mdb = mdb_open (mdb2rec_mdb_file, MDB_NOFLAGS);
if (!mdb)
{
recutl_fatal (_("could not open file %s\n"),
mdb2rec_mdb_file);
}
recutl_fatal (_("could not open file %s\n"),
mdb2rec_mdb_file);
+
+ mdb_set_date_fmt (mdb, "%Y-%m-%dT%H:%M:%S%z"); /* ISO 8601 */
-2
View File
@@ -31,8 +31,6 @@ man/man1/recinf.1.gz
man/man1/recins.1.gz
man/man1/recsel.1.gz
man/man1/recset.1.gz
share/emacs/site-lisp/ob-rec.el
share/emacs/site-lisp/rec-mode.el
%%NLS%%share/locale/de/LC_MESSAGES/recutils.mo
%%NLS%%share/locale/es/LC_MESSAGES/recutils.mo
%%NLS%%share/locale/fi/LC_MESSAGES/recutils.mo