mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
c4c7c2af79
- is no more interactive, since PHP4 with PEAR is built with XML; - switch dependence from www/mod_php4 to lang/php4-horde; - chase expat version; - use %%PORTDOCS%% and make portlint happy; - add a missing pkg-deinstall; - finally mark it "IGNORE" because it does not perform well with www/horde2. Don't remove it because a new release is expected with Horde3. Reported by: Troy and Massimiliano Stucchi. Approved by: mat (mentor).
72 lines
3.2 KiB
Plaintext
72 lines
3.2 KiB
Plaintext
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
|
%%PORTDOCS%%%%DOCSDIR%%/HELP
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%JONAHDIR%%/backend.php
|
|
%%JONAHDIR%%/channels.php
|
|
%%JONAHDIR%%/config/channels.php
|
|
%%JONAHDIR%%/config/channels.php.dist
|
|
%%JONAHDIR%%/config/conf.php
|
|
%%JONAHDIR%%/config/conf.php.dist
|
|
%%JONAHDIR%%/config/html.php
|
|
%%JONAHDIR%%/config/html.php.dist
|
|
%%JONAHDIR%%/graphics/channels/DominoPowerRSSLogo.gif
|
|
%%JONAHDIR%%/graphics/channels/OSOlogotext.gif
|
|
%%JONAHDIR%%/graphics/channels/PythonPowered.gif
|
|
%%JONAHDIR%%/graphics/channels/WindowsCEPowerRSSLogo.gif
|
|
%%JONAHDIR%%/graphics/channels/button.jpg
|
|
%%JONAHDIR%%/graphics/channels/fm.mini.jpg
|
|
%%JONAHDIR%%/graphics/channels/gildot.gif
|
|
%%JONAHDIR%%/graphics/channels/gnome-logo-icon.gif
|
|
%%JONAHDIR%%/graphics/channels/kdedotnews_88x31.gif
|
|
%%JONAHDIR%%/graphics/channels/linuxplanet.gif
|
|
%%JONAHDIR%%/graphics/channels/mail-archive.gif
|
|
%%JONAHDIR%%/graphics/channels/moreover.gif
|
|
%%JONAHDIR%%/graphics/channels/motleyfool.gif
|
|
%%JONAHDIR%%/graphics/channels/mynetscape88.gif
|
|
%%JONAHDIR%%/graphics/channels/netcenterb.gif
|
|
%%JONAHDIR%%/graphics/channels/perl-news-small.gif
|
|
%%JONAHDIR%%/graphics/channels/salon.gif
|
|
%%JONAHDIR%%/graphics/channels/securityfocus.gif
|
|
%%JONAHDIR%%/graphics/channels/segvnowsjr.gif
|
|
%%JONAHDIR%%/graphics/channels/slashdotlg.gif
|
|
%%JONAHDIR%%/graphics/channels/userfriendly.gif
|
|
%%JONAHDIR%%/graphics/channels/wide_open_logo_sm.gif
|
|
%%JONAHDIR%%/graphics/jonah.gif
|
|
%%JONAHDIR%%/graphics/jonah_whale.gif
|
|
%%JONAHDIR%%/index.php
|
|
%%JONAHDIR%%/lib/Headlines.php
|
|
%%JONAHDIR%%/lib/base.php
|
|
%%JONAHDIR%%/lib/htmlgen.php
|
|
%%JONAHDIR%%/lib/version.php
|
|
%%JONAHDIR%%/scripts/cli-backend.php.orig
|
|
%%JONAHDIR%%/scripts/cli-backend.sh
|
|
%%JONAHDIR%%/templates/backend/menu.inc
|
|
%%JONAHDIR%%/templates/channels/bottom.inc
|
|
%%JONAHDIR%%/templates/channels/channels.inc
|
|
%%JONAHDIR%%/templates/channels/header.inc
|
|
%%JONAHDIR%%/templates/channels/top.inc
|
|
%%JONAHDIR%%/templates/common-footer.inc
|
|
%%JONAHDIR%%/templates/common-header.inc
|
|
%%JONAHDIR%%/templates/index/css.inc
|
|
%%JONAHDIR%%/templates/index/notconfigured.inc
|
|
%%JONAHDIR%%/test.php
|
|
bin/cli-backend.php
|
|
etc/horde/httpd.conf.jonah
|
|
@dirrm %%JONAHDIR%%/config
|
|
@dirrm %%JONAHDIR%%/graphics/channels
|
|
@dirrm %%JONAHDIR%%/graphics
|
|
@dirrm %%JONAHDIR%%/lib
|
|
@dirrm %%JONAHDIR%%/scripts
|
|
@dirrm %%JONAHDIR%%/templates/backend
|
|
@dirrm %%JONAHDIR%%/templates/channels
|
|
@dirrm %%JONAHDIR%%/templates/index
|
|
@dirrm %%JONAHDIR%%/templates
|
|
@dirrm %%JONAHDIR%%
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterJonah; then rm -f %D/www/horde/config/registry.php.afterJonah; mv %D/www/horde/config/registry.php.beforeJonah %D/www/horde/config/registry.php; fi
|
|
@unexec if cmp -s %D/www/horde/config/horde.php %D/www/horde/config/horde.php.afterJonah; then rm -f %D/www/horde/config/horde.php.afterJonah; mv %D/www/horde/config/horde.php.beforeJonah %D/www/horde/config/horde.php; fi
|
|
@unexec if cmp -s %D/etc/php.standalone/php.ini %D/etc/php.standalone/php.ini.afterJonah; then rm -f %D/etc/php.standalone/php.ini.afterJonah; mv %D/etc/php.standalone/php.ini.beforeJonah %D/etc/php.standalone/php.ini; fi
|