Skip to content

Commit

Permalink
Update to 1.64
Browse files Browse the repository at this point in the history
Upstream changes:
1.64 2022-08-16 rurban
----
  * Exec: Silence all Windows -Wint-conversion and -Wint-to-pointer-cast
    warnings

1.63 2022-08-11 rurban
----
  * Exec: Really fix USE_ITHREADS (GH #17) with USE_THREADS
    on windows. USE_5005THREADS is not defined in older perls, but
    OLD_PTHREADS_API is.

1.62 2022-08-10 rurban
----
  * Exec: compile with USE_THREADS and USE_ITHREADS (GH #17)
  * add a make release target

1.61 2022-06-13 rurban
----
  * perfilter.pod: minor improvements (PR #16 khw)
  * Remove runtime recommends META (GH #14 kentfredric)
  * use strict in all modules. Fixes Test::Kwalitee.
  * Add github actions, and cirrus CI's
  * Updated Copyright years.
  • Loading branch information
wen committed Apr 11, 2023
1 parent 0dbc181 commit 7ba2294
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions textproc/p5-Filter/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.48 2022/06/28 11:36:16 wiz Exp $
# $NetBSD: Makefile,v 1.49 2023/04/11 13:27:09 wen Exp $

DISTNAME= Filter-1.60
DISTNAME= Filter-1.64
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filter/}

Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-Filter/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:27 nia Exp $
$NetBSD: distinfo,v 1.22 2023/04/11 13:27:09 wen Exp $

BLAKE2s (Filter-1.60.tar.gz) = 68f4df54ddc4028cb3117308b4131966156366cb3f80f9bf902bc5d290bf2ff3
SHA512 (Filter-1.60.tar.gz) = be6ecb9d37c8384de34e842e1e46a24c43592cb1995178ef7a100ef8b028e506d26c044ae9fd1e4672344cbc2dae06b9136b27eced5470cfce683017129cf248
Size (Filter-1.60.tar.gz) = 95351 bytes
BLAKE2s (Filter-1.64.tar.gz) = 379936f804f6c38a660b29e54bb69fc9b3d0e4dc922d845a64bc02dfb5d65106
SHA512 (Filter-1.64.tar.gz) = c4b8316f6ec1b7263f9df973ccbb2f939a3296cec9cd644f67a10b0c71679db19afcf1a52601cde028a309655e9241727e76cd96091f7c3ac0514f145790d4a0
Size (Filter-1.64.tar.gz) = 96733 bytes

0 comments on commit 7ba2294

Please sign in to comment.