Skip to content

Commit

Permalink
Updated to pkgin 0.7.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
imil authored and Filip Hajny committed Sep 1, 2015
1 parent 0c91893 commit 568b10c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
10 changes: 5 additions & 5 deletions pkgtools/pkgin/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.49 2014/11/19 15:10:32 jmcneill 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= 8
PKGNAME= pkgin-0.7.0
CATEGORIES= pkgtools
MASTER_SITES= https://github.com/NetBSDfr/pkgin/archive/

Expand All @@ -22,6 +21,7 @@ INSTALLATION_DIRS+= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 ${EGDIR}
WRKSRC= ${WRKDIR}/pkgin-${GHCOMMIT}

BUILD_DEFS+= PKGIN_REPOSITORY_URL
BUILD_DEFS+= VARBASE

SUBST_CLASSES+= path
SUBST_STAGE.path= pre-configure
Expand Down Expand Up @@ -56,7 +56,7 @@ DEPENDS+= pkg_install>=20130901:../../pkgtools/pkg_install
# 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 >> \
Expand Down
11 changes: 4 additions & 7 deletions pkgtools/pkgin/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 568b10c

Please sign in to comment.