summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2011-10-16 09:26:36 +0000
committerimil <imil@pkgsrc.org>2011-10-16 09:26:36 +0000
commitbe0159faee97631222a860fbf959e1e4a1af0f2b (patch)
treef903ca3f4c8cae92e99bb77122a82a0f343d8ac8 /pkgtools/pkgin
parent30eeb202494a9b4d5e5838ae9a5f2994eb3db4af (diff)
downloadpkgsrc-be0159faee97631222a860fbf959e1e4a1af0f2b.tar.gz
pkgin-0.5.1
. Don't download packages when repository is a file:// scheme . Reduce verbosity when marking non-autoremovable packages . Keep going if unmet requirements are encountered and warn about it before proceeding . Always move pkg_install on top of the "to-upgrade" list . pkgin now depends on pkgsrc's pkg_install . Log timestamp . Better handling of pkg_install error logs . rec_pkglist() now takes a va_list . Added "requires" and "provides" to have a closer look on packages requirements . Globs can now be passed as an argument for package installation, i.e. # pkgin in 'mysql-server<5.1' . Export / import a list of packages as requested by wiz@ . Operations tracing flag (-t) . Database silent migration . More flexible check_yesno() . Made pkgin in / rm yes by default . One struct to rule them all (Pkglist) . Got rid of many useless lists (speed x10, literally) . Introduced FULLPKGNAME as db member, speed ups searches . unique_pkg(): no more "many versions of foo", pickup newer
Diffstat (limited to 'pkgtools/pkgin')
-rw-r--r--pkgtools/pkgin/Makefile6
-rw-r--r--pkgtools/pkgin/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile
index 4da51df72cf..2d9f943db57 100644
--- a/pkgtools/pkgin/Makefile
+++ b/pkgtools/pkgin/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2011/08/13 11:23:36 imil Exp $
+# $NetBSD: Makefile,v 1.17 2011/10/16 09:26:36 imil Exp $
#
-DISTNAME= pkgin-0.4.3
+DISTNAME= pkgin-0.5.1
CATEGORIES= pkgtools
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/
@@ -33,6 +33,8 @@ SUBST_SED.path+= -e "s|/usr/pkg|${PREFIX}|g"
GNU_CONFIGURE= yes
USE_FEATURES= nbcompat
+DEPENDS+= pkg_install>=20110215:../../pkgtools/pkg_install
+
.include "../../mk/bsd.prefs.mk"
# those have official repositories
diff --git a/pkgtools/pkgin/distinfo b/pkgtools/pkgin/distinfo
index 625890cf4aa..eb5663ca7a0 100644
--- a/pkgtools/pkgin/distinfo
+++ b/pkgtools/pkgin/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2011/08/13 11:23:36 imil Exp $
+$NetBSD: distinfo,v 1.14 2011/10/16 09:26:36 imil Exp $
-SHA1 (pkgin-0.4.3.tar.gz) = 48e36210e7c10acd78f3e5042aa869922bc0557f
-RMD160 (pkgin-0.4.3.tar.gz) = 8db8dbacda436ead911ef2568714bca7ffe25438
-Size (pkgin-0.4.3.tar.gz) = 1400551 bytes
+SHA1 (pkgin-0.5.1.tar.gz) = 0464cc57a9ca36709f93c0c8d8bf283d8f65556f
+RMD160 (pkgin-0.5.1.tar.gz) = 825ff2c109f5219dfa32e7980102ef2115326e6d
+Size (pkgin-0.5.1.tar.gz) = 1458205 bytes