svn commit: r304611 - head/french/hyphen

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 21 07:26:56 UTC 2012


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 at 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 at 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



More information about the svn-ports-all mailing list