svn commit: r383470 - head/audio/autotalent

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 6 18:59:12 UTC 2015


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


More information about the svn-ports-all mailing list