View | Details | Raw Unified | Return to bug 35051 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/mail/imp/Makefile (-1 / +1 lines)
Lines 121-127 Link Here
121
# N.B.: database dependencies are binded with mod_php#, neither by Horde nor IMP.
121
# N.B.: database dependencies are binded with mod_php#, neither by Horde nor IMP.
122
	@if [ -f ${IMPDIR}/index.php ]; then \
122
	@if [ -f ${IMPDIR}/index.php ]; then \
123
	    ${ECHO_MSG} "" ; \
123
	    ${ECHO_MSG} "" ; \
124
	    ${ECHO_MSG} "Please deinstall the port mail/imp-devel." ; \
124
	    ${ECHO_MSG} "Please deinstall the port mail/imp3." ; \
125
	    ${ECHO_MSG} "" ; \
125
	    ${ECHO_MSG} "" ; \
126
	    ${FALSE} ; \
126
	    ${FALSE} ; \
127
	fi
127
	fi
(-)/usr/ports/mail/imp/pkg-descr (-3 / +4 lines)
Lines 1-8 Link Here
1
IMP is a set of PHP scripts that implement an IMAP based webmail system.
1
Note: this port is mostly for sites running PHP3.
2
      For a new installation, please consider the port mail/imp3.
3
4
IMP is a set of PHP3 scripts that implement an IMAP based webmail system.
2
Assuming you have an account on a server that supports IMAP, you can use
5
Assuming you have an account on a server that supports IMAP, you can use
3
an installation of IMP to check your mail from anywhere that you have web
6
an installation of IMP to check your mail from anywhere that you have web
4
access.
7
access.
5
8
6
WWW: http://www.horde.org/imp/
9
WWW: http://www.horde.org/imp/
7
8
- Thierry Thomas <thierry@thomas.as>.

Return to bug 35051