diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-02 22:48:24 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-02 22:48:24 +0800 |
commit | bb8a1264c60057a67131ce5c81f970c60297ad12 (patch) | |
tree | 77695fd6ff85a2c6a87c996a7b8e0be8b8d7dd77 /audio | |
parent | 7c2b56d2093b767779eca49aafd1920a82f593b6 (diff) | |
download | freebsd-ports-gnome-bb8a1264c60057a67131ce5c81f970c60297ad12.tar.gz freebsd-ports-gnome-bb8a1264c60057a67131ce5c81f970c60297ad12.tar.zst freebsd-ports-gnome-bb8a1264c60057a67131ce5c81f970c60297ad12.zip |
Update MASTER_SITES and distinfo because project has new home and files are recreated.
Bump PORTREVISION.
PR: 86769
Submitted by: Dario Freni <saturnero@gufi.org> (maintainer)
Approved by: pav (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festlex-ifd/Makefile | 12 | ||||
-rw-r--r-- | audio/festlex-ifd/distinfo | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/audio/festlex-ifd/Makefile b/audio/festlex-ifd/Makefile index cf91f74f9c85..7e60e2ce690b 100644 --- a/audio/festlex-ifd/Makefile +++ b/audio/festlex-ifd/Makefile @@ -7,9 +7,11 @@ PORTNAME= festlex-ifd PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= audio accessibility -MASTER_SITES= http://www.csrf.pd.cnr.it/Software/It-Festival/ -DISTNAME= lex_ifd +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= it-festival +DISTNAME= Italian-FESTIVAL DIST_SUBDIR= festival MAINTAINER= saturnero@gufi.org @@ -19,15 +21,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} + @${UNZIP_CMD} -qq -d ${WRKDIR} ${WRKDIR}/lex_ifd.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/festlex-ifd/distinfo b/audio/festlex-ifd/distinfo index 3b4c0c7239b4..5e02f262e18d 100644 --- a/audio/festlex-ifd/distinfo +++ b/audio/festlex-ifd/distinfo @@ -1,2 +1,2 @@ -MD5 (festival/lex_ifd.zip) = aa544b1f4ac18fb9e1c3e4ba7d5cccfc -SIZE (festival/lex_ifd.zip) = 3394866 +MD5 (festival/Italian-FESTIVAL.zip) = e54ff149497a1b76a3a6b65f62eaab35 +SIZE (festival/Italian-FESTIVAL.zip) = 20715806 |