Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 18:59:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383470 - head/audio/autotalent
Message-ID:  <201504061859.t36IxAgd000695@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr  6 18:59:09 2015
New Revision: 383470
URL: https://svnweb.freebsd.org/changeset/ports/383470

Log:
  - Update MASTER_SITES and unbreak this port
  - Add LICENSE
  - Update WWW
  
  PR:		199206
  Submitted by:	<tkato432@yahoo.com>

Modified:
  head/audio/autotalent/Makefile
  head/audio/autotalent/distinfo
  head/audio/autotalent/pkg-descr

Modified: head/audio/autotalent/Makefile
==============================================================================
--- head/audio/autotalent/Makefile	Mon Apr  6 18:55:37 2015	(r383469)
+++ head/audio/autotalent/Makefile	Mon Apr  6 18:59:09 2015	(r383470)
@@ -4,12 +4,15 @@
 PORTNAME=	autotalent
 PORTVERSION=	0.2
 CATEGORIES=	audio
-MASTER_SITES=	http://web.mit.edu/tbaran/www/
+MASTER_SITES=	http://tombaran.info/
+DIST_SUBDIR=	repacked
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Real-time pitch correction plugin for LADSPA
 
-BROKEN=		Distfile size mismatch
+LICENSE=	BSD3CLAUSE GPLv2
+LICENSE_COMB=	multi
+
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/audio/autotalent/distinfo
==============================================================================
--- head/audio/autotalent/distinfo	Mon Apr  6 18:55:37 2015	(r383469)
+++ head/audio/autotalent/distinfo	Mon Apr  6 18:59:09 2015	(r383470)
@@ -1,2 +1,2 @@
-SHA256 (autotalent-0.2.tar.gz) = c0d2962ac9f49a96a20b60413802f18e629034d3cb78d1c7b056c3487be4ebf5
-SIZE (autotalent-0.2.tar.gz) = 31419
+SHA256 (repacked/autotalent-0.2.tar.gz) = 105e98a0d118c0ea78432d055b9afa478a7d541e5e3fe369498104674cc504d8
+SIZE (repacked/autotalent-0.2.tar.gz) = 31388

Modified: head/audio/autotalent/pkg-descr
==============================================================================
--- head/audio/autotalent/pkg-descr	Mon Apr  6 18:55:37 2015	(r383469)
+++ head/audio/autotalent/pkg-descr	Mon Apr  6 18:59:09 2015	(r383470)
@@ -1,3 +1,3 @@
 real-time pitch correction plugin for ladspa
 
-WWW: http://web.mit.edu/tbaran/www/autotalent.html
+WWW: http://tombaran.info/autotalent.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504061859.t36IxAgd000695>