From owner-freebsd-ports Sun Jul 22 7:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8622437B405 for ; Sun, 22 Jul 2001 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6MEe2R91236; Sun, 22 Jul 2001 07:40:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 22 Jul 2001 07:40:02 -0700 (PDT) Message-Id: <200107221440.f6MEe2R91236@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thierry Thomas Subject: Re: ports/28872: New port www/horde: a common code-base used by IMP. Reply-To: Thierry Thomas Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28872; it has been noted by GNATS. From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/28872: New port www/horde: a common code-base used by IMP. Date: Sun, 22 Jul 2001 16:23:22 +0200 >Submitter-Id: current-users >Originator: Thierry Thomas >Organization: Kabbale Eros >Confidential: no >Synopsis: Port www/horde: security update 1.2.5 -> 1.2.6 >Severity: serious >Priority: high >Category: ports >Class: maintainer-update >Release: FreeBSD 4.3-STABLE i386 >Environment: System: FreeBSD graf.pompo.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat Jul 7 12:30:11 CEST 2001 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: Update Horde to 1.2.6 (includes security fixes + lithuanian) + DOCSDIR. >How-To-Repeat: Apply the following patches to PR #28872. >Fix: --- Makefile.orig Tue Jul 10 11:38:09 2001 +++ Makefile Sun Jul 22 11:47:03 2001 @@ -7,7 +7,7 @@ # PORTNAME= horde -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ @@ -35,18 +35,15 @@ DOCS= COPYING README docs/CHANGES docs/CREDITS docs/DATABASE \ docs/HELP docs/INSTALL docs/SECURITY -LDOCDIR?= share/doc/horde LHORDEDIR?= www/horde LPHPLIBDIR?= www/horde/phplib LHORDESBIN?= sbin -PLIST_SUB= HORDEDIR=${LHORDEDIR} PHPLIBDIR=${LPHPLIBDIR} HORDESBIN=${LHORDESBIN} \ - DOCDIR=${LDOCDIR} +PLIST_SUB= HORDEDIR=${LHORDEDIR} PHPLIBDIR=${LPHPLIBDIR} HORDESBIN=${LHORDESBIN} HORDEDIR= ${PREFIX}/${LHORDEDIR} PHPLIBDIR= ${PREFIX}/${LPHPLIBDIR} HORDESBIN= ${PREFIX}/${LHORDESBIN} -DOCDIR= ${PREFIX}/${LDOCDIR} APACHE_CNFDIR?= ${LOCALBASE}/etc/apache APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf @@ -120,11 +117,11 @@ fi) ; \ fi) .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCDIR} + ${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor - @${ECHO} "Documentation installed in ${DOCDIR}." + @${ECHO} "Documentation installed in ${DOCSDIR}." .endif post-install: --- distinfo.orig Tue Jul 10 10:01:11 2001 +++ distinfo Sun Jul 22 10:29:31 2001 @@ -1 +1 @@ -MD5 (horde-1.2.5.tar.gz) = 4befa6883ececf6d9a416dee01d81c44 +MD5 (horde-1.2.6.tar.gz) = 123d9b8b91f2526ece1595271d33d52c --- pkg-plist.orig Tue Jul 10 10:01:11 2001 +++ pkg-plist Sun Jul 22 15:52:14 2001 @@ -1,11 +1,11 @@ -%%PORTDOCS%%%%DOCDIR%%/CHANGES -%%PORTDOCS%%%%DOCDIR%%/COPYING -%%PORTDOCS%%%%DOCDIR%%/CREDITS -%%PORTDOCS%%%%DOCDIR%%/DATABASE -%%PORTDOCS%%%%DOCDIR%%/HELP -%%PORTDOCS%%%%DOCDIR%%/INSTALL -%%PORTDOCS%%%%DOCDIR%%/README -%%PORTDOCS%%%%DOCDIR%%/SECURITY +%%PORTDOCS%%share/doc/horde/CHANGES +%%PORTDOCS%%share/doc/horde/COPYING +%%PORTDOCS%%share/doc/horde/CREDITS +%%PORTDOCS%%share/doc/horde/DATABASE +%%PORTDOCS%%share/doc/horde/HELP +%%PORTDOCS%%share/doc/horde/INSTALL +%%PORTDOCS%%share/doc/horde/README +%%PORTDOCS%%share/doc/horde/SECURITY %%HORDESBIN%%/horde_setup.sh %%HORDESBIN%%/horde_secure.sh %%HORDEDIR%%/config/horde.php3.dist @@ -134,6 +134,17 @@ %%HORDEDIR%%/locale/local/signup.help %%HORDEDIR%%/locale/local/signup.lang %%HORDEDIR%%/locale/local/status.lang +%%HORDEDIR%%/locale/lt/help.lang +%%HORDEDIR%%/locale/lt/horde.lang +%%HORDEDIR%%/locale/lt/login.lang +%%HORDEDIR%%/locale/lt/logo.lang +%%HORDEDIR%%/locale/lt/menu.lang +%%HORDEDIR%%/locale/lt/modules.lang +%%HORDEDIR%%/locale/lt/problem.lang +%%HORDEDIR%%/locale/lt/setup.lang +%%HORDEDIR%%/locale/lt/signup.help +%%HORDEDIR%%/locale/lt/signup.lang +%%HORDEDIR%%/locale/lt/status.lang %%HORDEDIR%%/locale/nl/help.lang %%HORDEDIR%%/locale/nl/horde.lang %%HORDEDIR%%/locale/nl/login.lang @@ -303,6 +314,7 @@ @dirrm %%HORDEDIR%%/locale/se @dirrm %%HORDEDIR%%/locale/pt-BR @dirrm %%HORDEDIR%%/locale/nl +@dirrm %%HORDEDIR%%/locale/lt @dirrm %%HORDEDIR%%/locale/local @dirrm %%HORDEDIR%%/locale/kr @dirrm %%HORDEDIR%%/locale/it @@ -320,4 +332,4 @@ @dirrm %%HORDEDIR%%/config @dirrm %%PHPLIBDIR%% @dirrm %%HORDEDIR%% -@dirrm %%PORTDOCS%%%%DOCDIR%% +%%PORTDOCS%%@dirrm share/doc/horde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message