diff options
author | bapt <bapt@FreeBSD.org> | 2012-09-21 15:26:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-09-21 15:26:55 +0800 |
commit | 350b2c7f1e483f9de2e2e9dd050f93c8c5942ce3 (patch) | |
tree | 7ee07d95b08f69e412b57eae617e747845fb1fbe /french | |
parent | 2c3b7a1d8e2165b4d6842333170528adb4521354 (diff) | |
download | freebsd-ports-gnome-350b2c7f1e483f9de2e2e9dd050f93c8c5942ce3.tar.gz freebsd-ports-gnome-350b2c7f1e483f9de2e2e9dd050f93c8c5942ce3.tar.zst freebsd-ports-gnome-350b2c7f1e483f9de2e2e9dd050f93c8c5942ce3.zip |
- update to 3.0
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 |