From owner-svn-ports-head@FreeBSD.ORG  Fri Sep 21 07:26:56 2012
Return-Path: <owner-svn-ports-head@FreeBSD.ORG>
Delivered-To: svn-ports-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 98E321065674;
	Fri, 21 Sep 2012 07:26:56 +0000 (UTC)
	(envelope-from bapt@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c])
	by mx1.freebsd.org (Postfix) with ESMTP id 6B60C8FC17;
	Fri, 21 Sep 2012 07:26:56 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
	by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8L7Quju089213;
	Fri, 21 Sep 2012 07:26:56 GMT (envelope-from bapt@svn.freebsd.org)
Received: (from bapt@localhost)
	by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8L7Quvq089210;
	Fri, 21 Sep 2012 07:26:56 GMT (envelope-from bapt@svn.freebsd.org)
Message-Id: <201209210726.q8L7Quvq089210@svn.freebsd.org>
From: Baptiste Daroussin <bapt@FreeBSD.org>
Date: Fri, 21 Sep 2012 07:26:56 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
	svn-ports-head@freebsd.org
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Cc: 
Subject: svn commit: r304611 - head/french/hyphen
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SVN commit messages for the ports tree for head
	<svn-ports-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>, 
	<mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
	<mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 21 Sep 2012 07:26:56 -0000

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