diff options
author | imil <imil> | 2012-07-30 10:43:03 +0000 |
---|---|---|
committer | imil <imil> | 2012-07-30 10:43:03 +0000 |
commit | 60c33a953caec311fcad7292aa98deebe882255b (patch) | |
tree | 25e097cf19fd6f2e9114ace814d38c315fe7fa3d /pkgtools | |
parent | d44c0ef82579176384aed461bb538393975618df (diff) | |
download | pkgsrc-60c33a953caec311fcad7292aa98deebe882255b.tar.gz |
20120730
Modified default behaviour for Proceed [Y/n]
Sync wip with pkgsrc: pkgin 0.6.2
20120729
Rewrote narrow_match() using version_check() to avoid more
dirty repositories mistakes.
20120715
Preparing pkginteractive integration.
20120530
SQLite is now part of NetBSD 6.0 base, remove it from pkgin's tree.
Dependency will be added in the package.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgin/Makefile | 10 | ||||
-rw-r--r-- | pkgtools/pkgin/distinfo | 8 |
2 files changed, 7 insertions, 11 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index f196ce797ba..8bb0cd5b018 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2012/05/28 20:17:36 imil Exp $ +# $NetBSD: Makefile,v 1.24 2012/07/30 10:43:03 imil Exp $ # -DISTNAME= pkgin-0.6.0 +DISTNAME= pkgin-0.6.2 CATEGORIES= pkgtools MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/ @@ -58,10 +58,6 @@ do-install: . include "../../net/libfetch/buildlink3.mk" .endif -# Only MINIX doesn't compile SQLite Amalgation source -.if ${OPSYS} == "Minix" -. include "../../databases/sqlite3/buildlink3.mk" -.endif - +.include "../../databases/sqlite3/buildlink3.mk" .include "../../archivers/libarchive/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/pkgtools/pkgin/distinfo b/pkgtools/pkgin/distinfo index 4572d088ce0..22e9da8ec27 100644 --- a/pkgtools/pkgin/distinfo +++ b/pkgtools/pkgin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2012/05/28 20:21:47 imil Exp $ +$NetBSD: distinfo,v 1.21 2012/07/30 10:43:03 imil Exp $ -SHA1 (pkgin-0.6.0.tar.gz) = df3866eb61d67a07472773816169b64e81e6dd44 -RMD160 (pkgin-0.6.0.tar.gz) = ad51e08cba33c4ed553df449383506efd90530b3 -Size (pkgin-0.6.0.tar.gz) = 1461785 bytes +SHA1 (pkgin-0.6.2.tar.gz) = 154c4ab6262a2f8e3253d13a93c0af37e7e918cd +RMD160 (pkgin-0.6.2.tar.gz) = 9cef04228efc04951342099ce44b47cb6a118b50 +Size (pkgin-0.6.2.tar.gz) = 186999 bytes |