summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2015-01-25 10:09:34 +0000
committerimil <imil@pkgsrc.org>2015-01-25 10:09:34 +0000
commitb80c684363a93bfeddf798a26fb966eeb9a80aab (patch)
tree5ab3e71c0c3ea9834f52ee1a972316174b540611 /pkgtools/pkgin
parent88e4bb9c05f7e6b846b178312f30143ef50028b4 (diff)
downloadpkgsrc-b80c684363a93bfeddf798a26fb966eeb9a80aab.tar.gz
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 (limited to 'pkgtools/pkgin')
-rw-r--r--pkgtools/pkgin/Makefile10
-rw-r--r--pkgtools/pkgin/distinfo11
2 files changed, 9 insertions, 12 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile
index be72f71a203..8395c860f8e 100644
--- a/pkgtools/pkgin/Makefile
+++ b/pkgtools/pkgin/Makefile
@@ -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 @@ 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
@@ -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 >> \
diff --git a/pkgtools/pkgin/distinfo b/pkgtools/pkgin/distinfo
index bdb78dd06b2..7a2dfa8e150 100644
--- a/pkgtools/pkgin/distinfo
+++ b/pkgtools/pkgin/distinfo
@@ -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