1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- update to 3.0

This commit is contained in:
Baptiste Daroussin 2012-09-21 07:26:55 +00:00
parent 06c5faf73a
commit e459ffe3d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304611
2 changed files with 8 additions and 14 deletions

View File

@ -1,16 +1,10 @@
# New ports collection makefile for: hyphen
# Date created: 2011-07-20
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hyphen
PORTVERSION= 2.0
PORTREVISION= 1
PORTVERSION= 3.0
CATEGORIES= french textproc
MASTER_SITES= http://www.dicollecte.org/download/fr/
DISTNAME= hyph_fr_${PORTVERSION:S/./-/}
DISTNAME= hyph-fr-v${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
@ -20,19 +14,19 @@ USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_fr_FR.dic
PLIST_FILES= %%DATADIR%%/hyph_fr.dic
PLIST_DIRSTRY= %%DATADIR%%
FRALIASES= fr_BE fr_CA fr_CH fr_LU
FRALIASES= fr_FR fr_BE fr_CA fr_CH fr_LU
.for ALIAS in ${FRALIASES}
PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic
.endfor
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/hyph_fr_FR.dic ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/hyph_fr.dic ${DATADIR}/
.for ALIAS in ${FRALIASES}
${LN} -s hyph_fr_FR.dic ${DATADIR}/hyph_${ALIAS}.dic
${LN} -s hyph_fr.dic ${DATADIR}/hyph_${ALIAS}.dic
.endfor
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (hyphen/hyph_fr_2-0.zip) = b947910457001fc0ca187354ec2256753c07a7fade7be60507c6c4b85f926c24
SIZE (hyphen/hyph_fr_2-0.zip) = 325626
SHA256 (hyphen/hyph-fr-v3.0.zip) = e8511e9b7e855cb87f02e19a7cd51cd6527c7da76d9770d4891f7b2a2df77547
SIZE (hyphen/hyph-fr-v3.0.zip) = 35844