diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-09-21 07:26:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-09-21 07:26:55 +0000 |
commit | e459ffe3d95c95668389ea8596a03bc313cf85fa (patch) | |
tree | 7ee07d95b08f69e412b57eae617e747845fb1fbe /french | |
parent | 06c5faf73ac5bf6c754cbccc09903cfe3d6d86ac (diff) |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/hyphen/Makefile | 18 | ||||
-rw-r--r-- | french/hyphen/distinfo | 4 |
2 files changed, 8 insertions, 14 deletions
diff --git a/french/hyphen/Makefile b/french/hyphen/Makefile index 1c5f36960314..81bcdd0da787 100644 --- a/french/hyphen/Makefile +++ b/french/hyphen/Makefile @@ -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> diff --git a/french/hyphen/distinfo b/french/hyphen/distinfo index 816f699c92cc..f0ebe8399801 100644 --- a/french/hyphen/distinfo +++ b/french/hyphen/distinfo @@ -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 |