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 ED9017A27F for ; Mon, 10 Oct 2016 17:13:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 423D585EBF; Mon, 10 Oct 2016 17:13:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C6F2885E93 for ; Mon, 10 Oct 2016 17:13:42 +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 Lmv1jyjMTSrc for ; Mon, 10 Oct 2016 17:13:42 +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 5A7B985E62 for ; Mon, 10 Oct 2016 17:13:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50DAAFBD2; Mon, 10 Oct 2016 17:13:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476119622261740" MIME-Version: 1.0 Date: Mon, 10 Oct 2016 17:13:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/multimedia/x265 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20161010171342.50DAAFBD2@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. --_----------=_1476119622261740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 10 17:13:42 UTC 2016 Modified Files: pkgsrc/multimedia/x265: Makefile distinfo Log Message: Distfile has been changed To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/x265/Makefile \ pkgsrc/multimedia/x265/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476119622261740 Content-Disposition: inline Content-Length: 1850 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/x265/Makefile diff -u pkgsrc/multimedia/x265/Makefile:1.13 pkgsrc/multimedia/x265/Makefile:1.14 --- pkgsrc/multimedia/x265/Makefile:1.13 Mon Oct 3 12:29:15 2016 +++ pkgsrc/multimedia/x265/Makefile Mon Oct 10 17:13:42 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/10/03 12:29:15 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/10/10 17:13:42 adam Exp $ DISTNAME= x265_2.1 PKGNAME= ${DISTNAME:S/_/-/} @@ -6,6 +6,9 @@ CATEGORIES= multimedia MASTER_SITES= https://bitbucket.org/multicoreware/x265/downloads/ \ http://download.videolan.org/videolan/x265/ +# IMPORTANT: remove on the next update +DIST_SUBDIR= x265 + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.x265.org/ COMMENT= High Efficiency Video Coding (HEVC) Index: pkgsrc/multimedia/x265/distinfo diff -u pkgsrc/multimedia/x265/distinfo:1.13 pkgsrc/multimedia/x265/distinfo:1.14 --- pkgsrc/multimedia/x265/distinfo:1.13 Mon Oct 3 12:29:15 2016 +++ pkgsrc/multimedia/x265/distinfo Mon Oct 10 17:13:42 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/10/03 12:29:15 adam Exp $ +$NetBSD: distinfo,v 1.14 2016/10/10 17:13:42 adam Exp $ -SHA1 (x265_2.1.tar.gz) = 71ef768f8a9d023c19f218feb9519c83c3d4c125 -RMD160 (x265_2.1.tar.gz) = 7042b9c069c2bae5ff146d6e712cecc7967d9068 -SHA512 (x265_2.1.tar.gz) = 44ad6815efb039054935f2887f0c98604898a6b5bf144f845df92038ef47ea1c21f2942501294514b05e7eaffd988e52ca777da0be97e57fdd77c89ff0fda421 -Size (x265_2.1.tar.gz) = 1037400 bytes +SHA1 (x265/x265_2.1.tar.gz) = 37ed92b83dbe9e1420e1c226d35caeea16d4b0e4 +RMD160 (x265/x265_2.1.tar.gz) = 7f9bf15aed2f7658e4165a1cea48ef45077a2d6c +SHA512 (x265/x265_2.1.tar.gz) = 22ba5139c39c41dcd386ce84d784efce93f9c70a8d1a94d9835f9dd0f713037479774de2ae5e917cf406ee22e9c94c147398c496a493794d9a19cee64da3cba5 +Size (x265/x265_2.1.tar.gz) = 1036921 bytes --_----------=_1476119622261740--