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 3E34F7A16D for ; Wed, 28 Sep 2016 14:05:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E703985F08; Wed, 28 Sep 2016 14:05:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7731085EFD for ; Wed, 28 Sep 2016 14:05:45 +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 t1tlXyTXUEUN for ; Wed, 28 Sep 2016 14:05:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D935285E57 for ; Wed, 28 Sep 2016 14:05:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1A2FFBD2; Wed, 28 Sep 2016 14:05:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475071544226020" MIME-Version: 1.0 Date: Wed, 28 Sep 2016 14:05:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/transcode To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160928140544.D1A2FFBD2@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. --_----------=_1475071544226020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Sep 28 14:05:44 UTC 2016 Modified Files: pkgsrc/multimedia/transcode: Makefile Log Message: Fix HOMEPAGE. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 pkgsrc/multimedia/transcode/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475071544226020 Content-Disposition: inline Content-Length: 834 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/transcode/Makefile diff -u pkgsrc/multimedia/transcode/Makefile:1.102 pkgsrc/multimedia/transcode/Makefile:1.103 --- pkgsrc/multimedia/transcode/Makefile:1.102 Wed Aug 17 00:06:45 2016 +++ pkgsrc/multimedia/transcode/Makefile Wed Sep 28 14:05:44 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2016/08/17 00:06:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.103 2016/09/28 14:05:44 wiz Exp $ DISTNAME= transcode-1.1.7 PKGREVISION= 21 @@ -7,7 +7,8 @@ MASTER_SITES= http://bitbucket.org/franc EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://tcforge.berlios.de/ +HOMEPAGE= https://bitbucket.org/achurch_/transcode/wiki/Home +# or https://bitbucket.org/france/transcode-tcforge/wiki/Home COMMENT= Command line video-stream processing tool LICENSE= gnu-gpl-v2 --_----------=_1475071544226020--