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 6C8EA7AAA6 for ; Sun, 10 Jul 2016 17:20:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1D64A85E8B; Sun, 10 Jul 2016 17:20:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A24D485E58 for ; Sun, 10 Jul 2016 17:20:49 +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 ZnAi6ojaVgn2 for ; Sun, 10 Jul 2016 17:20: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 0FFE784C8B for ; Sun, 10 Jul 2016 17:20:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0AE03FBB5; Sun, 10 Jul 2016 17:20:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146817124960430" MIME-Version: 1.0 Date: Sun, 10 Jul 2016 17:20:49 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/print/tex-psizzl To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160710172049.0AE03FBB5@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. --_----------=_146817124960430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Jul 10 17:20:48 UTC 2016 Modified Files: pkgsrc/print/tex-psizzl: Makefile Log Message: Fixed pkglint warning. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-psizzl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146817124960430 Content-Disposition: inline Content-Length: 713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-psizzl/Makefile diff -u pkgsrc/print/tex-psizzl/Makefile:1.1 pkgsrc/print/tex-psizzl/Makefile:1.2 --- pkgsrc/print/tex-psizzl/Makefile:1.1 Sun May 31 06:45:33 2015 +++ pkgsrc/print/tex-psizzl/Makefile Sun Jul 10 17:20:48 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/31 06:45:33 markd Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/10 17:20:48 rillig Exp $ DISTNAME= psizzl PKGNAME= tex-${DISTNAME}-0.35 @@ -6,7 +6,7 @@ TEXLIVE_REV= 15878 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ctan.org/pkg/psizzl -COMMENT= A TeX format for physics papers +COMMENT= TeX format for physics papers LICENSE= lppl-1.3c .include "../../print/texlive/package.mk" --_----------=_146817124960430--