Index: portuguese/frontpage-pt_BR/Makefile =================================================================== RCS file: /home/ncvs/ports/portuguese/frontpage-pt_BR/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- portuguese/frontpage-pt_BR/Makefile 22 Feb 2004 02:16:43 -0000 1.5 +++ portuguese/frontpage-pt_BR/Makefile 18 Jun 2006 04:42:46 -0000 @@ -9,7 +9,6 @@ CATEGORIES= portuguese www PKGNAMEPREFIX= pt_BR- -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage Brazilian Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: portuguese/frontpage-pt_BR/distinfo =================================================================== RCS file: /home/ncvs/ports/portuguese/frontpage-pt_BR/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- portuguese/frontpage-pt_BR/distinfo 26 Nov 2005 00:42:01 -0000 1.3 +++ portuguese/frontpage-pt_BR/distinfo 18 Jun 2006 05:43:02 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_ptb.tar.Z) = ce3f3a060b1accde206965eedfec80e2 -SHA256 (fp50_ptb.tar.Z) = 0e657d3715af8d23a8d39b42c8d8ba280fb59731b36f4adffe3678d72cc4b79b -SIZE (fp50_ptb.tar.Z) = 438895 +MD5 (fp5024803/fp50_ptb.tar.Z) = ce3f3a060b1accde206965eedfec80e2 +SHA256 (fp5024803/fp50_ptb.tar.Z) = 0e657d3715af8d23a8d39b42c8d8ba280fb59731b36f4adffe3678d72cc4b79b +SIZE (fp5024803/fp50_ptb.tar.Z) = 438895 Index: www/frontpage-ar/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-ar/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- www/frontpage-ar/Makefile 13 May 2006 04:41:10 -0000 1.13 +++ www/frontpage-ar/Makefile 18 Jun 2006 04:43:41 -0000 @@ -6,7 +6,7 @@ # PORTNAME= frontpage -PORTVERSION= 5.0.2.2623 +PORTVERSION= 5.0.2.4803 CATEGORIES?= www MASTER_SITES= http://download.microsoft.com/download/FrontPage2002/Utility/2002/UNIX/EN-US/ \ ftp://ftp.microsoft.com/products/frontpage/FPSE02LangFiles/ @@ -14,7 +14,7 @@ DISTFILES= EXTRACT_ONLY= -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= swhetzel@gmail.com COMMENT?= Microsoft Frontpage Arabic Web Administration RUN_DEPENDS= ${FPSETPERM}:${PORTSDIR}/www/frontpage @@ -23,23 +23,18 @@ FP_LANGUAGE?= Arabic FP_LCID?= 1025 -.for _FP_LANG in ${FP_LANG} -DISTFILES+= fp${PORTVERSION:S/.//:C/\..*//}_${_FP_LANG}.tar.Z -.endfor - .include +.include "${.CURDIR}/../../www/frontpage/Makefile.fp.common" -ONLY_FOR_ARCHS= i386 alpha +.for _FP_LANG in ${FP_LANG} +DISTFILES+= fp${FP_VER:S/.//}_${_FP_LANG}.tar.Z +.endfor NO_WRKSUBDIR= yes NO_BUILD= yes -FP_VER= 5.0 - -FP_DIR= ${PREFIX}/frontpage/version${FP_VER} -FPSETPERM= ${FP_DIR}/set_default_perms.sh +FPSETPERM= ${PREFIX}/${FP_DIR}/set_default_perms.sh -PLIST_SUB= FP_VER=${FP_VER} .ifndef NO_FP_LCID_SUB PLIST_SUB+= FP_LCID=${FP_LCID} .endif @@ -47,18 +42,21 @@ do-install: @${ECHO_MSG} "===> Untaring FrontPage ${FP_LANGUAGE} Language Extensions to ${PREFIX}" .for DISTFILE in ${DISTFILES} - @(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILE} ${EXTRACT_AFTER_ARGS}) + @(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILE} ${EXTRACT_AFTER_ARGS}) .endfor .for _FP_LCID in ${FP_LCID} - @${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' ${FP_DIR}/admin/${_FP_LCID}/webadmin.css - @if [ -f ${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ] ; then \ - ${RM} ${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ; \ + @${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' \ + ${PREFIX}/${FP_DIR}/admin/${_FP_LCID}/webadmin.css + @if [ -f ${PREFIX}/${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ] ; then \ + ${RM} ${PREFIX}/${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ; \ fi - @if [ ! -f ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ]; then \ - ${CP} ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ; \ + @if [ ! -f ${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ]; then \ + ${CP} ${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm \ + ${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ; \ fi - @if [ ! -f ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ]; then \ - ${CP} ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ; \ + @if [ ! -f ${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ]; then \ + ${CP} ${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgindex.htm \ + ${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ; \ fi .endfor @${FPSETPERM} Index: www/frontpage-ar/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-ar/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-ar/distinfo 25 Nov 2005 19:01:57 -0000 1.3 +++ www/frontpage-ar/distinfo 18 Jun 2006 04:37:57 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_ara.tar.Z) = 52319c583170700c856a9ccb70cc5ff4 -SHA256 (fp50_ara.tar.Z) = d897bb63741dca021ee32a84926c0c5f131468bff54818b26dfc010cd9c25db2 -SIZE (fp50_ara.tar.Z) = 443725 +MD5 (fp5024803/fp50_ara.tar.Z) = 52319c583170700c856a9ccb70cc5ff4 +SHA256 (fp5024803/fp50_ara.tar.Z) = d897bb63741dca021ee32a84926c0c5f131468bff54818b26dfc010cd9c25db2 +SIZE (fp5024803/fp50_ara.tar.Z) = 443725 Index: www/frontpage-de/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-de/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-de/Makefile 22 Feb 2004 02:16:43 -0000 1.4 +++ www/frontpage-de/Makefile 18 Jun 2006 04:33:45 -0000 @@ -9,7 +9,6 @@ CATEGORIES= www german PKGNAMEPREFIX= de- -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage German Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-de/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-de/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-de/distinfo 25 Nov 2005 19:01:57 -0000 1.3 +++ www/frontpage-de/distinfo 18 Jun 2006 04:38:11 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_ger.tar.Z) = 835dd61c9f239445230d347b5ea02907 -SHA256 (fp50_ger.tar.Z) = 5928c41a9de2189e8ff3bb63e67a19e4038e3880ece99abcb86ef2db9235da45 -SIZE (fp50_ger.tar.Z) = 468877 +MD5 (fp5024803/fp50_ger.tar.Z) = 835dd61c9f239445230d347b5ea02907 +SHA256 (fp5024803/fp50_ger.tar.Z) = 5928c41a9de2189e8ff3bb63e67a19e4038e3880ece99abcb86ef2db9235da45 +SIZE (fp5024803/fp50_ger.tar.Z) = 468877 Index: www/frontpage-es/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-es/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-es/Makefile 22 Feb 2004 02:16:43 -0000 1.4 +++ www/frontpage-es/Makefile 18 Jun 2006 04:35:50 -0000 @@ -8,7 +8,6 @@ PORTNAME= frontpage PKGNAMEPREFIX= es- -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage Spanish Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-es/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-es/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-es/distinfo 25 Nov 2005 19:01:57 -0000 1.3 +++ www/frontpage-es/distinfo 18 Jun 2006 04:38:23 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_esn.tar.Z) = d783ccf36a8caee8477117d8e312cb9a -SHA256 (fp50_esn.tar.Z) = 3897c7130bab776de588e82b9d07d7bf1e5b52199fa13e63d11a1024d9e1817c -SIZE (fp50_esn.tar.Z) = 450574 +MD5 (fp5024803/fp50_esn.tar.Z) = d783ccf36a8caee8477117d8e312cb9a +SHA256 (fp5024803/fp50_esn.tar.Z) = 3897c7130bab776de588e82b9d07d7bf1e5b52199fa13e63d11a1024d9e1817c +SIZE (fp5024803/fp50_esn.tar.Z) = 450574 Index: www/frontpage-fr/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-fr/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-fr/Makefile 22 Feb 2004 02:16:43 -0000 1.4 +++ www/frontpage-fr/Makefile 18 Jun 2006 04:38:32 -0000 @@ -9,7 +9,6 @@ CATEGORIES= www french PKGNAMEPREFIX= fr- -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage French Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-fr/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-fr/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-fr/distinfo 25 Nov 2005 19:01:57 -0000 1.3 +++ www/frontpage-fr/distinfo 18 Jun 2006 04:38:38 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_fra.tar.Z) = 9fd1b8dc8166516b27040d5a7180aa7d -SHA256 (fp50_fra.tar.Z) = 3b466816047b1f53a42b7b9ed76e3ebd51502963664a2fe20d37da3f139e5d0f -SIZE (fp50_fra.tar.Z) = 466119 +MD5 (fp5024803/fp50_fra.tar.Z) = 9fd1b8dc8166516b27040d5a7180aa7d +SHA256 (fp5024803/fp50_fra.tar.Z) = 3b466816047b1f53a42b7b9ed76e3ebd51502963664a2fe20d37da3f139e5d0f +SIZE (fp5024803/fp50_fra.tar.Z) = 466119 Index: www/frontpage-he/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-he/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-he/Makefile 22 Feb 2004 02:16:44 -0000 1.4 +++ www/frontpage-he/Makefile 18 Jun 2006 04:38:45 -0000 @@ -9,7 +9,6 @@ CATEGORIES= www hebrew PKGNAMEPREFIX= he- -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage Hebrew Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-he/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-he/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-he/distinfo 25 Nov 2005 19:01:57 -0000 1.3 +++ www/frontpage-he/distinfo 18 Jun 2006 04:38:50 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_hbr.tar.Z) = 4cfbc43179da015a6f15425fa866be6d -SHA256 (fp50_hbr.tar.Z) = 9d835b72225d0c8c3d125b36b3315b879bd59b9d1004c6e9197f941dbbf4633d -SIZE (fp50_hbr.tar.Z) = 433295 +MD5 (fp5024803/fp50_hbr.tar.Z) = 4cfbc43179da015a6f15425fa866be6d +SHA256 (fp5024803/fp50_hbr.tar.Z) = 9d835b72225d0c8c3d125b36b3315b879bd59b9d1004c6e9197f941dbbf4633d +SIZE (fp5024803/fp50_hbr.tar.Z) = 433295 Index: www/frontpage-it/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-it/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-it/Makefile 22 Feb 2004 02:16:44 -0000 1.4 +++ www/frontpage-it/Makefile 18 Jun 2006 04:39:00 -0000 @@ -8,7 +8,6 @@ PORTNAME= frontpage PKGNAMEPREFIX= it- -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage Italian Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-it/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-it/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-it/distinfo 25 Nov 2005 19:01:57 -0000 1.3 +++ www/frontpage-it/distinfo 18 Jun 2006 04:39:05 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_ita.tar.Z) = 6a8c2c93ff79c3b97203404e029578e7 -SHA256 (fp50_ita.tar.Z) = ba3101971f39cfc33ef7d51e8c5128b1c8e67991e98f4179b42b06d1b81da01a -SIZE (fp50_ita.tar.Z) = 451456 +MD5 (fp5024803/fp50_ita.tar.Z) = 6a8c2c93ff79c3b97203404e029578e7 +SHA256 (fp5024803/fp50_ita.tar.Z) = ba3101971f39cfc33ef7d51e8c5128b1c8e67991e98f4179b42b06d1b81da01a +SIZE (fp5024803/fp50_ita.tar.Z) = 451456 Index: www/frontpage-ja/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-ja/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-ja/Makefile 22 Feb 2004 02:16:44 -0000 1.4 +++ www/frontpage-ja/Makefile 18 Jun 2006 04:39:13 -0000 @@ -9,7 +9,6 @@ PKGNAMEPREFIX= ja- CATEGORIES= www japanese -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage Japanese Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-ja/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-ja/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-ja/distinfo 25 Nov 2005 19:01:58 -0000 1.3 +++ www/frontpage-ja/distinfo 18 Jun 2006 04:39:18 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_jpn.tar.Z) = bf9ff4c747372229c6fea49b7a37b5c1 -SHA256 (fp50_jpn.tar.Z) = d05f215bc6840dcf1df988938d16b6fbbda723fa3819d13b8962da4a01be46bb -SIZE (fp50_jpn.tar.Z) = 435221 +MD5 (fp5024803/fp50_jpn.tar.Z) = bf9ff4c747372229c6fea49b7a37b5c1 +SHA256 (fp5024803/fp50_jpn.tar.Z) = d05f215bc6840dcf1df988938d16b6fbbda723fa3819d13b8962da4a01be46bb +SIZE (fp5024803/fp50_jpn.tar.Z) = 435221 Index: www/frontpage-ko/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-ko/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-ko/Makefile 22 Feb 2004 02:16:44 -0000 1.4 +++ www/frontpage-ko/Makefile 18 Jun 2006 04:39:26 -0000 @@ -9,7 +9,6 @@ PKGNAMEPREFIX= ko- CATEGORIES= www korean -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage Korean Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-ko/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-ko/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-ko/distinfo 25 Nov 2005 19:01:58 -0000 1.3 +++ www/frontpage-ko/distinfo 18 Jun 2006 04:39:31 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_kor.tar.Z) = 62fd8351c8e32d36d27bedc82b9363d6 -SHA256 (fp50_kor.tar.Z) = d518403aa4a8be71b53599cc6c69127270855d15b9914fc252bfc9f742d74a77 -SIZE (fp50_kor.tar.Z) = 432407 +MD5 (fp5024803/fp50_kor.tar.Z) = 62fd8351c8e32d36d27bedc82b9363d6 +SHA256 (fp5024803/fp50_kor.tar.Z) = d518403aa4a8be71b53599cc6c69127270855d15b9914fc252bfc9f742d74a77 +SIZE (fp5024803/fp50_kor.tar.Z) = 432407 Index: www/frontpage-nl/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-nl/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-nl/Makefile 22 Feb 2004 02:16:44 -0000 1.4 +++ www/frontpage-nl/Makefile 18 Jun 2006 04:39:42 -0000 @@ -8,7 +8,6 @@ PORTNAME= frontpage PKGNAMEPREFIX= nl- -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage Dutch Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-nl/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-nl/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-nl/distinfo 25 Nov 2005 19:01:58 -0000 1.3 +++ www/frontpage-nl/distinfo 18 Jun 2006 04:39:47 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_nld.tar.Z) = 00c9b28ae0685a205b515aa1fbee705d -SHA256 (fp50_nld.tar.Z) = d25c0eb47b615daadfa3818c5295e717920d1fea6160c5d54e61175d67821605 -SIZE (fp50_nld.tar.Z) = 451966 +MD5 (fp5024803/fp50_nld.tar.Z) = 00c9b28ae0685a205b515aa1fbee705d +SHA256 (fp5024803/fp50_nld.tar.Z) = d25c0eb47b615daadfa3818c5295e717920d1fea6160c5d54e61175d67821605 +SIZE (fp5024803/fp50_nld.tar.Z) = 451966 Index: www/frontpage-sv/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-sv/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-sv/Makefile 22 Feb 2004 02:16:44 -0000 1.4 +++ www/frontpage-sv/Makefile 18 Jun 2006 04:39:57 -0000 @@ -8,7 +8,6 @@ PORTNAME= frontpage PKGNAMEPREFIX= sv- -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage Swedish Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-sv/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-sv/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-sv/distinfo 25 Nov 2005 19:01:58 -0000 1.3 +++ www/frontpage-sv/distinfo 18 Jun 2006 04:40:02 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_sve.tar.Z) = f3fd1b540a722796515afdc96bd3aeb6 -SHA256 (fp50_sve.tar.Z) = 8c9f56d762a8b23377b473f347ad4f6fe3d0e379e11e903092af8d339d7bd34c -SIZE (fp50_sve.tar.Z) = 453163 +MD5 (fp5024803/fp50_sve.tar.Z) = f3fd1b540a722796515afdc96bd3aeb6 +SHA256 (fp5024803/fp50_sve.tar.Z) = 8c9f56d762a8b23377b473f347ad4f6fe3d0e379e11e903092af8d339d7bd34c +SIZE (fp5024803/fp50_sve.tar.Z) = 453163 Index: www/frontpage-th/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-th/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-th/Makefile 22 Feb 2004 02:16:44 -0000 1.4 +++ www/frontpage-th/Makefile 18 Jun 2006 04:40:15 -0000 @@ -8,7 +8,6 @@ PORTNAME= frontpage PKGNAMEPREFIX= th- -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage Thai Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-th/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-th/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-th/distinfo 25 Nov 2005 19:01:58 -0000 1.3 +++ www/frontpage-th/distinfo 18 Jun 2006 04:40:20 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_tha.tar.Z) = ea823e70c79f6cfa8ee31f7a48ac12be -SHA256 (fp50_tha.tar.Z) = f470586ffd5658b4cd771aea60357d4d13ff31a061ca2ef34519022f492bb053 -SIZE (fp50_tha.tar.Z) = 458885 +MD5 (fp5024803/fp50_tha.tar.Z) = ea823e70c79f6cfa8ee31f7a48ac12be +SHA256 (fp5024803/fp50_tha.tar.Z) = f470586ffd5658b4cd771aea60357d4d13ff31a061ca2ef34519022f492bb053 +SIZE (fp5024803/fp50_tha.tar.Z) = 458885 Index: www/frontpage-zh/Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-zh/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- www/frontpage-zh/Makefile 22 Feb 2004 02:16:44 -0000 1.7 +++ www/frontpage-zh/Makefile 18 Jun 2006 04:40:31 -0000 @@ -9,7 +9,6 @@ CATEGORIES= www chinese PKGNAMEPREFIX= zh- -MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Frontpage Chinese Web Administration MD5_FILE= ${.CURDIR}/distinfo Index: www/frontpage-zh/distinfo =================================================================== RCS file: /home/ncvs/ports/www/frontpage-zh/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-zh/distinfo 25 Nov 2005 19:01:58 -0000 1.3 +++ www/frontpage-zh/distinfo 18 Jun 2006 04:40:36 -0000 @@ -1,9 +1,9 @@ -MD5 (fp50_chp.tar.Z) = adc5d9b3cb88289a1074c0a2031947a5 -SHA256 (fp50_chp.tar.Z) = b036b21b8d201a42c61872a6fa327f703a10220998a02b54913112e7e3f0c752 -SIZE (fp50_chp.tar.Z) = 424175 -MD5 (fp50_chs.tar.Z) = 8e75814292f0e7f983298cbdaf862c1b -SHA256 (fp50_chs.tar.Z) = f93592f967c49a9eff7943872182a6822c8d12fbe75e18178c76082de9f5bc81 -SIZE (fp50_chs.tar.Z) = 420146 -MD5 (fp50_cht.tar.Z) = 39d6c86aaf090d37a64ba93060c2ab74 -SHA256 (fp50_cht.tar.Z) = 5422fcaa80c7c3fc7f6a0d8748ec06335846d092ab3376da48eb0005098fe5c3 -SIZE (fp50_cht.tar.Z) = 424171 +MD5 (fp5024803/fp50_chp.tar.Z) = adc5d9b3cb88289a1074c0a2031947a5 +SHA256 (fp5024803/fp50_chp.tar.Z) = b036b21b8d201a42c61872a6fa327f703a10220998a02b54913112e7e3f0c752 +SIZE (fp5024803/fp50_chp.tar.Z) = 424175 +MD5 (fp5024803/fp50_chs.tar.Z) = 8e75814292f0e7f983298cbdaf862c1b +SHA256 (fp5024803/fp50_chs.tar.Z) = f93592f967c49a9eff7943872182a6822c8d12fbe75e18178c76082de9f5bc81 +SIZE (fp5024803/fp50_chs.tar.Z) = 420146 +MD5 (fp5024803/fp50_cht.tar.Z) = 39d6c86aaf090d37a64ba93060c2ab74 +SHA256 (fp5024803/fp50_cht.tar.Z) = 5422fcaa80c7c3fc7f6a0d8748ec06335846d092ab3376da48eb0005098fe5c3 +SIZE (fp5024803/fp50_cht.tar.Z) = 424171