diff options
author | imil <imil@pkgsrc.org> | 2011-10-29 14:25:47 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2011-10-29 14:25:47 +0000 |
commit | 49d04e7647040e6a9330c3ff848b3b208855cc40 (patch) | |
tree | 6c144ba4a418881640bb196a176fe9df10573add /pkgtools | |
parent | ed1f0f4efc2a1618236dbaa1493104cb7d12bf12 (diff) | |
download | pkgsrc-49d04e7647040e6a9330c3ff848b3b208855cc40.tar.gz |
pkgin-0.5.2.1
Handled the very rare case where CONFLICTS is placed *after* PKGNAME
in pkg_summary(5), leading to database inconsistency.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgin/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkgin/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index 81763fde170..a4e36d1a604 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/10/24 10:00:45 imil Exp $ +# $NetBSD: Makefile,v 1.19 2011/10/29 14:25:47 imil Exp $ # -DISTNAME= pkgin-0.5.2 +DISTNAME= pkgin-0.5.2.1 CATEGORIES= pkgtools MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/ diff --git a/pkgtools/pkgin/distinfo b/pkgtools/pkgin/distinfo index c156685b5fe..59dfb8b1833 100644 --- a/pkgtools/pkgin/distinfo +++ b/pkgtools/pkgin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2011/10/24 10:00:45 imil Exp $ +$NetBSD: distinfo,v 1.16 2011/10/29 14:25:47 imil Exp $ -SHA1 (pkgin-0.5.2.tar.gz) = ad551cd1160fe44507abe2eba053bcffc49f92bb -RMD160 (pkgin-0.5.2.tar.gz) = 0e46e6104157643c3791d1af99a154706095c2dd -Size (pkgin-0.5.2.tar.gz) = 1458797 bytes +SHA1 (pkgin-0.5.2.1.tar.gz) = db8a6cf380c3b31ebbf18a2c79c30d024cb5a8fb +RMD160 (pkgin-0.5.2.1.tar.gz) = ec30d31c7b140e383ff96d4a4e4586b5e367f5a1 +Size (pkgin-0.5.2.1.tar.gz) = 1458971 bytes |