Date: Thu, 22 Jun 2006 16:25:11 -0500 From: "Scot Hetzel" <swhetzel@gmail.com> To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Subject: Re: ports/99321: maintainer-update: Update www/mod_frontpage*-rtr to 5.0.2.4803 Message-ID: <790a9fff0606221425x4a17ed3dha1cd89b04eddd474@mail.gmail.com> In-Reply-To: <200606222100.k5ML0da1094948@freefall.freebsd.org> References: <200606222057.k5MKvouA056840@www.freebsd.org> <200606222100.k5ML0da1094948@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_13317_24357255.1151011511527 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline This PR superseeds PR 97693 and 97694. I tried to submit seperate PR's from the FreeBSD website for www/frontpage and the */frontpage-* ports. But this is the only one that has showed up. Since, this PR depends on the patches to www/frontpage, I have attached the patches for these ports as well. In addition I would like to take back the maintainership of the */frontpage-* ports. Affected files for www/frontpage: M www/frontpage/Makefile M www/frontpage/Makefile.fp.common M www/frontpage/distinfo M www/frontpage/pkg-plist R www/frontpage/files/fp_install.alpha R www/frontpage/files/fp_install.bsdi R www/frontpage/files/fp_install.sparc Affected files for */frontpage-*: M portuguese/frontpage-pt_BR/Makefile M portuguese/frontpage-pt_BR/distinfo M www/frontpage-ar/Makefile M www/frontpage-ar/distinfo M www/frontpage-de/Makefile M www/frontpage-de/distinfo M www/frontpage-es/Makefile M www/frontpage-es/distinfo M www/frontpage-fr/Makefile M www/frontpage-fr/distinfo M www/frontpage-he/Makefile M www/frontpage-he/distinfo M www/frontpage-it/Makefile M www/frontpage-it/distinfo M www/frontpage-ja/Makefile M www/frontpage-ja/distinfo M www/frontpage-ko/Makefile M www/frontpage-ko/distinfo M www/frontpage-nl/Makefile M www/frontpage-nl/distinfo M www/frontpage-sv/Makefile M www/frontpage-sv/distinfo M www/frontpage-th/Makefile M www/frontpage-th/distinfo M www/frontpage-zh/Makefile M www/frontpage-zh/distinfo Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. ------=_Part_13317_24357255.1151011511527 Content-Type: text/plain; name=mod_frontpage-patch; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Attachment-Id: f_eorlqpjt Content-Disposition: attachment; filename="mod_frontpage-patch" Index: www/mod_frontpage2-rtr/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/mod_frontpage2-rtr/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- www/mod_frontpage2-rtr/Makefile=0923 May 2006 19:23:48 -0000=091.8 +++ www/mod_frontpage2-rtr/Makefile=0918 Jun 2006 04:17:32 -0000 @@ -6,8 +6,7 @@ # =20 PORTNAME=3D=09mod_frontpage -PORTVERSION=3D=095.0.2.2635 -PORTREVISION=3D=092 +PORTVERSION=3D=095.0.2.4803 CATEGORIES=3D=09www MASTER_SITES=3D=09# Requries manual fetch of files from http://www.rtr.com= / PKGNAMESUFFIX=3D=09${AP_VERSION:S/+//} @@ -16,24 +15,16 @@ MAINTAINER=3D=09swhetzel@gmail.com COMMENT=3D=09Microsoft mod_frontpage (by RTR) for Apache ${FP_AP_VER} =20 -FORBIDDEN=3D=09http://vuxml.FreeBSD.org/c0171f59-ea8a-11da-be02-000c6ec775= d9.html - RUN_DEPENDS=3D=09${LOCALBASE}/${FP_SETPERM}:${PORTSDIR}/www/frontpage =20 -DIST_SUBDIR=3D=09fp${PORTVERSION:S/.//g} - -ONLY_FOR_ARCHS=3D=09i386 ia64 amd64 alpha sparc64 - PATCH_WRKSRC=3D=09${WRKDIR} =20 -FPDIR=3D=09=09frontpage/version${FP_VER} - -EXTRACT_FILES=3D=09${FPDIR}/apache-fp/mod_frontpage.c \ -=09=09${FPDIR}/apache2/mod_fpcgid.c \ -=09=09${FPDIR}/apache2/mod_fpcgid.h \ -=09=09${FPDIR}/apache2/mod_frontpage.c \ -=09=09${FPDIR}/apache2/mod_frontpage.h \ -=09=09${FPDIR}/apache2/mod_suexec.h +EXTRACT_FILES=3D=09${FP_DIR}/apache-fp/mod_frontpage.c \ +=09=09${FP_DIR}/apache2/mod_fpcgid.c \ +=09=09${FP_DIR}/apache2/mod_fpcgid.h \ +=09=09${FP_DIR}/apache2/mod_frontpage.c \ +=09=09${FP_DIR}/apache2/mod_frontpage.h \ +=09=09${FP_DIR}/apache2/mod_suexec.h =20 USE_APACHE?=3D=0920+ AP_FAST_BUILD=3D=09yes @@ -41,12 +32,12 @@ =20 AP_EXTRAS=3D=09-Wc,-DFREEBSD =20 -FP_SETPERM=3D=09${FPDIR}/set_default_perms.sh +FP_SETPERM=3D=09${FP_DIR}/set_default_perms.sh =20 .ifdef WITH_MODFP_COMPAT AP_EXTRAS+=3D=09-DIMPROVED_MODFP_COMPAT .endif -.ifdef WITH_DISABLED +.ifdef WITH_MODFP_DISABLED AP_EXTRAS+=3D=09-DDEFAULT_TO_OFF .endif =20 @@ -55,11 +46,11 @@ =20 .if ${APACHE_VERSION} >=3D 20 FP_AP_VER=3D=092.0 -WRKSRC=3D=09=09${WRKDIR}/${FPDIR}/apache2 +WRKSRC=3D=09=09${WRKDIR}/${FP_DIR}/apache2 SRC_FILE=3D=09mod_frontpage.c mod_fpcgid.c .else FP_AP_VER=3D=091.3 -WRKSRC=3D=09=09${WRKDIR}/${FPDIR}/apache-fp +WRKSRC=3D=09=09${WRKDIR}/${FP_DIR}/apache-fp PKGMESSAGE=3D=09${MASTERDIR}/pkg-message13 .endif =20 Index: www/mod_frontpage2-rtr/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/mod_frontpage2-rtr/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- www/mod_frontpage2-rtr/distinfo=099 Feb 2005 20:13:26 -0000=091.1 +++ www/mod_frontpage2-rtr/distinfo=0918 Jun 2006 01:15:59 -0000 @@ -1,8 +1,12 @@ -MD5 (fp5022635/fp50.alpha.tar.gz) =3D 63c26a9ff0b97b44692fd5717b892dc0 -SIZE (fp5022635/fp50.alpha.tar.gz) =3D 13245239 -MD5 (fp5022635/fp50.bsdi.tar.gz) =3D e1640a3d5eb06fbfe77827c68c387f64 -SIZE (fp5022635/fp50.bsdi.tar.gz) =3D 10484068 -MD5 (fp5022635/fp50.freebsd.tar.gz) =3D 15bb2e119f1c2c91a5f4855a0b8ca836 -SIZE (fp5022635/fp50.freebsd.tar.gz) =3D 10205076 -MD5 (fp5022635/fp50.solaris.tar.gz) =3D 98ef852e1db27ced23e7f5971146a4dd -SIZE (fp5022635/fp50.solaris.tar.gz) =3D 11510762 +MD5 (fp5024803/fp50.alpha.tar.gz) =3D 14f7f18e18d36f1208524f88d53167fb +SHA256 (fp5024803/fp50.alpha.tar.gz) =3D 6a9d2a1ae55a8ef260e59d98b8cf26ebf= 38f11123211c748647851526f1bd60b +SIZE (fp5024803/fp50.alpha.tar.gz) =3D 13245946 +MD5 (fp5024803/fp50.bsdi.tar.gz) =3D ea789f27549835f41d7e54d7c73d98ce +SHA256 (fp5024803/fp50.bsdi.tar.gz) =3D 002dd07212c060998742fe5fd781ecbd42= 26bab461c6704d451c378a548ad5e0 +SIZE (fp5024803/fp50.bsdi.tar.gz) =3D 10523532 +MD5 (fp5024803/fp50.freebsd.tar.gz) =3D f6754c6e25f252fe19b7dff047eecf39 +SHA256 (fp5024803/fp50.freebsd.tar.gz) =3D 97f8ec0368079c35a40a7f0afbe2e11= 7bbc1c69a4774299c39490b0006015281 +SIZE (fp5024803/fp50.freebsd.tar.gz) =3D 10729480 +MD5 (fp5024803/fp50.solaris.tar.gz) =3D 7b7d8bc138459bb05185cf1f807d9f9c +SHA256 (fp5024803/fp50.solaris.tar.gz) =3D f202e26434465fcec3e838b78fca403= 89d0d3f21b6ffa626bd533cc3f73c7b4f +SIZE (fp5024803/fp50.solaris.tar.gz) =3D 11511771 Index: www/mod_frontpage2-rtr/pkg-message =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/mod_frontpage2-rtr/pkg-message,v retrieving revision 1.2 diff -u -r1.2 pkg-message --- www/mod_frontpage2-rtr/pkg-message=0911 Feb 2006 04:32:03 -0000=091.2 +++ www/mod_frontpage2-rtr/pkg-message=0914 Feb 2006 06:36:43 -0000 @@ -38,7 +38,7 @@ =09=09=09 with FrontPage Extensions =20 By default FrontPage Extentions and Administration are enabled. If -the module has been compiled with WITH_DISABLED, then you need to +the module has been compiled with WITH_MODFP_DISABLED, then you need to add one of the above directives. =20 If the module has been compiled with WITH_MODFP_COMPAT, then the Index: www/mod_frontpage2-rtr/pkg-message13 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/mod_frontpage2-rtr/pkg-message13,v retrieving revision 1.2 diff -u -r1.2 pkg-message13 --- www/mod_frontpage2-rtr/pkg-message13=0911 Feb 2006 04:32:03 -0000=091.2 +++ www/mod_frontpage2-rtr/pkg-message13=0914 Feb 2006 06:37:01 -0000 @@ -50,7 +50,7 @@ =09=09=09 with FrontPage Extensions =20 By default FrontPage Extentions and Administration are enabled. If -the module has been compiled with WITH_DISABLED, then you need to +the module has been compiled with WITH_MODFP_DISABLED, then you need to add one of the above directives. =20 If the module has been compiled with WITH_MODFP_COMPAT, then the Index: www/mod_frontpage2-rtr/files/patch-apache-fp::mod_frontpage.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/mod_frontpage2-rtr/files/patch-apache-fp::mo= d_frontpage.c,v retrieving revision 1.1 diff -u -r1.1 patch-apache-fp::mod_frontpage.c --- www/mod_frontpage2-rtr/files/patch-apache-fp::mod_frontpage.c=099 Feb 2= 005 20:13:27 -0000=091.1 +++ www/mod_frontpage2-rtr/files/patch-apache-fp::mod_frontpage.c=0920 Jun = 2006 13:55:41 -0000 @@ -1,5 +1,5 @@ --- frontpage/version5.0/apache-fp/mod_frontpage.c.orig=09Tue Dec 2 20:18= :45 2003 -+++ frontpage/version5.0/apache-fp/mod_frontpage.c=09Mon Jan 31 00:43:54 2= 005 ++++ frontpage/version5.0/apache-fp/mod_frontpage.c=09Tue Jun 20 08:51:30 2= 006 @@ -52,10 +52,13 @@ #include "httpd.h" #include "http_config.h" @@ -26,10 +26,12 @@ static char gszKeyVal[KEYLEN+1]; /* SUID key value used by this module= */ static int gfdKeyPipe[2]; /* Pipe to fpexe stub CGI */ static int gbKeyPipeActive; /* Pipe to fpexe stub CGI is active *= / -@@ -584,6 +592,31 @@ +@@ -583,7 +591,32 @@ + /* * Thanks to Scot Hetzel (hetzels@westbend.net) */ - ap_add_version_component("FrontPage/5.0.2.2635"); +- ap_add_version_component("FrontPage/5.0.2.2635"); ++ ap_add_version_component("FrontPage/5.0.2.4803"); + + while (s !=3D NULL) { + FrontPage_conf* c =3D ap_get_module_config (s->module_config, &fr= ontpage_module); Index: www/mod_frontpage2-rtr/files/patch-apache2::mod_frontpage.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/mod_frontpage2-rtr/files/patch-apache2::mod_= frontpage.c,v retrieving revision 1.2 diff -u -r1.2 patch-apache2::mod_frontpage.c --- www/mod_frontpage2-rtr/files/patch-apache2::mod_frontpage.c=0911 Feb 20= 06 04:32:03 -0000=091.2 +++ www/mod_frontpage2-rtr/files/patch-apache2::mod_frontpage.c=0920 Jun 20= 06 14:01:43 -0000 @@ -1,5 +1,5 @@ ---- frontpage/version5.0/apache2/mod_frontpage.c-orig=09Tue Dec 2 20:18:4= 5 2003 -+++ frontpage/version5.0/apache2/mod_frontpage.c=09Tue Jan 17 18:01:02 200= 6 +--- frontpage/version5.0/apache2/mod_frontpage.c.orig=09Tue Dec 2 20:18:4= 5 2003 ++++ frontpage/version5.0/apache2/mod_frontpage.c=09Tue Jun 20 08:58:54 200= 6 @@ -62,7 +62,6 @@ #include <dirent.h> =20 #include <errno.h> @@ -8,10 +8,12 @@ #include "apr_strings.h"=20 #include "http_log.h" =20 -@@ -590,6 +589,32 @@ +@@ -589,7 +588,33 @@ + /* * Thanks to Scot Hetzel (hetzels@westbend.net) */ - ap_add_version_component(p, "FrontPage/5.0.2.2635"); +- ap_add_version_component(p, "FrontPage/5.0.2.2635"); ++ ap_add_version_component(p, "FrontPage/5.0.2.4803"); + + while (s !=3D NULL) { +=09cgid_server_conf* c =3D ap_get_module_config(s->module_config, &frontp= age_module); ------=_Part_13317_24357255.1151011511527 Content-Type: text/plain; name=frontpage-patch; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Attachment-Id: f_eorma2vk Content-Disposition: attachment; filename="frontpage-patch" Index: www/frontpage/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- www/frontpage/Makefile=0923 May 2006 19:23:47 -0000=091.17 +++ www/frontpage/Makefile=0918 Jun 2006 06:05:10 -0000 @@ -6,21 +6,15 @@ # =20 PORTNAME=3D=09frontpage -PORTVERSION=3D=095.0.2.2635 -PORTREVISION=3D=092 +PORTVERSION=3D=095.0.2.4803 CATEGORIES=3D=09www MASTER_SITES=3D=09# Needs to be manually fetched from http://www.rtr.com =20 DISTFILES=3D=09${FRONTPAGE} -DIST_SUBDIR=3D=09fp${PORTVERSION:S/.//g} =20 MAINTAINER=3D=09swhetzel@gmail.com COMMENT=3D=09Microsoft Frontpage 2002 Extensions =20 -FORBIDDEN=3D=09http://vuxml.FreeBSD.org/c0171f59-ea8a-11da-be02-000c6ec775= d9.html - -ONLY_FOR_ARCHS=3D=09i386 ia64 amd64 alpha sparc - EXTRACT_ONLY=3D NO_WRKSUBDIR=3D=09yes NO_BUILD=3D=09yes @@ -31,15 +25,21 @@ USE_RC_SUBR=3D=09yes RC_SCRIPTS=3D=09frontpage:0010 RC_SCRIPT_PREFIX=3D=09${RC_SCRIPTS:S/${RC_SCRIPTS:C/:[^:]+$//}//:S/://} -RC_SCRIPT=3D=09${RC_SCRIPTS:C/:[^:]+$//}.sh +RC_SCRIPT=3D=09${RC_SCRIPTS:C/:[^:]+$//} =20 -SUB_FILES=3D=09${RC_SCRIPT} +SUB_FILES=3D=09${RC_SCRIPT}.sh SUB_LIST+=3D=09RC_SUBR=3D${RC_SUBR} PERL5=3D${PERL} FP_VER=3D${FP_VER} =20 .include <bsd.port.pre.mk> .include "${.CURDIR}/Makefile.fp.common" =20 -FP_DIR=3D=09=09frontpage/version${FP_VER} +.if (${OSVERSION} >=3D 700007 || ( ${OSVERSION} < 700000 && ${OSVERSION} >= =3D 600101 )) +RCD_SCRIPT=3D=09${RC_SCRIPT} +.else +RCD_SCRIPT=3D=09${RC_SCRIPT_PREFIX}.${RC_SCRIPT}.sh +.endif +PLIST_SUB+=3D=09RCD_SCRIPT=3D${RCD_SCRIPT} + FP_INSTALL=3D=09${FP_DIR}/fp_install.sh FP_SETPERM=3D=09${FP_DIR}/set_default_perms.sh FP_DOCS=3D=09readme.htm readme_apache_dso.txt LICENSE.TXT @@ -47,15 +47,22 @@ EXTRACT_FILES=3D=09${FP_INSTALL} ${FP_SETPERM} =20 .if ${ARCH} =3D=3D alpha -EXTRA_PATCHES=3D=09fp_install.alpha +FP_MACHINE=3D=09alpha .elif ${ARCH} =3D=3D sparc64 -EXTRA_PATCHES=3D=09fp_install.sparc +FP_MACHINE=3D=09solaris .elif defined(WANT_BSDI_EXTENSIONS) -EXTRA_PATCHES=3D=09fp_install.bsdi +FP_MACHINE=3D=09bsdi .elif ${ARCH} =3D=3D i386 .if ${OSVERSION} >=3D 500000 LIB_DEPENDS+=3D=09c.4:${PORTSDIR}/misc/compat4x +FP_MACHINE=3D=09freebsd +.endif +.elif ${ARCH} =3D=3D amd64 +.if ${OSVERSION} >=3D 500000 +LIB_DEPENDS+=3D=09crypt.2:${PORTSDIR}/misc/compat4x +BROKEN=3D=09misc/compat4x missing libcrypt.so.2 .endif +FP_MACHINE=3D=09freebsd .endif =20 do-extract: @@ -69,7 +76,8 @@ =20 post-patch: .if !defined(PATCH_DEBUG) -=09@${REINPLACE_CMD} -e 's:PREFIX:${PREFIX}:g' \ +=09@${REINPLACE_CMD} -E -e 's:PREFIX:${PREFIX}:g' \ +=09=09=09 -e 's:(machine=3D\")freebsd\":\1${FP_MACHINE}\":g' \ =09=09=09 -e 's:DOCSDIR:${DOCSDIR}:g' ${WRKDIR}/${FP_INSTALL} .endif =20 @@ -91,8 +99,8 @@ .endfor =20 post-install: -=09${INSTALL_SCRIPT} ${WRKDIR}/${RC_SCRIPT} \ -=09=09${PREFIX}/etc/rc.d/${RC_SCRIPT_PREFIX}.${RC_SCRIPT} +=09${INSTALL_SCRIPT} ${WRKDIR}/${RC_SCRIPT}.sh \ +=09=09${PREFIX}/etc/rc.d/${RCD_SCRIPT} =09@${CAT} ${PKGMESSAGE} =20 .include <bsd.port.post.mk> Index: www/frontpage/Makefile.fp.common =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage/Makefile.fp.common,v retrieving revision 1.1 diff -u -r1.1 Makefile.fp.common --- www/frontpage/Makefile.fp.common=099 Feb 2005 20:11:11 -0000=091.1 +++ www/frontpage/Makefile.fp.common=0918 Jun 2006 06:04:32 -0000 @@ -5,8 +5,13 @@ # $FreeBSD: ports/www/frontpage/Makefile.fp.common,v 1.1 2005/02/09 20:11:= 11 pav Exp $ # =20 +DIST_SUBDIR=3D=09fp${PORTVERSION:S/.//g} + +ONLY_FOR_ARCH=3D=09i386 amd64 alpha sparc64 ia64 + FP_VER=3D=09=09${PORTVERSION:C|^([0-9]+)\.([0-9]+).*|\1.\2|} PLIST_SUB+=3D=09FP_VER=3D${FP_VER} +FP_DIR=3D=09=09frontpage/version${FP_VER} =20 .if defined(ALL_FP) FRONTPAGE=3D=09fp${FP_VER:S/.//}.alpha${EXTRACT_SUFX} \ @@ -24,7 +29,14 @@ FRONTPAGE=3D=09fp${FP_VER:S/.//}.freebsd${EXTRACT_SUFX} .endif =20 -.elif ${ARCH}=3D=3D ia64 || ${ARCH} =3D=3D amd64 +.elif ${ARCH} =3D=3D amd64 +.if ${OSVERSION} < 500000 +IGNORE=3D=09"The Frontpage extensions require FreeBSD-${ARCH} 5.0 or bette= r" +.endif +FRONTPAGE=3D=09fp${FP_VER:S/.//}.freebsd${EXTRACT_SUFX} +LDCONFIG=3D=09/sbin/ldconfig -32 + +.elif ${ARCH} =3D=3D ia64 || ${ARCH} =3D=3D amd64 .if ${OSVERSION} < 500000 IGNORE=3D=09"The Frontpage Extensions require FreeBSD-${ARCH} 5.0 or bette= r" .endif @@ -38,8 +50,8 @@ FRONTPAGE=3D=09fp${FP_VER:S/.//}.solaris${EXTRACT_SUFX} .endif =20 -.if ${ARCH} =3D=3D amd64 || ${ARCH} =3D=3D ia64 || ${ARCH} =3D=3D sparc64 -IGNORE=3D=09"The Frontpage Extensions haven't been tested on this ${ARCH}.= If the Frontpage Extensions work on your ${ARCH}, please submit a pr to r= emove this warning from ${PORTSDIR}/www/frontpage/Makefile.fp.common for yo= ur ${ARCH}" +.if ${ARCH} =3D=3D ia64 || ${ARCH} =3D=3D sparc64 +IGNORE=3D=09"The Frontpage Extensions haven't been tested on this ${ARCH}.= If the Frontpage Extensions work on your ${ARCH}, please submit a PR to r= emove this warning from ${PORTSDIR}/www/frontpage/Makefile.fp.common for yo= ur ${ARCH}" .endif =20 .for fpdist in ${FRONTPAGE} @@ -50,3 +62,18 @@ =20 NO_CDROM=3D=09"Redistribution is not permitted" RESTRICTED=3D=09${NO_CDROM} + +TODAY!=3D /bin/date -u "+%Y%m%d" + +.if ${TODAY} < 20060701 + +pre-everything:: +=09@${ECHO_CMD} "Microsoft Frontpage Extenions will reach their End-of-Lif= e on June 30, 2006." +=09@${ECHO_CMD} +=09@${ECHO_CMD} "You should use alternative methods with Microsoft Frontpa= ge (FTP, WebDAV, ...) to edit websites." +=09@${ECHO_CMD} +=09@sleep 5 + +.else +DEPRECATED=3D=09Microsoft Frontpage Extensions have reached their End-of-L= ife +.endif Index: www/frontpage/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage/distinfo=099 Feb 2005 20:11:11 -0000=091.3 +++ www/frontpage/distinfo=0917 Jun 2006 22:26:45 -0000 @@ -1,8 +1,12 @@ -MD5 (fp5022635/fp50.alpha.tar.gz) =3D 63c26a9ff0b97b44692fd5717b892dc0 -SIZE (fp5022635/fp50.alpha.tar.gz) =3D 13245239 -MD5 (fp5022635/fp50.bsdi.tar.gz) =3D e1640a3d5eb06fbfe77827c68c387f64 -SIZE (fp5022635/fp50.bsdi.tar.gz) =3D 10484068 -MD5 (fp5022635/fp50.freebsd.tar.gz) =3D 15bb2e119f1c2c91a5f4855a0b8ca836 -SIZE (fp5022635/fp50.freebsd.tar.gz) =3D 10205076 -MD5 (fp5022635/fp50.solaris.tar.gz) =3D 98ef852e1db27ced23e7f5971146a4dd -SIZE (fp5022635/fp50.solaris.tar.gz) =3D 11510762 +MD5 (fp5024803/fp50.alpha.tar.gz) =3D 14f7f18e18d36f1208524f88d53167fb +SHA256 (fp5024803/fp50.alpha.tar.gz) =3D 6a9d2a1ae55a8ef260e59d98b8cf26ebf= 38f11123211c748647851526f1bd60b +SIZE (fp5024803/fp50.alpha.tar.gz) =3D 13245946 +MD5 (fp5024803/fp50.bsdi.tar.gz) =3D ea789f27549835f41d7e54d7c73d98ce +SHA256 (fp5024803/fp50.bsdi.tar.gz) =3D 002dd07212c060998742fe5fd781ecbd42= 26bab461c6704d451c378a548ad5e0 +SIZE (fp5024803/fp50.bsdi.tar.gz) =3D 10523532 +MD5 (fp5024803/fp50.freebsd.tar.gz) =3D f6754c6e25f252fe19b7dff047eecf39 +SHA256 (fp5024803/fp50.freebsd.tar.gz) =3D 97f8ec0368079c35a40a7f0afbe2e11= 7bbc1c69a4774299c39490b0006015281 +SIZE (fp5024803/fp50.freebsd.tar.gz) =3D 10729480 +MD5 (fp5024803/fp50.solaris.tar.gz) =3D 7b7d8bc138459bb05185cf1f807d9f9c +SHA256 (fp5024803/fp50.solaris.tar.gz) =3D f202e26434465fcec3e838b78fca403= 89d0d3f21b6ffa626bd533cc3f73c7b4f +SIZE (fp5024803/fp50.solaris.tar.gz) =3D 11511771 Index: www/frontpage/pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- www/frontpage/pkg-plist=0922 Jan 2006 02:57:30 -0000=091.4 +++ www/frontpage/pkg-plist=0918 Jun 2006 05:12:24 -0000 @@ -1,5 +1,5 @@ -@unexec %D/etc/rc.d/0010.frontpage.sh forcestop 2>/dev/null || true -etc/rc.d/0010.frontpage.sh +@unexec %D/etc/rc.d/%%RCD_SCRIPT%% forcestop 2>/dev/null || true +etc/rc.d/%%RCD_SCRIPT%% frontpage/version%%FP_VER%%/admin/1033/addacct.htm frontpage/version%%FP_VER%%/admin/1033/addrole.htm frontpage/version%%FP_VER%%/admin/1033/adduser.htm Index: www/frontpage/files/fp_install.alpha =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: www/frontpage/files/fp_install.alpha diff -N www/frontpage/files/fp_install.alpha --- www/frontpage/files/fp_install.alpha=099 Feb 2005 20:11:11 -0000=091.2 +++ /dev/null=091 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- frontpage/version5.0/fp_install.sh.orig=09Tue Jul 15 16:58:01 2003 -+++ frontpage/version5.0/fp_install.sh=09Tue Jul 15 17:20:23 2003 -@@ -171,7 +171,7 @@ - SunOS*5.*sun4*) machine=3D"solaris" ;; - SunOS*5.*i386*) machine=3D"solarisx86" ;; - BSD/OS*) machine=3D"bsdi" ;; -- FreeBSD*) machine=3D"freebsd" -+ FreeBSD*) machine=3D"alpha" - DEFAULTAPXS=3D"PREFIX/sbin/apxs" - ;; - *) echo "ERROR: Unsupported platform! Uname is $sy= stem." Index: www/frontpage/files/fp_install.bsdi =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: www/frontpage/files/fp_install.bsdi diff -N www/frontpage/files/fp_install.bsdi --- www/frontpage/files/fp_install.bsdi=099 Feb 2005 20:11:11 -0000=091.2 +++ /dev/null=091 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- frontpage/version5.0/fp_install.sh.orig=09Tue Jul 15 16:58:01 2003 -+++ frontpage/version5.0/fp_install.sh=09Tue Jul 15 17:20:23 2003 -@@ -171,7 +171,7 @@ - SunOS*5.*sun4*) machine=3D"solaris" ;; - SunOS*5.*i386*) machine=3D"solarisx86" ;; - BSD/OS*) machine=3D"bsdi" ;; -- FreeBSD*) machine=3D"freebsd" -+ FreeBSD*) machine=3D"bsdi" - DEFAULTAPXS=3D"PREFIX/sbin/apxs" - ;; - *) echo "ERROR: Unsupported platform! Uname is $sy= stem." Index: www/frontpage/files/fp_install.sparc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: www/frontpage/files/fp_install.sparc diff -N www/frontpage/files/fp_install.sparc --- www/frontpage/files/fp_install.sparc=099 Feb 2005 20:11:11 -0000=091.1 +++ /dev/null=091 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- frontpage/version5.0/fp_install.sh.orig=09Tue Jul 15 16:58:01 2003 -+++ frontpage/version5.0/fp_install.sh=09Tue Jul 15 17:20:23 2003 -@@ -171,7 +171,7 @@ - SunOS*5.*sun4*) machine=3D"solaris" ;; - SunOS*5.*i386*) machine=3D"solarisx86" ;; - BSD/OS*) machine=3D"bsdi" ;; -- FreeBSD*) machine=3D"freebsd" -+ FreeBSD*) machine=3D"solaris" - DEFAULTAPXS=3D"PREFIX/sbin/apxs" - ;; - *) echo "ERROR: Unsupported platform! Uname is $sy= stem." ------=_Part_13317_24357255.1151011511527 Content-Type: text/plain; name=frontpage-lang-patch; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Attachment-Id: f_eorma9tk Content-Disposition: attachment; filename="frontpage-lang-patch" Index: portuguese/frontpage-pt_BR/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=0922 Feb 2004 02:16:43 -0000=091.5 +++ portuguese/frontpage-pt_BR/Makefile=0918 Jun 2006 04:42:46 -0000 @@ -9,7 +9,6 @@ CATEGORIES=3D=09portuguese www PKGNAMEPREFIX=3D=09pt_BR- =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage Brazilian Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: portuguese/frontpage-pt_BR/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=0926 Nov 2005 00:42:01 -0000=091.3 +++ portuguese/frontpage-pt_BR/distinfo=0918 Jun 2006 05:43:02 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_ptb.tar.Z) =3D ce3f3a060b1accde206965eedfec80e2 -SHA256 (fp50_ptb.tar.Z) =3D 0e657d3715af8d23a8d39b42c8d8ba280fb59731b36f4a= dffe3678d72cc4b79b -SIZE (fp50_ptb.tar.Z) =3D 438895 +MD5 (fp5024803/fp50_ptb.tar.Z) =3D ce3f3a060b1accde206965eedfec80e2 +SHA256 (fp5024803/fp50_ptb.tar.Z) =3D 0e657d3715af8d23a8d39b42c8d8ba280fb5= 9731b36f4adffe3678d72cc4b79b +SIZE (fp5024803/fp50_ptb.tar.Z) =3D 438895 Index: www/frontpage-ar/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-ar/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- www/frontpage-ar/Makefile=0913 May 2006 04:41:10 -0000=091.13 +++ www/frontpage-ar/Makefile=0918 Jun 2006 04:43:41 -0000 @@ -6,7 +6,7 @@ # =20 PORTNAME=3D=09frontpage -PORTVERSION=3D=095.0.2.2623 +PORTVERSION=3D=095.0.2.4803 CATEGORIES?=3D=09www MASTER_SITES=3D=09http://download.microsoft.com/download/FrontPage2002/Uti= lity/2002/UNIX/EN-US/ \ =09=09ftp://ftp.microsoft.com/products/frontpage/FPSE02LangFiles/ @@ -14,7 +14,7 @@ DISTFILES=3D EXTRACT_ONLY=3D =20 -MAINTAINER?=3D=09ports@FreeBSD.org +MAINTAINER?=3D=09swhetzel@gmail.com COMMENT?=3D=09Microsoft Frontpage Arabic Web Administration =20 RUN_DEPENDS=3D=09${FPSETPERM}:${PORTSDIR}/www/frontpage @@ -23,23 +23,18 @@ FP_LANGUAGE?=3D=09Arabic FP_LCID?=3D=091025 =20 -.for _FP_LANG in ${FP_LANG} -DISTFILES+=3D=09fp${PORTVERSION:S/.//:C/\..*//}_${_FP_LANG}.tar.Z -.endfor - .include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/frontpage/Makefile.fp.common" =20 -ONLY_FOR_ARCHS=3D=09i386 alpha +.for _FP_LANG in ${FP_LANG} +DISTFILES+=3D=09fp${FP_VER:S/.//}_${_FP_LANG}.tar.Z +.endfor =20 NO_WRKSUBDIR=3D=09yes NO_BUILD=3D=09yes =20 -FP_VER=3D=09=095.0 - -FP_DIR=3D=09=09${PREFIX}/frontpage/version${FP_VER} -FPSETPERM=3D=09${FP_DIR}/set_default_perms.sh +FPSETPERM=3D=09${PREFIX}/${FP_DIR}/set_default_perms.sh =20 -PLIST_SUB=3D=09FP_VER=3D${FP_VER} .ifndef NO_FP_LCID_SUB PLIST_SUB+=3D=09FP_LCID=3D${FP_LCID} .endif @@ -47,18 +42,21 @@ do-install: =09@${ECHO_MSG} "=3D=3D=3D> Untaring FrontPage ${FP_LANGUAGE} Language Ext= ensions to ${PREFIX}" .for DISTFILE in ${DISTFILES} -=09@(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DI= STFILE} ${EXTRACT_AFTER_ARGS}) +=09@(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DI= ST_SUBDIR}/${DISTFILE} ${EXTRACT_AFTER_ARGS}) .endfor .for _FP_LCID in ${FP_LCID} -=09@${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' ${FP_DIR}/admin/${_FP_L= CID}/webadmin.css -=09@if [ -f ${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ] ; then \ -=09=09${RM} ${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ; \ +=09@${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' \ +=09=09${PREFIX}/${FP_DIR}/admin/${_FP_LCID}/webadmin.css +=09@if [ -f ${PREFIX}/${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ] ; the= n \ +=09=09${RM} ${PREFIX}/${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ; \ =09fi -=09@if [ ! -f ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ]; then \ -=09=09${CP} ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ${FP_DIR}/help/${_FP_L= CID}/wsgindex.htm ; \ +=09@if [ ! -f ${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ]; then \ +=09=09${CP}=09${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm \ +=09=09=09${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ; \ =09fi -=09@if [ ! -f ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ]; then \ -=09=09${CP} ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ${FP_DIR}/help/${_FP_L= CID}/wsgIndex.htm ; \ +=09@if [ ! -f ${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ]; then \ +=09=09${CP}=09${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgindex.htm \ +=09=09=09${PREFIX}/${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ; \ =09fi .endfor =09@${FPSETPERM} Index: www/frontpage-ar/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-ar/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-ar/distinfo=0925 Nov 2005 19:01:57 -0000=091.3 +++ www/frontpage-ar/distinfo=0918 Jun 2006 04:37:57 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_ara.tar.Z) =3D 52319c583170700c856a9ccb70cc5ff4 -SHA256 (fp50_ara.tar.Z) =3D d897bb63741dca021ee32a84926c0c5f131468bff54818= b26dfc010cd9c25db2 -SIZE (fp50_ara.tar.Z) =3D 443725 +MD5 (fp5024803/fp50_ara.tar.Z) =3D 52319c583170700c856a9ccb70cc5ff4 +SHA256 (fp5024803/fp50_ara.tar.Z) =3D d897bb63741dca021ee32a84926c0c5f1314= 68bff54818b26dfc010cd9c25db2 +SIZE (fp5024803/fp50_ara.tar.Z) =3D 443725 Index: www/frontpage-de/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-de/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-de/Makefile=0922 Feb 2004 02:16:43 -0000=091.4 +++ www/frontpage-de/Makefile=0918 Jun 2006 04:33:45 -0000 @@ -9,7 +9,6 @@ CATEGORIES=3D=09www german PKGNAMEPREFIX=3D=09de- =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage German Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-de/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-de/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-de/distinfo=0925 Nov 2005 19:01:57 -0000=091.3 +++ www/frontpage-de/distinfo=0918 Jun 2006 04:38:11 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_ger.tar.Z) =3D 835dd61c9f239445230d347b5ea02907 -SHA256 (fp50_ger.tar.Z) =3D 5928c41a9de2189e8ff3bb63e67a19e4038e3880ece99a= bcb86ef2db9235da45 -SIZE (fp50_ger.tar.Z) =3D 468877 +MD5 (fp5024803/fp50_ger.tar.Z) =3D 835dd61c9f239445230d347b5ea02907 +SHA256 (fp5024803/fp50_ger.tar.Z) =3D 5928c41a9de2189e8ff3bb63e67a19e4038e= 3880ece99abcb86ef2db9235da45 +SIZE (fp5024803/fp50_ger.tar.Z) =3D 468877 Index: www/frontpage-es/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-es/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-es/Makefile=0922 Feb 2004 02:16:43 -0000=091.4 +++ www/frontpage-es/Makefile=0918 Jun 2006 04:35:50 -0000 @@ -8,7 +8,6 @@ PORTNAME=3D=09frontpage PKGNAMEPREFIX=3D=09es- =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage Spanish Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-es/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-es/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-es/distinfo=0925 Nov 2005 19:01:57 -0000=091.3 +++ www/frontpage-es/distinfo=0918 Jun 2006 04:38:23 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_esn.tar.Z) =3D d783ccf36a8caee8477117d8e312cb9a -SHA256 (fp50_esn.tar.Z) =3D 3897c7130bab776de588e82b9d07d7bf1e5b52199fa13e= 63d11a1024d9e1817c -SIZE (fp50_esn.tar.Z) =3D 450574 +MD5 (fp5024803/fp50_esn.tar.Z) =3D d783ccf36a8caee8477117d8e312cb9a +SHA256 (fp5024803/fp50_esn.tar.Z) =3D 3897c7130bab776de588e82b9d07d7bf1e5b= 52199fa13e63d11a1024d9e1817c +SIZE (fp5024803/fp50_esn.tar.Z) =3D 450574 Index: www/frontpage-fr/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-fr/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-fr/Makefile=0922 Feb 2004 02:16:43 -0000=091.4 +++ www/frontpage-fr/Makefile=0918 Jun 2006 04:38:32 -0000 @@ -9,7 +9,6 @@ CATEGORIES=3D=09www french PKGNAMEPREFIX=3D=09fr- =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage French Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-fr/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-fr/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-fr/distinfo=0925 Nov 2005 19:01:57 -0000=091.3 +++ www/frontpage-fr/distinfo=0918 Jun 2006 04:38:38 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_fra.tar.Z) =3D 9fd1b8dc8166516b27040d5a7180aa7d -SHA256 (fp50_fra.tar.Z) =3D 3b466816047b1f53a42b7b9ed76e3ebd51502963664a2f= e20d37da3f139e5d0f -SIZE (fp50_fra.tar.Z) =3D 466119 +MD5 (fp5024803/fp50_fra.tar.Z) =3D 9fd1b8dc8166516b27040d5a7180aa7d +SHA256 (fp5024803/fp50_fra.tar.Z) =3D 3b466816047b1f53a42b7b9ed76e3ebd5150= 2963664a2fe20d37da3f139e5d0f +SIZE (fp5024803/fp50_fra.tar.Z) =3D 466119 Index: www/frontpage-he/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-he/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-he/Makefile=0922 Feb 2004 02:16:44 -0000=091.4 +++ www/frontpage-he/Makefile=0918 Jun 2006 04:38:45 -0000 @@ -9,7 +9,6 @@ CATEGORIES=3D=09www hebrew PKGNAMEPREFIX=3D=09he- =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage Hebrew Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-he/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-he/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-he/distinfo=0925 Nov 2005 19:01:57 -0000=091.3 +++ www/frontpage-he/distinfo=0918 Jun 2006 04:38:50 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_hbr.tar.Z) =3D 4cfbc43179da015a6f15425fa866be6d -SHA256 (fp50_hbr.tar.Z) =3D 9d835b72225d0c8c3d125b36b3315b879bd59b9d1004c6= e9197f941dbbf4633d -SIZE (fp50_hbr.tar.Z) =3D 433295 +MD5 (fp5024803/fp50_hbr.tar.Z) =3D 4cfbc43179da015a6f15425fa866be6d +SHA256 (fp5024803/fp50_hbr.tar.Z) =3D 9d835b72225d0c8c3d125b36b3315b879bd5= 9b9d1004c6e9197f941dbbf4633d +SIZE (fp5024803/fp50_hbr.tar.Z) =3D 433295 Index: www/frontpage-it/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-it/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-it/Makefile=0922 Feb 2004 02:16:44 -0000=091.4 +++ www/frontpage-it/Makefile=0918 Jun 2006 04:39:00 -0000 @@ -8,7 +8,6 @@ PORTNAME=3D=09frontpage PKGNAMEPREFIX=3D=09it- =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage Italian Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-it/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-it/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-it/distinfo=0925 Nov 2005 19:01:57 -0000=091.3 +++ www/frontpage-it/distinfo=0918 Jun 2006 04:39:05 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_ita.tar.Z) =3D 6a8c2c93ff79c3b97203404e029578e7 -SHA256 (fp50_ita.tar.Z) =3D ba3101971f39cfc33ef7d51e8c5128b1c8e67991e98f41= 79b42b06d1b81da01a -SIZE (fp50_ita.tar.Z) =3D 451456 +MD5 (fp5024803/fp50_ita.tar.Z) =3D 6a8c2c93ff79c3b97203404e029578e7 +SHA256 (fp5024803/fp50_ita.tar.Z) =3D ba3101971f39cfc33ef7d51e8c5128b1c8e6= 7991e98f4179b42b06d1b81da01a +SIZE (fp5024803/fp50_ita.tar.Z) =3D 451456 Index: www/frontpage-ja/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-ja/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-ja/Makefile=0922 Feb 2004 02:16:44 -0000=091.4 +++ www/frontpage-ja/Makefile=0918 Jun 2006 04:39:13 -0000 @@ -9,7 +9,6 @@ PKGNAMEPREFIX=3D=09ja- CATEGORIES=3D=09www japanese =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage Japanese Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-ja/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-ja/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-ja/distinfo=0925 Nov 2005 19:01:58 -0000=091.3 +++ www/frontpage-ja/distinfo=0918 Jun 2006 04:39:18 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_jpn.tar.Z) =3D bf9ff4c747372229c6fea49b7a37b5c1 -SHA256 (fp50_jpn.tar.Z) =3D d05f215bc6840dcf1df988938d16b6fbbda723fa3819d1= 3b8962da4a01be46bb -SIZE (fp50_jpn.tar.Z) =3D 435221 +MD5 (fp5024803/fp50_jpn.tar.Z) =3D bf9ff4c747372229c6fea49b7a37b5c1 +SHA256 (fp5024803/fp50_jpn.tar.Z) =3D d05f215bc6840dcf1df988938d16b6fbbda7= 23fa3819d13b8962da4a01be46bb +SIZE (fp5024803/fp50_jpn.tar.Z) =3D 435221 Index: www/frontpage-ko/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-ko/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-ko/Makefile=0922 Feb 2004 02:16:44 -0000=091.4 +++ www/frontpage-ko/Makefile=0918 Jun 2006 04:39:26 -0000 @@ -9,7 +9,6 @@ PKGNAMEPREFIX=3D=09ko- CATEGORIES=3D=09www korean =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage Korean Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-ko/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-ko/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-ko/distinfo=0925 Nov 2005 19:01:58 -0000=091.3 +++ www/frontpage-ko/distinfo=0918 Jun 2006 04:39:31 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_kor.tar.Z) =3D 62fd8351c8e32d36d27bedc82b9363d6 -SHA256 (fp50_kor.tar.Z) =3D d518403aa4a8be71b53599cc6c69127270855d15b9914f= c252bfc9f742d74a77 -SIZE (fp50_kor.tar.Z) =3D 432407 +MD5 (fp5024803/fp50_kor.tar.Z) =3D 62fd8351c8e32d36d27bedc82b9363d6 +SHA256 (fp5024803/fp50_kor.tar.Z) =3D d518403aa4a8be71b53599cc6c6912727085= 5d15b9914fc252bfc9f742d74a77 +SIZE (fp5024803/fp50_kor.tar.Z) =3D 432407 Index: www/frontpage-nl/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-nl/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-nl/Makefile=0922 Feb 2004 02:16:44 -0000=091.4 +++ www/frontpage-nl/Makefile=0918 Jun 2006 04:39:42 -0000 @@ -8,7 +8,6 @@ PORTNAME=3D=09frontpage PKGNAMEPREFIX=3D=09nl- =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage Dutch Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-nl/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-nl/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-nl/distinfo=0925 Nov 2005 19:01:58 -0000=091.3 +++ www/frontpage-nl/distinfo=0918 Jun 2006 04:39:47 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_nld.tar.Z) =3D 00c9b28ae0685a205b515aa1fbee705d -SHA256 (fp50_nld.tar.Z) =3D d25c0eb47b615daadfa3818c5295e717920d1fea6160c5= d54e61175d67821605 -SIZE (fp50_nld.tar.Z) =3D 451966 +MD5 (fp5024803/fp50_nld.tar.Z) =3D 00c9b28ae0685a205b515aa1fbee705d +SHA256 (fp5024803/fp50_nld.tar.Z) =3D d25c0eb47b615daadfa3818c5295e717920d= 1fea6160c5d54e61175d67821605 +SIZE (fp5024803/fp50_nld.tar.Z) =3D 451966 Index: www/frontpage-sv/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-sv/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-sv/Makefile=0922 Feb 2004 02:16:44 -0000=091.4 +++ www/frontpage-sv/Makefile=0918 Jun 2006 04:39:57 -0000 @@ -8,7 +8,6 @@ PORTNAME=3D=09frontpage PKGNAMEPREFIX=3D=09sv- =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage Swedish Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-sv/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-sv/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-sv/distinfo=0925 Nov 2005 19:01:58 -0000=091.3 +++ www/frontpage-sv/distinfo=0918 Jun 2006 04:40:02 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_sve.tar.Z) =3D f3fd1b540a722796515afdc96bd3aeb6 -SHA256 (fp50_sve.tar.Z) =3D 8c9f56d762a8b23377b473f347ad4f6fe3d0e379e11e90= 3092af8d339d7bd34c -SIZE (fp50_sve.tar.Z) =3D 453163 +MD5 (fp5024803/fp50_sve.tar.Z) =3D f3fd1b540a722796515afdc96bd3aeb6 +SHA256 (fp5024803/fp50_sve.tar.Z) =3D 8c9f56d762a8b23377b473f347ad4f6fe3d0= e379e11e903092af8d339d7bd34c +SIZE (fp5024803/fp50_sve.tar.Z) =3D 453163 Index: www/frontpage-th/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-th/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/frontpage-th/Makefile=0922 Feb 2004 02:16:44 -0000=091.4 +++ www/frontpage-th/Makefile=0918 Jun 2006 04:40:15 -0000 @@ -8,7 +8,6 @@ PORTNAME=3D=09frontpage PKGNAMEPREFIX=3D=09th- =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage Thai Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-th/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-th/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-th/distinfo=0925 Nov 2005 19:01:58 -0000=091.3 +++ www/frontpage-th/distinfo=0918 Jun 2006 04:40:20 -0000 @@ -1,3 +1,3 @@ -MD5 (fp50_tha.tar.Z) =3D ea823e70c79f6cfa8ee31f7a48ac12be -SHA256 (fp50_tha.tar.Z) =3D f470586ffd5658b4cd771aea60357d4d13ff31a061ca2e= f34519022f492bb053 -SIZE (fp50_tha.tar.Z) =3D 458885 +MD5 (fp5024803/fp50_tha.tar.Z) =3D ea823e70c79f6cfa8ee31f7a48ac12be +SHA256 (fp5024803/fp50_tha.tar.Z) =3D f470586ffd5658b4cd771aea60357d4d13ff= 31a061ca2ef34519022f492bb053 +SIZE (fp5024803/fp50_tha.tar.Z) =3D 458885 Index: www/frontpage-zh/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-zh/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- www/frontpage-zh/Makefile=0922 Feb 2004 02:16:44 -0000=091.7 +++ www/frontpage-zh/Makefile=0918 Jun 2006 04:40:31 -0000 @@ -9,7 +9,6 @@ CATEGORIES=3D=09www chinese PKGNAMEPREFIX=3D=09zh- =20 -MAINTAINER=3D=09ports@FreeBSD.org COMMENT=3D=09Microsoft Frontpage Chinese Web Administration =20 MD5_FILE=3D=09${.CURDIR}/distinfo Index: www/frontpage-zh/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/frontpage-zh/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- www/frontpage-zh/distinfo=0925 Nov 2005 19:01:58 -0000=091.3 +++ www/frontpage-zh/distinfo=0918 Jun 2006 04:40:36 -0000 @@ -1,9 +1,9 @@ -MD5 (fp50_chp.tar.Z) =3D adc5d9b3cb88289a1074c0a2031947a5 -SHA256 (fp50_chp.tar.Z) =3D b036b21b8d201a42c61872a6fa327f703a10220998a02b= 54913112e7e3f0c752 -SIZE (fp50_chp.tar.Z) =3D 424175 -MD5 (fp50_chs.tar.Z) =3D 8e75814292f0e7f983298cbdaf862c1b -SHA256 (fp50_chs.tar.Z) =3D f93592f967c49a9eff7943872182a6822c8d12fbe75e18= 178c76082de9f5bc81 -SIZE (fp50_chs.tar.Z) =3D 420146 -MD5 (fp50_cht.tar.Z) =3D 39d6c86aaf090d37a64ba93060c2ab74 -SHA256 (fp50_cht.tar.Z) =3D 5422fcaa80c7c3fc7f6a0d8748ec06335846d092ab3376= da48eb0005098fe5c3 -SIZE (fp50_cht.tar.Z) =3D 424171 +MD5 (fp5024803/fp50_chp.tar.Z) =3D adc5d9b3cb88289a1074c0a2031947a5 +SHA256 (fp5024803/fp50_chp.tar.Z) =3D b036b21b8d201a42c61872a6fa327f703a10= 220998a02b54913112e7e3f0c752 +SIZE (fp5024803/fp50_chp.tar.Z) =3D 424175 +MD5 (fp5024803/fp50_chs.tar.Z) =3D 8e75814292f0e7f983298cbdaf862c1b +SHA256 (fp5024803/fp50_chs.tar.Z) =3D f93592f967c49a9eff7943872182a6822c8d= 12fbe75e18178c76082de9f5bc81 +SIZE (fp5024803/fp50_chs.tar.Z) =3D 420146 +MD5 (fp5024803/fp50_cht.tar.Z) =3D 39d6c86aaf090d37a64ba93060c2ab74 +SHA256 (fp5024803/fp50_cht.tar.Z) =3D 5422fcaa80c7c3fc7f6a0d8748ec06335846= d092ab3376da48eb0005098fe5c3 +SIZE (fp5024803/fp50_cht.tar.Z) =3D 424171 ------=_Part_13317_24357255.1151011511527--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0606221425x4a17ed3dha1cd89b04eddd474>