From owner-svn-ports-head@freebsd.org Mon Dec 28 16:03:28 2015 Return-Path: Delivered-To: svn-ports-head@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 6B69BA54320; Mon, 28 Dec 2015 16:03:28 +0000 (UTC) (envelope-from rakuco@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 3B3731F89; Mon, 28 Dec 2015 16:03:28 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSG3Rta053137; Mon, 28 Dec 2015 16:03:27 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSG3R9c053135; Mon, 28 Dec 2015 16:03:27 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512281603.tBSG3R9c053135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 28 Dec 2015 16:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404670 - head/audio/praat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 16:03:28 -0000 Author: rakuco Date: Mon Dec 28 16:03:27 2015 New Revision: 404670 URL: https://svnweb.freebsd.org/changeset/ports/404670 Log: Unbreak `make fetch'. The port's releases are now available from GitHub. diff -uprN between the old tarball from distcache.FreeBSD.org and the one from GitHub shows that the only difference is that two files are no longer present: test/kar/MacRoman.praat and test/kar/unicode16.praat. Modified: head/audio/praat/Makefile head/audio/praat/distinfo Modified: head/audio/praat/Makefile ============================================================================== --- head/audio/praat/Makefile Mon Dec 28 15:49:48 2015 (r404669) +++ head/audio/praat/Makefile Mon Dec 28 16:03:27 2015 (r404670) @@ -5,16 +5,16 @@ PORTNAME= praat PORTVERSION= 5.4.08 PORTREVISION= 1 CATEGORIES= audio science -MASTER_SITES= http://www.fon.hum.uva.nl/praat/ -DISTNAME= praat5408_sources MAINTAINER= bacon4000@gmail.com COMMENT= Phonetics by Computer -BROKEN= unfetchable - LICENSE= GPLv2 +USE_GITHUB= yes +GH_ACCOUNT= praat +GH_PROJECT= praat +GH_TAGNAME= v${PORTVERSION} DOS2UNIX_REGEX= .*Makefile USES= dos2unix iconv pkgconfig USE_GNOME= gtk20 Modified: head/audio/praat/distinfo ============================================================================== --- head/audio/praat/distinfo Mon Dec 28 15:49:48 2015 (r404669) +++ head/audio/praat/distinfo Mon Dec 28 16:03:27 2015 (r404670) @@ -1,2 +1,2 @@ -SHA256 (praat5408_sources.tar.gz) = 7390668af1b221cdfed14f215e3ef7b27229cef2a9d416c9549e9a15f6bc1315 -SIZE (praat5408_sources.tar.gz) = 7383306 +SHA256 (praat-praat-5.4.08-v5.4.08_GH0.tar.gz) = 820f6c6e43a46c565778c2494fef6de3b0c5100e78ae5e2979194619c332e165 +SIZE (praat-praat-5.4.08-v5.4.08_GH0.tar.gz) = 6973960