diff options
author | mef <mef> | 2015-04-28 01:08:30 +0000 |
---|---|---|
committer | mef <mef> | 2015-04-28 01:08:30 +0000 |
commit | b1006ac6c10522dbec0c2e312338269a269e3802 (patch) | |
tree | 24f3c4623ee20e707b1e93c3cba9ebf0bf6603e5 /shells/posh/Makefile | |
parent | 96c6b199e1c2ce91757e54854e40a0dc38fab0ac (diff) | |
download | pkgsrc-b1006ac6c10522dbec0c2e312338269a269e3802.tar.gz |
Update to 0.12.4
---------------- (from debian/changelog)
posh (0.12.4) unstable; urgency=medium
* Correct misspelling of "--". closes: #774004.
* Patch from Chris Lamb to make the build reproducible.
closes: #777395.
* Patch from John Salmon to use memmove instead of memcpy in
debunk(). closes: #777493.
-- Clint Adams <clint@debian.org> Sun, 26 Apr 2015 14:20:19 -0400
Diffstat (limited to 'shells/posh/Makefile')
-rw-r--r-- | shells/posh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/posh/Makefile b/shells/posh/Makefile index 597feb97448..506bb77bc8f 100644 --- a/shells/posh/Makefile +++ b/shells/posh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2014/10/09 14:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/04/28 01:08:30 mef Exp $ # -DISTNAME= posh_0.12.3 +DISTNAME= posh_0.12.4 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/} |