Received: by mail.netbsd.org (Postfix, from userid 605) id E8D1B84D7D; Fri, 24 Apr 2020 21:51:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70D7184D64 for ; Fri, 24 Apr 2020 21:51:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id j1wvs4-q2two for ; Fri, 24 Apr 2020 21:51:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E214284D47 for ; Fri, 24 Apr 2020 21:51:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DBB70FB27; Fri, 24 Apr 2020 21:51:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158776511491170" MIME-Version: 1.0 Date: Fri, 24 Apr 2020 21:51:54 +0000 From: "Nils Ratusznik" Subject: CVS commit: pkgsrc/www/py-pelican To: pkgsrc-changes@NetBSD.org Reply-To: nils@netbsd.org X-Mailer: log_accum Message-Id: <20200424215154.DBB70FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158776511491170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nils Date: Fri Apr 24 21:51:54 UTC 2020 Modified Files: pkgsrc/www/py-pelican: Makefile distinfo Log Message: Switched to default archive format. Github handles gzipped-tar archives, and macOS (10.15.4) seemed to not be able to handle the zip archive (error about some file names containing accents). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-pelican/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-pelican/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158776511491170 Content-Disposition: inline Content-Length: 1740 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-pelican/Makefile diff -u pkgsrc/www/py-pelican/Makefile:1.9 pkgsrc/www/py-pelican/Makefile:1.10 --- pkgsrc/www/py-pelican/Makefile:1.9 Sun Apr 19 20:17:55 2020 +++ pkgsrc/www/py-pelican/Makefile Fri Apr 24 21:51:54 2020 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2020/04/19 20:17:55 nils Exp $ +# $NetBSD: Makefile,v 1.10 2020/04/24 21:51:54 nils Exp $ DISTNAME= pelican-4.2.0 +PKGREVISION= 1 GITHUB_PROJECT= pelican PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=getpelican/} -EXTRACT_SUFX= .zip MAINTAINER= nils@NetBSD.org HOMEPAGE= https://blog.getpelican.com/ Index: pkgsrc/www/py-pelican/distinfo diff -u pkgsrc/www/py-pelican/distinfo:1.4 pkgsrc/www/py-pelican/distinfo:1.5 --- pkgsrc/www/py-pelican/distinfo:1.4 Sun Apr 19 20:17:55 2020 +++ pkgsrc/www/py-pelican/distinfo Fri Apr 24 21:51:54 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/04/19 20:17:55 nils Exp $ +$NetBSD: distinfo,v 1.5 2020/04/24 21:51:54 nils Exp $ -SHA1 (pelican-4.2.0.zip) = 00cea4cae835db882c1a2b6f58f6009700bd53a7 -RMD160 (pelican-4.2.0.zip) = 3a49fbdbcdd73822642acbf5261a4ca1492c0d58 -SHA512 (pelican-4.2.0.zip) = 0515035c899fb373e731596dfcbddef3fab5df9e1b4fa2eabc4862c21ac64b76520899cf55d6fb20afdc40978677b79bd9e560cca9b56cd5b170a76eae5646a5 -Size (pelican-4.2.0.zip) = 1615714 bytes +SHA1 (pelican-4.2.0.tar.gz) = 45188a2cc77a38af7c445504d62df1075be9ad5b +RMD160 (pelican-4.2.0.tar.gz) = 11b2454ada05caa970781cb54ea499f60039fac3 +SHA512 (pelican-4.2.0.tar.gz) = 9c9f41306739acc4c6c6a7ddf50d955d958af7be1da197b42859b95405b18ab5b597fee4f9aabdf98cd508204558bff9c4f0c11bf4e5367b16e32568682a21e6 +Size (pelican-4.2.0.tar.gz) = 1332348 bytes --_----------=_158776511491170--