diff options
author | mef <mef@pkgsrc.org> | 2014-10-07 14:50:58 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-10-07 14:50:58 +0000 |
commit | 0757754932e9d15d7f301c694dd9b0b2f59b1093 (patch) | |
tree | 73b4e99aad28e891f46ab117b0b0c87057cc90d0 /shells/posh/Makefile | |
parent | 435324a148650656e63be29fabbf38fa1ffe3196 (diff) | |
download | pkgsrc-0757754932e9d15d7f301c694dd9b0b2f59b1093.tar.gz |
Update posh 0.12.2 to 0.12.3
(from debian/changelog)
posh (0.12.3) unstable; urgency=medium
* Ten patches from Jonathan Nieder to adjust test suite. closes: #603659.
-- Clint Adams <clint@debian.org> Sun, 09 Feb 2014 19:42:00 -0500
posh (0.12.2.1) unstable; urgency=medium
* Bump to Standards-Version 3.9.5.
* Add libperl4-corelibs-perl build-dep for getopts.pl.
closes: #738412.
-- Clint Adams <clint@debian.org> Sun, 09 Feb 2014 12:49:30 -0500
Diffstat (limited to 'shells/posh/Makefile')
-rw-r--r-- | shells/posh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/posh/Makefile b/shells/posh/Makefile index d68905d8ba0..146cbc4e340 100644 --- a/shells/posh/Makefile +++ b/shells/posh/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2013/09/13 06:41:33 mef Exp $ +# $NetBSD: Makefile,v 1.17 2014/10/07 14:50:58 mef Exp $ # -DISTNAME= posh_0.12.2 +DISTNAME= posh_0.12.3 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/} +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://packages.debian.org/posh |