pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
posh: update to 0.14.1.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Tue Aug 2 20:18:55 2022 +0200
Changeset: 55795ac0c93bf5f0d32d0a536abae255a0a26e4a
Modified Files:
posh/Makefile
posh/distinfo
Log Message:
posh: update to 0.14.1.
posh (0.14.1) unstable; urgency=medium
* Fix path in menu file
* Use debhelper-compat (= 13)
* Manage update-menus through debhelper in postrm and postinst
* Add Rules-Requires-Root: no
* Add autopkgtest
* Fix broken `unset -f`. closes: #911395.
-- Clint Adams <clint%debian.org@localhost> Mon, 18 May 2020 19:40:39 -0400
posh (0.14) unstable; urgency=medium
* Add command -[vV], as it has been in POSIX since 2008. closes: #397601
-- Clint Adams <clint%debian.org@localhost> Sun, 17 May 2020 22:05:58 -0400
posh (0.13.2) unstable; urgency=medium
* Do not break things if `unset -f` is used upon a nonexistent
function. closes: #911264.
-- Clint Adams <clint%debian.org@localhost> Wed, 17 Oct 2018 16:00:21 -0400
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=55795ac0c93bf5f0d32d0a536abae255a0a26e4a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
posh/Makefile | 4 ++--
posh/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/posh/Makefile b/posh/Makefile
index 34ca4e4afd..e123dc41bf 100644
--- a/posh/Makefile
+++ b/posh/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= posh_0.13.1
+DISTNAME= posh_0.14.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/}
@@ -17,7 +17,7 @@ USE_TOOLS+= perl autoconf automake
GNU_CONFIGURE= YES
PKG_SHELL= bin/posh
-WRKSRC= ${WRKDIR}/posh
+WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
INSTALLATION_DIRS= share/doc/posh
TEST_TARGET= check
diff --git a/posh/distinfo b/posh/distinfo
index 2451dfe981..a285ab6637 100644
--- a/posh/distinfo
+++ b/posh/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.14 2016/01/25 15:09:01 ryoon Exp $
-RMD160 (posh_0.13.1.tar.xz) = 54cab9b0ede27922176bdc682871ef77548d2ff8
-SHA512 (posh_0.13.1.tar.xz) = 957fc2924ab8f634007db2e15ecdbb8a1c60ffb4917c127c1583c05e222f598a564906cc40c869c95d79995ea85af24010780e7d36d44a5907a691aa9044f23a
-Size (posh_0.13.1.tar.xz) = 267436 bytes
+BLAKE2s (posh_0.14.1.tar.xz) = d6a0798e66299ec8fccd585b825d9bbb404476cb44d1ccbe1f2177aa95bc360f
+SHA512 (posh_0.14.1.tar.xz) = ffa1839b6453de1f4128a090a2188a203fc950abeba201aad92fee9d22575c6461e7363e8c2cd79a9b5ee9ca6e351bc3ea38d8f5f6f1eb9c535ba93f62f75708
+Size (posh_0.14.1.tar.xz) = 266780 bytes
SHA1 (patch-Makefile.am) = dceec27df6517e866b93538ca84e4f4cbdf02053
SHA1 (patch-configure.ac) = 9f4fd7cbeb4e2c4871481065b036528b8024501e
SHA1 (patch-exec.c) = e8552e5d65bd2fdb1b54e73030b2a0753cee5ce8
Home |
Main Index |
Thread Index |
Old Index