Received: by mail.netbsd.org (Postfix, from userid 605) id 7CE3984ED2; Sun, 11 Aug 2019 10:04:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0552184ECD for ; Sun, 11 Aug 2019 10:04:32 +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 5JsDsL4wYD0A for ; Sun, 11 Aug 2019 10:04:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9340A84C6C for ; Sun, 11 Aug 2019 10:04:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 911FCFBF4; Sun, 11 Aug 2019 10:04:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1565517871141850" MIME-Version: 1.0 Date: Sun, 11 Aug 2019 10:04:31 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190811100431.911FCFBF4@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. --_----------=_1565517871141850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Aug 11 10:04:31 UTC 2019 Modified Files: pkgsrc/print: Makefile Log Message: print: Add tex-babel-serbian To generate a diff of this commit: cvs rdiff -u -r1.735 -r1.736 pkgsrc/print/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1565517871141850 Content-Disposition: inline Content-Length: 635 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.735 pkgsrc/print/Makefile:1.736 --- pkgsrc/print/Makefile:1.735 Sun Aug 11 05:44:45 2019 +++ pkgsrc/print/Makefile Sun Aug 11 10:04:31 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.735 2019/08/11 05:44:45 markd Exp $ +# $NetBSD: Makefile,v 1.736 2019/08/11 10:04:31 markd Exp $ # COMMENT= Desktop publishing @@ -272,6 +272,7 @@ SUBDIR+= tex-babel-romansh SUBDIR+= tex-babel-russian SUBDIR+= tex-babel-samin SUBDIR+= tex-babel-scottish +SUBDIR+= tex-babel-serbian SUBDIR+= tex-babel-serbianc SUBDIR+= tex-babel-slovak SUBDIR+= tex-babel-slovenian --_----------=_1565517871141850--