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 86A8E7A270 for ; Sun, 11 Sep 2016 16:45:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 218BA85F19; Sun, 11 Sep 2016 16:45:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A655885F18 for ; Sun, 11 Sep 2016 16:45:10 +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 warvsqT73oik for ; Sun, 11 Sep 2016 16:45:10 +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 3092185F16 for ; Sun, 11 Sep 2016 16:45:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26E2AFBD1; Sun, 11 Sep 2016 16:45:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147361231033530" MIME-Version: 1.0 Date: Sun, 11 Sep 2016 16:45:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160911164510.26E2AFBD1@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. --_----------=_147361231033530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 11 16:45:10 UTC 2016 Modified Files: pkgsrc/doc: CHANGES-2016 pkgsrc/print: Makefile Removed Files: pkgsrc/print/py-pisa: DESCR Makefile PLIST distinfo pkgsrc/print/py-pisa/patches: patch-aa Log Message: Remove py-pisa. Obsoleted by py-xhtml2pdf which is in turn obsoleted by py-weasyprint. To generate a diff of this commit: cvs rdiff -u -r1.3741 -r1.3742 pkgsrc/doc/CHANGES-2016 cvs rdiff -u -r1.671 -r1.672 pkgsrc/print/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/print/py-pisa/DESCR cvs rdiff -u -r1.13 -r0 pkgsrc/print/py-pisa/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/print/py-pisa/PLIST cvs rdiff -u -r1.5 -r0 pkgsrc/print/py-pisa/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/print/py-pisa/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147361231033530 Content-Disposition: inline Content-Length: 1277 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2016 diff -u pkgsrc/doc/CHANGES-2016:1.3741 pkgsrc/doc/CHANGES-2016:1.3742 --- pkgsrc/doc/CHANGES-2016:1.3741 Sun Sep 11 16:08:31 2016 +++ pkgsrc/doc/CHANGES-2016 Sun Sep 11 16:45:09 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.3741 2016/09/11 16:08:31 taca Exp $ +$NetBSD: CHANGES-2016,v 1.3742 2016/09/11 16:45:09 wiz Exp $ Changes to the packages collection and infrastructure in 2016: @@ -5297,3 +5297,4 @@ Changes to the packages collection and i Updated print/py-reportlab to 3.3.0 [richard 2016-09-11] Updated www/trac to 1.0.13 [gdt 2016-09-11] Updated textproc/groonga to 6.0.8 [taca 2016-09-11] + Removed print/py-pisa successor print/py-weasyprint [wiz 2016-09-11] Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.671 pkgsrc/print/Makefile:1.672 --- pkgsrc/print/Makefile:1.671 Sun Aug 7 11:58:28 2016 +++ pkgsrc/print/Makefile Sun Sep 11 16:45:09 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.671 2016/08/07 11:58:28 markd Exp $ +# $NetBSD: Makefile,v 1.672 2016/09/11 16:45:09 wiz Exp $ # COMMENT= Desktop publishing @@ -136,7 +136,6 @@ SUBDIR+= ptexenc SUBDIR+= py-PDF2 SUBDIR+= py-Pdf SUBDIR+= py-cups -SUBDIR+= py-pisa SUBDIR+= py-poppler SUBDIR+= py-pslib SUBDIR+= py-reportlab --_----------=_147361231033530--