svn commit: r404670 - head/audio/praat

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Dec 28 16:03:28 UTC 2015


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 at 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


More information about the svn-ports-head mailing list