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 283627A2B4 for ; Sun, 9 Oct 2016 03:25:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9887085E6F; Sun, 9 Oct 2016 03:25:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2AAA285E60 for ; Sun, 9 Oct 2016 03:25:50 +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 Hul_iRy_sK8p for ; Sun, 9 Oct 2016 03:25:49 +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 C087D84C6C for ; Sun, 9 Oct 2016 03:25:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6827FBD2; Sun, 9 Oct 2016 03:25:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475983549199290" MIME-Version: 1.0 Date: Sun, 9 Oct 2016 03:25:49 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/converters/orcus0.12 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20161009032549.B6827FBD2@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. --_----------=_1475983549199290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Oct 9 03:25:49 UTC 2016 Modified Files: pkgsrc/converters/orcus0.12: Makefile Log Message: Fix PKGNAME to match buildlink3.mk and other orcus packages To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/orcus0.12/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475983549199290 Content-Disposition: inline Content-Length: 629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/orcus0.12/Makefile diff -u pkgsrc/converters/orcus0.12/Makefile:1.4 pkgsrc/converters/orcus0.12/Makefile:1.5 --- pkgsrc/converters/orcus0.12/Makefile:1.4 Fri Oct 7 18:25:40 2016 +++ pkgsrc/converters/orcus0.12/Makefile Sun Oct 9 03:25:49 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/10/07 18:25:40 adam Exp $ +# $NetBSD: Makefile,v 1.5 2016/10/09 03:25:49 ryoon Exp $ DISTNAME= liborcus-0.12.0 -PKGNAME= ${DISTNAME:S/liborcus/liborcus0.12/} +PKGNAME= ${DISTNAME:S/liborcus/orcus0.12/} PKGREVISION= 2 CATEGORIES= converters MASTER_SITES= http://kohei.us/files/orcus/src/ --_----------=_1475983549199290--