Skip to content

Commit

Permalink
Update to 1.2.25.5. From the changelog:
Browse files Browse the repository at this point in the history
- The exception fix in 1.2.25.3 unintentionally broke the build with
  xapian-core < 1.4.10. To fix this we now generate the exception
  handling code at build time, and enable the new exceptions based on
  the version of xapian-core we're building against.
  • Loading branch information
schmonz committed Mar 1, 2022
1 parent ca27ef0 commit d0a2a04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions textproc/p5-Search-Xapian/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.36 2021/05/24 19:54:36 wiz Exp $
# $NetBSD: Makefile,v 1.37 2022/03/01 15:45:37 schmonz Exp $

DISTNAME= Search-Xapian-1.2.25.4
DISTNAME= Search-Xapian-1.2.25.5
PKGNAME= ${DISTNAME:S/^/p5-/}
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}

Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-Search-Xapian/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.21 2021/10/26 11:22:35 nia Exp $
$NetBSD: distinfo,v 1.22 2022/03/01 15:45:37 schmonz Exp $

BLAKE2s (Search-Xapian-1.2.25.4.tar.gz) = eda6241a59633b6ab2c8d1cdbec1794de8e26d56e46fb4ab9171ffd921df2b6e
SHA512 (Search-Xapian-1.2.25.4.tar.gz) = 14d34641583fb3cce3e7cd4b16e5001be9c7808d07e4942b4842196f36906649053d1ff522a5a1b82200ecd714c55afaf7bd653bf7df9a462db91d05cd12cb01
Size (Search-Xapian-1.2.25.4.tar.gz) = 75336 bytes
BLAKE2s (Search-Xapian-1.2.25.5.tar.gz) = 6baf30c9ca8786936b2e5786374de64ca554af91adf69cec042798aa999626e6
SHA512 (Search-Xapian-1.2.25.5.tar.gz) = 3099ba3f8726029d7a5c916f6b05d2d7cea41534b0f364687c7d9e0212340dca2a313a1ac8e0f6531a7c1084c8833a0e6d45bcff8fec32e0a6e5922bc0bcb81f
Size (Search-Xapian-1.2.25.5.tar.gz) = 74960 bytes

0 comments on commit d0a2a04

Please sign in to comment.