summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2019-03-07 11:08:38 +0000
committerjperkin <jperkin@pkgsrc.org>2019-03-07 11:08:38 +0000
commited69c97f18e7170276445064180720699306bd61 (patch)
tree09f6605058651eddc7fda37fcc9d249eb442e44b /pkgtools/pkgin/Makefile
parent7515889a20c76aa8ec80fb660827db204c5a7c6f (diff)
downloadpkgsrc-ed69c97f18e7170276445064180720699306bd61.tar.gz
pkgin: Update to 0.11.7.
## Version 0.11.7 (2019-03-07) * Switch back to NetBSDfr/pkgin as the upstream repository. * Improve database safety. * Fix clang -Wmissing-noreturn and -Wformat-nonliteral warnings. * Fix some typos in the manual page.
Diffstat (limited to 'pkgtools/pkgin/Makefile')
-rw-r--r--pkgtools/pkgin/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile
index 28ea26058d0..7478af1a36c 100644
--- a/pkgtools/pkgin/Makefile
+++ b/pkgtools/pkgin/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.86 2018/12/09 18:52:43 adam Exp $
+# $NetBSD: Makefile,v 1.87 2019/03/07 11:08:38 jperkin Exp $
-DISTNAME= pkgin-0.11.6
-PKGREVISION= 1
+DISTNAME= pkgin-0.11.7
CATEGORIES= pkgtools
-MASTER_SITES= ${MASTER_SITE_GITHUB:=joyent/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= jperkin@joyent.com