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 F1B337A283 for ; Fri, 14 Apr 2017 13:56:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9E49384DC1; Fri, 14 Apr 2017 13:56:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3167584D7D for ; Fri, 14 Apr 2017 13:56: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 Tq53MfrjyN1g for ; Fri, 14 Apr 2017 13:56:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C8AE784CDA for ; Fri, 14 Apr 2017 13:56:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6CAAFBE4; Fri, 14 Apr 2017 13:56:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492178167226650" MIME-Version: 1.0 Date: Fri, 14 Apr 2017 13:56:07 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/multimedia To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170414135607.C6CAAFBE4@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. --_----------=_1492178167226650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Fri Apr 14 13:56:07 UTC 2017 Modified Files: pkgsrc/multimedia: Makefile Log Message: + py-enzyme To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257 pkgsrc/multimedia/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492178167226650 Content-Disposition: inline Content-Length: 608 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/Makefile diff -u pkgsrc/multimedia/Makefile:1.256 pkgsrc/multimedia/Makefile:1.257 --- pkgsrc/multimedia/Makefile:1.256 Fri Mar 24 16:55:15 2017 +++ pkgsrc/multimedia/Makefile Fri Apr 14 13:56:07 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.256 2017/03/24 16:55:15 wiz Exp $ +# $NetBSD: Makefile,v 1.257 2017/04/14 13:56:07 leot Exp $ # COMMENT= Multimedia utilities @@ -178,6 +178,7 @@ SUBDIR+= phonon-qt5-backend-vlc SUBDIR+= php-ming SUBDIR+= pitivi SUBDIR+= pspvc +SUBDIR+= py-enzyme SUBDIR+= py-gstreamer0.10 SUBDIR+= py-gstreamer1 SUBDIR+= py-m3u8 --_----------=_1492178167226650--