From owner-freebsd-ports Tue Nov 20 22:40:29 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 171EB37B419 for ; Tue, 20 Nov 2001 22:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAL6e5v55513; Tue, 20 Nov 2001 22:40:05 -0800 (PST) (envelope-from gnats) Date: Tue, 20 Nov 2001 22:40:05 -0800 (PST) Message-Id: <200111210640.fAL6e5v55513@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thierry Thomas Subject: Re: ports/32088: New port www/horde-devel: version 2.0 of the Horde framework 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/32088; it has been noted by GNATS. From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/32088: New port www/horde-devel: version 2.0 of the Horde framework Date: Wed, 21 Nov 2001 07:33:40 +0100 Le 18 Nov 01 à 22:42:56 +0000, Thierry Thomas écrivait : > > >Number: 32088 > >Category: ports > >Synopsis: New port www/horde-devel: version 2.0 of the Horde framework The following patch upgrades the submitted port from Horde v. 2.0 RC1 to RC2. diff -ruN horde-devel.orig/Makefile horde-devel/Makefile --- horde-devel.orig/Makefile Fri Nov 16 00:29:19 2001 +++ horde-devel/Makefile Tue Nov 20 22:38:11 2001 @@ -10,9 +10,11 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC1 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 MAINTAINER= thierry@thomas.as + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} #----------------------------------------------------------------------- # You may define these options: diff -ruN horde-devel.orig/distinfo horde-devel/distinfo --- horde-devel.orig/distinfo Sat Nov 10 00:19:56 2001 +++ horde-devel/distinfo Tue Nov 20 22:36:29 2001 @@ -1 +1 @@ -MD5 (horde-2.0-RC1.tar.gz) = 88efbf8080ffbecde402a8608af5ab01 +MD5 (horde-2.0-RC2.tar.gz) = 5b17e2aebe62a711f700bd17c4fb5081 diff -ruN horde-devel.orig/pkg-plist horde-devel/pkg-plist --- horde-devel.orig/pkg-plist Sat Nov 17 01:26:11 2001 +++ horde-devel/pkg-plist Tue Nov 20 23:27:18 2001 @@ -2,6 +2,7 @@ %%HORDEDIR%%/help.php %%HORDEDIR%%/index.php %%HORDEDIR%%/login.php +%%HORDEDIR%%/maintenance.php %%HORDEDIR%%/menu.php %%HORDEDIR%%/problem.php %%HORDEDIR%%/status.php @@ -13,6 +14,7 @@ %%HORDEDIR%%/lib/Auth/sql.php %%HORDEDIR%%/lib/Cache/file.php %%HORDEDIR%%/lib/Category/sql.php +%%HORDEDIR%%/lib/Maintenance.php %%HORDEDIR%%/lib/MIME/Viewer/default.php %%HORDEDIR%%/lib/MIME/Viewer/enscript.php %%HORDEDIR%%/lib/MIME/Viewer/excel.php @@ -20,6 +22,7 @@ %%HORDEDIR%%/lib/MIME/Viewer/php.php %%HORDEDIR%%/lib/MIME/Viewer/rar.php %%HORDEDIR%%/lib/MIME/Viewer/tgz.php +%%HORDEDIR%%/lib/MIME/Viewer/vcard.php %%HORDEDIR%%/lib/MIME/Magic.php %%HORDEDIR%%/lib/MIME/Message.php %%HORDEDIR%%/lib/MIME/Part.php @@ -53,10 +56,16 @@ %%HORDEDIR%%/lib/Token.php %%HORDEDIR%%/lib/base.php %%HORDEDIR%%/lib/version.php +%%HORDEDIR%%/graphics/administration.gif %%HORDEDIR%%/graphics/alerts/error.gif %%HORDEDIR%%/graphics/alerts/message.gif %%HORDEDIR%%/graphics/alerts/success.gif %%HORDEDIR%%/graphics/alerts/warning.gif +%%HORDEDIR%%/graphics/data.gif +%%HORDEDIR%%/graphics/hordebadge.gif +%%HORDEDIR%%/graphics/keyboard.gif +%%HORDEDIR%%/graphics/login.gif +%%HORDEDIR%%/graphics/logout.gif %%HORDEDIR%%/graphics/mime/audio.gif %%HORDEDIR%%/graphics/mime/binary.gif %%HORDEDIR%%/graphics/mime/compressed.gif @@ -73,11 +82,6 @@ %%HORDEDIR%%/graphics/mime/powerpoint.gif %%HORDEDIR%%/graphics/mime/signed.gif %%HORDEDIR%%/graphics/mime/text.gif -%%HORDEDIR%%/graphics/data.gif -%%HORDEDIR%%/graphics/hordebadge.gif -%%HORDEDIR%%/graphics/keyboard.gif -%%HORDEDIR%%/graphics/login.gif -%%HORDEDIR%%/graphics/logout.gif %%HORDEDIR%%/graphics/prefs.gif %%HORDEDIR%%/graphics/problem.gif %%HORDEDIR%%/graphics/help.gif @@ -111,6 +115,10 @@ %%HORDEDIR%%/templates/help/header.inc %%HORDEDIR%%/templates/help/index.inc %%HORDEDIR%%/templates/help/menu.inc +%%HORDEDIR%%/templates/maintenance/confirm_bottom.inc +%%HORDEDIR%%/templates/maintenance/confirm_middle.inc +%%HORDEDIR%%/templates/maintenance/confirm_top.inc +%%HORDEDIR%%/templates/maintenance/javascript.inc %%HORDEDIR%%/templates/prefs/textarea.inc %%HORDEDIR%%/templates/prefs/checkbox.inc %%HORDEDIR%%/templates/prefs/end.inc @@ -136,30 +144,36 @@ %%HORDEDIR%%/templates/wml/doctype.inc %%HORDEDIR%%/templates/common-header.inc %%HORDEDIR%%/templates/common-footer.inc -%%HORDEDIR%%/scripts/mime_mapping/Makefile -%%HORDEDIR%%/scripts/mime_mapping/convert.pl -%%HORDEDIR%%/scripts/mime_mapping/mime.types +%%HORDEDIR%%/scripts/compare_revisions.sh %%HORDEDIR%%/scripts/db/mysql_drop.sql %%HORDEDIR%%/scripts/db/README +%%HORDEDIR%%/scripts/db/category.sql %%HORDEDIR%%/scripts/db/mysql_create.sql %%HORDEDIR%%/scripts/db/auth.sql %%HORDEDIR%%/scripts/db/pgsql_create.sql %%HORDEDIR%%/scripts/db/prefs.sql %%HORDEDIR%%/scripts/horde-rsync.sh +%%HORDEDIR%%/scripts/mime_mapping/Makefile +%%HORDEDIR%%/scripts/mime_mapping/convert.pl +%%HORDEDIR%%/scripts/mime_mapping/mime.types %%HORDEDIR%%/scripts/set_perms.sh %%HORDEDIR%%/scripts/set_perms.sh.orig %%HORDEDIR%%/scripts/make-tarball.pl %%HORDEDIR%%/scripts/SCRIPTS %%HORDEDIR%%/locale/cs_CZ/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/de_DE/LC_MESSAGES/horde.mo +%%HORDEDIR%%/locale/el_GR/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/en/help.xml %%HORDEDIR%%/locale/es_ES/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/fr_FR/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/it_IT/LC_MESSAGES/horde.mo +%%HORDEDIR%%/locale/ko_KR/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/nl_NL/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/pl_PL/LC_MESSAGES/horde.mo +%%HORDEDIR%%/locale/pt_BR/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/ru_koi/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/ru_win/LC_MESSAGES/horde.mo +%%HORDEDIR%%/locale/sv_SE/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/zh_CN/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/zh_TW/LC_MESSAGES/horde.mo %%HORDEDIR%%/util/special_characters.php @@ -205,12 +219,16 @@ %%HORDEDIR%%/po/es_ES.po %%HORDEDIR%%/po/extract.pl %%HORDEDIR%%/po/fr_FR.po +%%HORDEDIR%%/po/el_GR.po %%HORDEDIR%%/po/it_IT.po +%%HORDEDIR%%/po/ko_KR.po %%HORDEDIR%%/po/nl_NL.po %%HORDEDIR%%/po/pl_PL.po +%%HORDEDIR%%/po/pt_BR.po %%HORDEDIR%%/po/ru_koi.po %%HORDEDIR%%/po/ru_win.po %%HORDEDIR%%/po/shtool +%%HORDEDIR%%/po/sv_SE.po %%HORDEDIR%%/po/xgettext.sh %%HORDEDIR%%/po/zh_CN.po %%HORDEDIR%%/po/zh_TW.po @@ -247,6 +265,7 @@ @dirrm %%HORDEDIR%%/templates/index @dirrm %%HORDEDIR%%/templates/javascript @dirrm %%HORDEDIR%%/templates/login +@dirrm %%HORDEDIR%%/templates/maintenance/ @dirrm %%HORDEDIR%%/templates/wml/login @dirrm %%HORDEDIR%%/templates/wml @dirrm %%HORDEDIR%%/templates @@ -257,6 +276,8 @@ @dirrm %%HORDEDIR%%/locale/cs_CZ @dirrm %%HORDEDIR%%/locale/de_DE/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/de_DE +@dirrm %%HORDEDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDEDIR%%/locale/el_GR @dirrm %%HORDEDIR%%/locale/en @dirrm %%HORDEDIR%%/locale/es_ES/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/es_ES @@ -264,14 +285,20 @@ @dirrm %%HORDEDIR%%/locale/fr_FR @dirrm %%HORDEDIR%%/locale/it_IT/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/it_IT +@dirrm %%HORDEDIR%%/locale/ko_KR/LC_MESSAGES +@dirrm %%HORDEDIR%%/locale/ko_KR @dirrm %%HORDEDIR%%/locale/nl_NL/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/nl_NL @dirrm %%HORDEDIR%%/locale/pl_PL/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/pl_PL +@dirrm %%HORDEDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDEDIR%%/locale/pt_BR @dirrm %%HORDEDIR%%/locale/ru_koi/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/ru_koi @dirrm %%HORDEDIR%%/locale/ru_win/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/ru_win +@dirrm %%HORDEDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDEDIR%%/locale/sv_SE @dirrm %%HORDEDIR%%/locale/zh_CN/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/zh_CN @dirrm %%HORDEDIR%%/locale/zh_TW/LC_MESSAGES [end of patch] -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message