diff options
author | mef <mef> | 2013-06-12 12:05:35 +0000 |
---|---|---|
committer | mef <mef> | 2013-06-12 12:05:35 +0000 |
commit | 9adfc0ae1652951b5e8c26bec55cdf210e72c8d2 (patch) | |
tree | 5050c2f0a711e2053c4e703a92d736b6b26ad5ec /shells/posh/Makefile | |
parent | 5ff4d40172c9275e49eb96992ef457ceea380179 (diff) | |
download | pkgsrc-9adfc0ae1652951b5e8c26bec55cdf210e72c8d2.tar.gz |
Bump 0.12 to 0.12.1
patches/patch-main.c is deleted, upstream took fix.
---------
posh (0.12.1) unstable; urgency=low
* Add missing compat header include, thanks to Makoto Fujiwara.
closes: #712009.
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 486066d6ed2..50f0f75e6f2 100644 --- a/shells/posh/Makefile +++ b/shells/posh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2013/06/11 22:21:38 mef Exp $ +# $NetBSD: Makefile,v 1.15 2013/06/12 12:05:35 mef Exp $ # -DISTNAME= posh_0.12 +DISTNAME= posh_0.12.1 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/} |