From owner-svn-ports-all@freebsd.org Wed Dec 20 23:29:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F396DE86857; Wed, 20 Dec 2017 23:29:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAE0367D4D; Wed, 20 Dec 2017 23:29:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBKNT2Ib096162; Wed, 20 Dec 2017 23:29:02 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKNT2ZS096158; Wed, 20 Dec 2017 23:29:02 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201712202329.vBKNT2ZS096158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 20 Dec 2017 23:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456874 - in head/multimedia: mythtv mythtv-frontend X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/multimedia: mythtv mythtv-frontend X-SVN-Commit-Revision: 456874 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 23:29:04 -0000 Author: tobik Date: Wed Dec 20 23:29:02 2017 New Revision: 456874 URL: https://svnweb.freebsd.org/changeset/ports/456874 Log: multimedia/mythtv{,-frontend}: Revert placebo version updates In r440321 and r440322 PORTVERSION was bumped to 0.28.7/0.28.1, but GH_TAGNAME was not updated. Commit ad97d24 is tagged as v0.27.5 [1]. Reset version back to 0.27.5 and bump PORTEPOCH. [1] https://github.com/MythTV/mythtv/releases/tag/v0.27.5 PR: 222219 Reported by: robbak@gmail.com Pointy hat: miwi Modified: head/multimedia/mythtv-frontend/Makefile head/multimedia/mythtv-frontend/distinfo head/multimedia/mythtv/Makefile head/multimedia/mythtv/distinfo Modified: head/multimedia/mythtv-frontend/Makefile ============================================================================== --- head/multimedia/mythtv-frontend/Makefile Wed Dec 20 23:27:42 2017 (r456873) +++ head/multimedia/mythtv-frontend/Makefile Wed Dec 20 23:29:02 2017 (r456874) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= mythtv-frontend -PORTVERSION= 0.28.1 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 0.27.5 +PORTEPOCH= 1 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org @@ -24,7 +25,6 @@ CONFLICTS= mythtv-[0-9]* USE_GITHUB= yes GH_ACCOUNT= MythTV GH_PROJECT= mythtv -GH_TAGNAME= ad97d24 WRKSRC_SUBDIR= ${GH_PROJECT} Modified: head/multimedia/mythtv-frontend/distinfo ============================================================================== --- head/multimedia/mythtv-frontend/distinfo Wed Dec 20 23:27:42 2017 (r456873) +++ head/multimedia/mythtv-frontend/distinfo Wed Dec 20 23:29:02 2017 (r456874) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494080483 -SHA256 (MythTV-mythtv-0.28.1-ad97d24_GH0.tar.gz) = 9e3b0782e7627fdbb91641ac39e2c39d3fc01ee1a57152c74df9c9116e966238 -SIZE (MythTV-mythtv-0.28.1-ad97d24_GH0.tar.gz) = 85651303 +TIMESTAMP = 1513802652 +SHA256 (MythTV-mythtv-v0.27.5_GH0.tar.gz) = 7e625f94332effeadfba8e7ae7c98d44a83bfc25b7c59e39adce67dc2f4e1e1b +SIZE (MythTV-mythtv-v0.27.5_GH0.tar.gz) = 85652939 Modified: head/multimedia/mythtv/Makefile ============================================================================== --- head/multimedia/mythtv/Makefile Wed Dec 20 23:27:42 2017 (r456873) +++ head/multimedia/mythtv/Makefile Wed Dec 20 23:29:02 2017 (r456874) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= mythtv -PORTVERSION= 0.28.7 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 0.27.5 +PORTEPOCH= 1 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org @@ -31,7 +32,6 @@ CONFLICTS= mythtv-frontend-[0-9]* USE_GITHUB= yes GH_ACCOUNT= MythTV -GH_TAGNAME= ad97d24 WRKSRC_SUBDIR= ${PORTNAME} Modified: head/multimedia/mythtv/distinfo ============================================================================== --- head/multimedia/mythtv/distinfo Wed Dec 20 23:27:42 2017 (r456873) +++ head/multimedia/mythtv/distinfo Wed Dec 20 23:29:02 2017 (r456874) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484727010 -SHA256 (MythTV-mythtv-0.28.7-ad97d24_GH0.tar.gz) = 9e3b0782e7627fdbb91641ac39e2c39d3fc01ee1a57152c74df9c9116e966238 -SIZE (MythTV-mythtv-0.28.7-ad97d24_GH0.tar.gz) = 85651303 +TIMESTAMP = 1513802652 +SHA256 (MythTV-mythtv-v0.27.5_GH0.tar.gz) = 7e625f94332effeadfba8e7ae7c98d44a83bfc25b7c59e39adce67dc2f4e1e1b +SIZE (MythTV-mythtv-v0.27.5_GH0.tar.gz) = 85652939