From 9c4715ef407fa0b5b16ccd932a6fcfee96a9d3ea Mon Sep 17 00:00:00 2001 From: mnag Date: Sun, 2 Oct 2005 14:50:49 +0000 Subject: Update MASTER_SITES and distinfo because project has new home and files are recreated. Bump PORTREVISION. PR: 86771 Submitted by: Dario Freni (maintainer) Approved by: pav (mentor) --- audio/festvox-lp/Makefile | 14 +++++++++----- audio/festvox-lp/distinfo | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'audio/festvox-lp') diff --git a/audio/festvox-lp/Makefile b/audio/festvox-lp/Makefile index dc9ac8eab1cf..34ec26c1d5bf 100644 --- a/audio/festvox-lp/Makefile +++ b/audio/festvox-lp/Makefile @@ -7,9 +7,11 @@ PORTNAME= festvox-lp PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= audio accessibility -MASTER_SITES= http://www.csrf.pd.cnr.it/Software/It-Festival/ -DISTNAME= lp_ogi_diphone +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= it-festival +DISTNAME= Italian-FESTIVAL DIST_SUBDIR= festival MAINTAINER= saturnero@gufi.org @@ -21,15 +23,17 @@ RUN_DEPENDS= ${LOCALBASE}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/fes NO_BUILD= yes USE_ZIP= YES + WRKSRC= ${WRKDIR}/festival FHOME= ${PREFIX}/share/festival post-extract: - @ ${CHMOD} -R 644 ${WRKSRC} - @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 + @${UNZIP_CMD} -qq -d ${WRKDIR} ${WRKDIR}/lp_ogi_diphone.zip + @${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 + @${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 do-install: ${MKDIR} ${FHOME} - cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + (cd ${WRKSRC} && ${CP} -pPR * ${FHOME}) .include diff --git a/audio/festvox-lp/distinfo b/audio/festvox-lp/distinfo index abf14d893f10..5e02f262e18d 100644 --- a/audio/festvox-lp/distinfo +++ b/audio/festvox-lp/distinfo @@ -1,2 +1,2 @@ -MD5 (festival/lp_ogi_diphone.zip) = 0766ba758f7c41be147f06b6dfa58e61 -SIZE (festival/lp_ogi_diphone.zip) = 4301343 +MD5 (festival/Italian-FESTIVAL.zip) = e54ff149497a1b76a3a6b65f62eaab35 +SIZE (festival/Italian-FESTIVAL.zip) = 20715806 -- cgit