Index: head/audio/autotalent/Makefile =================================================================== --- head/audio/autotalent/Makefile (revision 383469) +++ head/audio/autotalent/Makefile (revision 383470) @@ -1,34 +1,37 @@ # Created by: Rich Neese # $FreeBSD$ 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} USES= gmake MAKE_ARGS= CXX="${CXX}" CC="${CC}" CPP="${CPP}" \ CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include" ALL_TARGET= targets PLIST_FILES= lib/ladspa/autotalent.so post-patch: @${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} \ ${REINPLACE_CMD} -e "s|||g" ${REINPLACE_CMD} -e "s,-O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math,${CFLAGS}," ${WRKSRC}/Makefile do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa ${INSTALL_LIB} ${WRKSRC}/autotalent.so ${STAGEDIR}${PREFIX}/lib/ladspa .include Index: head/audio/autotalent/distinfo =================================================================== --- head/audio/autotalent/distinfo (revision 383469) +++ head/audio/autotalent/distinfo (revision 383470) @@ -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 Index: head/audio/autotalent/pkg-descr =================================================================== --- head/audio/autotalent/pkg-descr (revision 383469) +++ head/audio/autotalent/pkg-descr (revision 383470) @@ -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