diff options
author | joerg <joerg> | 2006-06-02 18:27:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-02 18:27:54 +0000 |
commit | 29a4a9b873025f72c731c1522c3c786af4889c5a (patch) | |
tree | b7f585bd5e2d200a0004ced04920ab0be7a7445a /mail/imp | |
parent | 816b9641c9a345f2442481d3050397d1a046703f (diff) | |
download | pkgsrc-29a4a9b873025f72c731c1522c3c786af4889c5a.tar.gz |
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.
OK from jlam@ and adrianp@.
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 510e1451109..2abfc35403e 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2006/02/05 23:09:55 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2006/06/02 18:27:56 joerg Exp $ DISTNAME= imp-3.2.8 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ @@ -12,8 +12,8 @@ COMMENT= Internet Messaging Program CONFLICTS+= imp-4.* DEPENDS+= horde>=2.2.4:../../www/horde -DEPENDS+= php-imap>4.0.0:../../mail/php-imap -DEPENDS+= pear-Mail-[0-9]*:../../mail/pear-Mail +DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.0.0:../../mail/php-imap +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp @@ -71,4 +71,5 @@ do-install: ${FIND} ${IMPDIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE} ${FIND} ${IMPDIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE} +.include "../../lang/php/phpversion.mk" .include "../../mk/bsd.pkg.mk" |