pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgin



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Mar  7 11:08:38 UTC 2019

Modified Files:
        pkgsrc/pkgtools/pkgin: Makefile distinfo
Removed Files:
        pkgsrc/pkgtools/pkgin/patches: patch-main.c patch-pkgindb.c
            patch-tools.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/pkgtools/pkgin/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/pkgtools/pkgin/patches/patch-main.c
cvs rdiff -u -r1.1 -r0 pkgsrc/pkgtools/pkgin/patches/patch-pkgindb.c \
    pkgsrc/pkgtools/pkgin/patches/patch-tools.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkgin/Makefile
diff -u pkgsrc/pkgtools/pkgin/Makefile:1.86 pkgsrc/pkgtools/pkgin/Makefile:1.87
--- pkgsrc/pkgtools/pkgin/Makefile:1.86 Sun Dec  9 18:52:43 2018
+++ pkgsrc/pkgtools/pkgin/Makefile      Thu Mar  7 11:08:38 2019
@@ -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@localhost

Index: pkgsrc/pkgtools/pkgin/distinfo
diff -u pkgsrc/pkgtools/pkgin/distinfo:1.55 pkgsrc/pkgtools/pkgin/distinfo:1.56
--- pkgsrc/pkgtools/pkgin/distinfo:1.55 Tue Jan 15 09:49:40 2019
+++ pkgsrc/pkgtools/pkgin/distinfo      Thu Mar  7 11:08:38 2019
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.55 2019/01/15 09:49:40 wiz Exp $
+$NetBSD: distinfo,v 1.56 2019/03/07 11:08:38 jperkin Exp $
 
-SHA1 (pkgin-0.11.6.tar.gz) = 25be08de68d07bb7b0d7c18f606401824d32ca12
-RMD160 (pkgin-0.11.6.tar.gz) = 928e4379785affb66ebaee89dd13dbdff2fa8be3
-SHA512 (pkgin-0.11.6.tar.gz) = 54435c871ec6d5400b6e44f26b7013bceac7821ae67ed091f172e61c6bb1469bcd496b5a34fc98721f2afef0611cb99a606e8ce0efb5a83ce83121dba940b5ed
-Size (pkgin-0.11.6.tar.gz) = 197396 bytes
-SHA1 (patch-main.c) = a40a09c6563fd90791f2b5ed2f36dafdaa8b54a7
-SHA1 (patch-pkgindb.c) = 95c0b32407ecd721495246da9f52a49db4367980
-SHA1 (patch-tools.c) = ddc90e21012c95c2064434cd5129f27e87aa1594
+SHA1 (pkgin-0.11.7.tar.gz) = 7e272aab1e52e9641be5f7ead2264c73cafbebbb
+RMD160 (pkgin-0.11.7.tar.gz) = 757204113c4d9c6336651f6c491639069b8dd14b
+SHA512 (pkgin-0.11.7.tar.gz) = b09fb7598b0a0e0a22f62c326f523ef516421376a929e0b01fd68eebdea70d9144b33fd1ab97361f56a226f60c9062e98eac5f7cc4d08bb1ae84fd75d9f76af5
+Size (pkgin-0.11.7.tar.gz) = 197532 bytes



Home | Main Index | Thread Index | Old Index