pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgin Updated to pkgin 0.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cd3cd53b5d6
branches:  trunk
changeset: 645199:0cd3cd53b5d6
user:      imil <imil%pkgsrc.org@localhost>
date:      Sun Jan 25 10:09:34 2015 +0000

description:
Updated to pkgin 0.7.0

Changes:

20150124
        When -n is provided to pkgin ar, rm, in, fug, packages list is shown
        as one package per line so it is easier to read (feature proposed
        by gdt@ in GitHub issue #41)

20150122
        Fixed GitHub issue #33: clean database when repository removed

20150121
        Fixed some resource leakage pointed out by coverity scan

20150119
        +PRESERVE packages now correctly upgraded without pkg_add -f

20150106
        Dropped percentage printout if stdout is not a tty (patch by Havard
        Eidnes)
        Changed pkg_add -f flag with -D as suggested by Greg Troxel

20150105
        Fixed an issue with meta-packages not updating pkgdb, check for
        PKG_DBDIR mtime instead

20150102
        Avoid deepness > 1 when checking for dependency upgrades, should fix
        PR #48561

20141229
        Avoid `preserved' packages to be `autoremoved'

20141228
        Fixed GH issue #1, NULL PKG_PATH (which is wrong btw) makes pkgin
        segfault, strcmp() secured with safe_strcmp()
        Added --with-pkginstall to configure

20141223
        0.7.0
        Fixed GH issue #36, automatic flag no more set when a package is
        installed via pkg_add(1)
        Added -p (parsable) flag for 3rd party frontends
        Added statistics (patch by Youri Mouton)
        Package-names-containing-a-dot fix (patch by Yamamoto Takashi)

diffstat:

 pkgtools/pkgin/Makefile |  10 +++++-----
 pkgtools/pkgin/distinfo |  11 ++++-------
 2 files changed, 9 insertions(+), 12 deletions(-)

diffs (49 lines):

diff -r ac7be91d9976 -r 0cd3cd53b5d6 pkgtools/pkgin/Makefile
--- a/pkgtools/pkgin/Makefile   Sun Jan 25 08:35:07 2015 +0000
+++ b/pkgtools/pkgin/Makefile   Sun Jan 25 10:09:34 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2015/01/21 09:12:41 obache Exp $
+# $NetBSD: Makefile,v 1.51 2015/01/25 10:09:34 imil Exp $
 
-GHCOMMIT=              3859170568fbe4fe21b5660dbaeca8d65ac10f1b
+GHCOMMIT=              70928282ab5c09848e04a58b96fcca4c961701e6
 DISTNAME=              ${GHCOMMIT}
-PKGNAME=               pkgin-0.6.4
-PKGREVISION=           9
+PKGNAME=               pkgin-0.7.0
 CATEGORIES=            pkgtools
 MASTER_SITES=          https://github.com/NetBSDfr/pkgin/archive/
 
@@ -22,6 +21,7 @@
 WRKSRC=                        ${WRKDIR}/pkgin-${GHCOMMIT}
 
 BUILD_DEFS+=           PKGIN_REPOSITORY_URL
+BUILD_DEFS+=           VARBASE
 
 SUBST_CLASSES+=                path
 SUBST_STAGE.path=      pre-configure
@@ -56,7 +56,7 @@
 # those have official repositories
 .if !empty(PKGIN_REPOSITORY_URL)
 pre-install:
-       echo ${PKGIN_REPOSITORY_URL} >> ${WRKSRC}/repositories.conf
+       ${ECHO} ${PKGIN_REPOSITORY_URL} >> ${WRKSRC}/repositories.conf
 .elif ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Minix"
 pre-install:
        ${GREP} -i ${OPSYS} ${WRKSRC}/REPOSITORIES >>                   \
diff -r ac7be91d9976 -r 0cd3cd53b5d6 pkgtools/pkgin/distinfo
--- a/pkgtools/pkgin/distinfo   Sun Jan 25 08:35:07 2015 +0000
+++ b/pkgtools/pkgin/distinfo   Sun Jan 25 10:09:34 2015 +0000
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.32 2014/01/21 16:31:27 jperkin Exp $
+$NetBSD: distinfo,v 1.33 2015/01/25 10:09:34 imil Exp $
 
-SHA1 (3859170568fbe4fe21b5660dbaeca8d65ac10f1b.tar.gz) = 58d06c5884dd490508f609c5320542c919afe0c7
-RMD160 (3859170568fbe4fe21b5660dbaeca8d65ac10f1b.tar.gz) = e783457044af3b41a784012f4d0961ed87e8c4af
-Size (3859170568fbe4fe21b5660dbaeca8d65ac10f1b.tar.gz) = 187873 bytes
-SHA1 (patch-Makefile.in) = 46f676a8e2bdb89f1d0f6f4e6c9cce55c56bb4bd
-SHA1 (patch-actions.c) = c7a630a2509ade9d913abb771a7bde4653a44e78
-SHA1 (patch-main.c) = 2faf9b225fdf30a997c5c0249cd40486d5d8d55c
+SHA1 (70928282ab5c09848e04a58b96fcca4c961701e6.tar.gz) = 6fd6477c7bd09a76c461070adb31d4ad96acf640
+RMD160 (70928282ab5c09848e04a58b96fcca4c961701e6.tar.gz) = e94b54685ae5fce605cdd1c7aad8f8a750751746
+Size (70928282ab5c09848e04a58b96fcca4c961701e6.tar.gz) = 190334 bytes



Home | Main Index | Thread Index | Old Index