Received: by mail.netbsd.org (Postfix, from userid 605) id 6A90F84D74; Sun, 24 Sep 2017 14:35:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F10A184D6F for ; Sun, 24 Sep 2017 14:35:08 +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 JSsn3af5lTRJ for ; Sun, 24 Sep 2017 14:35:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 84E4D84D4C for ; Sun, 24 Sep 2017 14:35:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FBD0FA9C; Sun, 24 Sep 2017 14:35:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506263708275780" MIME-Version: 1.0 Date: Sun, 24 Sep 2017 14:35:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170924143508.7FBD0FA9C@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. --_----------=_1506263708275780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 24 14:35:08 UTC 2017 Modified Files: pkgsrc/graphics/tex-mptopdf: Makefile pkgsrc/graphics/tex-mptopdf-doc: Makefile Log Message: tex-mptopdf*: update HOMEPAGE This was merged or renamed into pdf-mps-supp To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/tex-mptopdf/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/tex-mptopdf-doc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506263708275780 Content-Disposition: inline Content-Length: 1395 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/tex-mptopdf/Makefile diff -u pkgsrc/graphics/tex-mptopdf/Makefile:1.5 pkgsrc/graphics/tex-mptopdf/Makefile:1.6 --- pkgsrc/graphics/tex-mptopdf/Makefile:1.5 Thu Aug 24 00:16:12 2017 +++ pkgsrc/graphics/tex-mptopdf/Makefile Sun Sep 24 14:35:08 2017 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/08/24 00:16:12 markd Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/24 14:35:08 wiz Exp $ DISTNAME= mptopdf PKGNAME= tex-${DISTNAME}-2017 TEXLIVE_REV= 44856 MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://ctan.org/pkg/mptopdf +HOMEPAGE= http://ctan.org/pkg/pdf-mps-supp COMMENT= Script to convert mpost to PDF CONFLICTS+= tex-supp-pdf<2010 Index: pkgsrc/graphics/tex-mptopdf-doc/Makefile diff -u pkgsrc/graphics/tex-mptopdf-doc/Makefile:1.5 pkgsrc/graphics/tex-mptopdf-doc/Makefile:1.6 --- pkgsrc/graphics/tex-mptopdf-doc/Makefile:1.5 Thu Aug 24 00:16:12 2017 +++ pkgsrc/graphics/tex-mptopdf-doc/Makefile Sun Sep 24 14:35:08 2017 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/08/24 00:16:12 markd Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/24 14:35:08 wiz Exp $ DISTNAME= mptopdf.doc PKGNAME= tex-${DISTNAME:S/./-/}-2017 TEXLIVE_REV= 44856 MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://ctan.org/pkg/mptopdf +HOMEPAGE= http://ctan.org/pkg/pdf-mps-supp COMMENT= Documentation for tex-mptopdf .include "../../print/texlive/package.mk" --_----------=_1506263708275780--