diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-05-26 12:56:16 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-05-26 12:56:16 +0000 |
commit | ccfbf833bbd103ff51cf4f5b9dae044d016ea29d (patch) | |
tree | 36869b16306bd2e7ae5773e6440a958b612d673d /mail/ingo/Makefile | |
parent | 41adebaabfa19bde45f2eba02b4d3af935b0163e (diff) | |
download | pkgsrc-ccfbf833bbd103ff51cf4f5b9dae044d016ea29d.tar.gz |
Ingo version H3 (1.2) is a major upgrade in the 1.x release series, including
these enhancements:
* WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance.
* Timed vacation messages (I will be away from X to Y).
* Major improvements to the procmail driver, including negative matches,
body tests, loop prevention in vacation messages, full character set
support,
* Maildrop driver improvements, including vacation support and full
character set support in the maildrop driver.
* Sieve driver improvements, including numeric spam score tests, sivtest
support, and quota checks before uploading sieve rules.
* Filter rules can be stored in a SQL database.
* Administrators can change other user's filter rules.
* Added Japanese, Russian and Slovak translations.
Diffstat (limited to 'mail/ingo/Makefile')
-rw-r--r-- | mail/ingo/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile index 91a70a0142a..2daf774651d 100644 --- a/mail/ingo/Makefile +++ b/mail/ingo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/05/26 02:13:22 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/05/26 12:56:16 adrianp Exp $ DISTNAME= ingo-h3-${INGOVER} PKGNAME= ingo-${INGOVER} @@ -10,7 +10,7 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.horde.org/ingo/ COMMENT= Horde based generic and complete mail filter rule frontend -DEPENDS+= horde>=3.0.0:../../www/horde +DEPENDS+= horde>=3.2:../../www/horde PKG_DESTDIR_SUPPORT= destdir @@ -22,7 +22,7 @@ DOCDIR= ${PREFIX}/share/doc/ingo EGDIR= ${PREFIX}/share/examples/ingo HORDEDIR= ${PREFIX}/share/horde INGODIR= ${HORDEDIR}/ingo -INGOVER= 1.1.5 +INGOVER= 1.2 PAXDIRS= lib locale po scripts templates themes MESSAGE_SUBST+= INGODIR=${INGODIR:Q} @@ -37,6 +37,11 @@ SUBST_FILES.files= ingo.conf.dist SUBST_SED.files= -e "s|@INGODIR@|${INGODIR}|g" SUBST_MESSAGE.files= Fixing configuration files. +REPLACE_INTERPRETER+= php +REPLACE.php.old= .*/bin/php +REPLACE.php.new= ${PREFIX}/bin/php +REPLACE_FILES.php= scripts/upgrades/convert_prefs_to_sql.php + PKG_USERS_VARS+= APACHE_USER BUILD_DEFS= APACHE_USER |