pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fsel: update to 0.1.1.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Nov 16 22:20:52 2025 +0100
Changeset: ac58966c0fccfdad2fc714bd5629bfbc5bc0f53b
Modified Files:
fsel/Makefile
fsel/distinfo
Removed Files:
fsel/patches/patch-Makefile
Log Message:
fsel: update to 0.1.1.
Merge NetBSD fix.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac58966c0fccfdad2fc714bd5629bfbc5bc0f53b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fsel/Makefile | 2 +-
fsel/distinfo | 7 +++----
fsel/patches/patch-Makefile | 13 -------------
3 files changed, 4 insertions(+), 18 deletions(-)
diffs:
diff --git a/fsel/Makefile b/fsel/Makefile
index f747428a7d..6f453b1519 100644
--- a/fsel/Makefile
+++ b/fsel/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= fsel-0.1.0
+DISTNAME= fsel-0.1.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=uwfmt/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/fsel/distinfo b/fsel/distinfo
index 222efe0106..b5c8554a28 100644
--- a/fsel/distinfo
+++ b/fsel/distinfo
@@ -1,6 +1,5 @@
$NetBSD$
-BLAKE2s (fsel-0.1.0.tar.gz) = c8482174ddcdf90cc22b4ecdca88c2ba4b739f767892eed6c5edcb02c453f5ce
-SHA512 (fsel-0.1.0.tar.gz) = 3686c4e94df845573b03f38b7f6ede9e5098b01f0e0fa6017c777b0569f45c5fcdc393299136954e404db173802b4a6b81e76dc04e0489c7c82f4473b490542d
-Size (fsel-0.1.0.tar.gz) = 20460 bytes
-SHA1 (patch-Makefile) = 1e4f3a59e1118b3b6ae73a17005f495e58d2c1ab
+BLAKE2s (fsel-0.1.1.tar.gz) = c2ef8977ed93a2b62c8d6d3a8b798017e8c2eebf03c6180406c73b19b213302d
+SHA512 (fsel-0.1.1.tar.gz) = 852d263b140fb1e0eebebf907ed460aa3f2fc2293e1aa477ccb0b5baaffd1cf301cccf92704db7ea5c38af1199a1fcfb1a4386ac04126f0c04a7074b7a078076
+Size (fsel-0.1.1.tar.gz) = 20476 bytes
diff --git a/fsel/patches/patch-Makefile b/fsel/patches/patch-Makefile
deleted file mode 100644
index 51d9cea68f..0000000000
--- a/fsel/patches/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
-Fix build on NetBSD.
-
---- Makefile.orig 2025-10-07 18:36:23.686122088 +0000
-+++ Makefile
-@@ -1,5 +1,5 @@
- CC = gcc
--CFLAGS = -Wall -Wextra -std=c11 -D_XOPEN_SOURCE=500
-+CFLAGS = -Wall -Wextra -std=c11
- LDFLAGS =
- LIBS = -lcrypto
- PREFIX ?= /usr/local
Home |
Main Index |
Thread Index |
Old Index