diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-02 22:50:49 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-02 22:50:49 +0800 |
commit | 9c4715ef407fa0b5b16ccd932a6fcfee96a9d3ea (patch) | |
tree | d241921780825a6503eaa3b7b4e84453fbd37558 /audio | |
parent | 828425fa0a1302608343a1bc9a8dd5e58aa24335 (diff) | |
download | freebsd-ports-gnome-9c4715ef407fa0b5b16ccd932a6fcfee96a9d3ea.tar.gz freebsd-ports-gnome-9c4715ef407fa0b5b16ccd932a6fcfee96a9d3ea.tar.zst freebsd-ports-gnome-9c4715ef407fa0b5b16ccd932a6fcfee96a9d3ea.zip |
Update MASTER_SITES and distinfo because project has new home and files are recreated.
Bump PORTREVISION.
PR: 86771
Submitted by: Dario Freni <saturnero@gufi.org> (maintainer)
Approved by: pav (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festvox-lp/Makefile | 14 | ||||
-rw-r--r-- | audio/festvox-lp/distinfo | 4 |
2 files changed, 11 insertions, 7 deletions
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 <bsd.port.mk> 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 |