Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E753B7A169 for ; Tue, 31 Jan 2017 10:11:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9A3F585584; Tue, 31 Jan 2017 10:11:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A31885573 for ; Tue, 31 Jan 2017 10:11:18 +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 WFEVvNkWSHnp for ; Tue, 31 Jan 2017 10:11:17 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B08F984CF0 for ; Tue, 31 Jan 2017 10:11:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEDCDFBA6; Tue, 31 Jan 2017 10:11:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148585747714460" MIME-Version: 1.0 Date: Tue, 31 Jan 2017 10:11:17 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/print/zathura-ps To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170131101117.AEDCDFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148585747714460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue Jan 31 10:11:17 UTC 2017 Modified Files: pkgsrc/print/zathura-ps: Makefile distinfo Log Message: Update print/zathura-ps to zathura-ps-0.2.4 Changes: - Link with -fPIC - Update Makefile To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/zathura-ps/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/zathura-ps/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148585747714460 Content-Disposition: inline Content-Length: 1664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/zathura-ps/Makefile diff -u pkgsrc/print/zathura-ps/Makefile:1.3 pkgsrc/print/zathura-ps/Makefile:1.4 --- pkgsrc/print/zathura-ps/Makefile:1.3 Wed Aug 3 10:23:20 2016 +++ pkgsrc/print/zathura-ps/Makefile Tue Jan 31 10:11:17 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/08/03 10:23:20 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/31 10:11:17 leot Exp $ # -DISTNAME= zathura-ps-0.2.3 -PKGREVISION= 2 +DISTNAME= zathura-ps-0.2.4 CATEGORIES= print MASTER_SITES= http://pwmt.org/projects/zathura-ps/download/ Index: pkgsrc/print/zathura-ps/distinfo diff -u pkgsrc/print/zathura-ps/distinfo:1.1 pkgsrc/print/zathura-ps/distinfo:1.2 --- pkgsrc/print/zathura-ps/distinfo:1.1 Sun Feb 14 14:04:16 2016 +++ pkgsrc/print/zathura-ps/distinfo Tue Jan 31 10:11:17 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/02/14 14:04:16 leot Exp $ +$NetBSD: distinfo,v 1.2 2017/01/31 10:11:17 leot Exp $ -SHA1 (zathura-ps-0.2.3.tar.gz) = 893f743a5e54b0cdabf30a50451eb3d427831b17 -RMD160 (zathura-ps-0.2.3.tar.gz) = 7081371b2f6349de7d24b9d90ad3460f67eeba7c -SHA512 (zathura-ps-0.2.3.tar.gz) = e5ce62f494f45eeb41a3cf5c91633953fd730b4dd448723afb39fa30cb58f887ef71e5ac462503791905c8de758ca0157805b5e672c6e0807d159294e2b29c7a -Size (zathura-ps-0.2.3.tar.gz) = 5973 bytes +SHA1 (zathura-ps-0.2.4.tar.gz) = b1e39928d2f352e0d932dd65ab0a9ba49b664d52 +RMD160 (zathura-ps-0.2.4.tar.gz) = 5fb0f4db58e99a16adb97a7bd6eb59ceab4621d7 +SHA512 (zathura-ps-0.2.4.tar.gz) = c63cbd4ff032cffa85305393a8e7f2864986e3a8204832cd7f9f12878e2c69fd0393ace91dd7b0fa8829f3a785abc2675d2ecb99dfa71794d699b567be954922 +Size (zathura-ps-0.2.4.tar.gz) = 5980 bytes --_----------=_148585747714460--