Date: Fri, 21 Sep 2012 07:26:56 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304611 - head/french/hyphen Message-ID: <201209210726.q8L7Quvq089210@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 21 07:26:55 2012 New Revision: 304611 URL: http://svn.freebsd.org/changeset/ports/304611 Log: - update to 3.0 Modified: head/french/hyphen/Makefile head/french/hyphen/distinfo Modified: head/french/hyphen/Makefile ============================================================================== --- head/french/hyphen/Makefile Fri Sep 21 07:22:26 2012 (r304610) +++ head/french/hyphen/Makefile Fri Sep 21 07:26:55 2012 (r304611) @@ -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> Modified: head/french/hyphen/distinfo ============================================================================== --- head/french/hyphen/distinfo Fri Sep 21 07:22:26 2012 (r304610) +++ head/french/hyphen/distinfo Fri Sep 21 07:26:55 2012 (r304611) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209210726.q8L7Quvq089210>