diff options
author | beech <beech@FreeBSD.org> | 2008-02-29 03:02:24 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-02-29 03:02:24 +0800 |
commit | 3033d328d78f60bb99b78ba0d2d87a53bb6f4e6c (patch) | |
tree | a04bc31a9e7b26efbd2f54d405daf2058902cb90 /www/horde4-base/Makefile | |
parent | 039f05025d250de746811e4e6c3489b90721b37c (diff) | |
download | freebsd-ports-gnome-3033d328d78f60bb99b78ba0d2d87a53bb6f4e6c.tar.gz freebsd-ports-gnome-3033d328d78f60bb99b78ba0d2d87a53bb6f4e6c.tar.zst freebsd-ports-gnome-3033d328d78f60bb99b78ba0d2d87a53bb6f4e6c.zip |
- Update to 3.2-rc2
- Many changes, see the following for details:
http://www.horde.org/horde/docs/?f=CHANGES.html
Diffstat (limited to 'www/horde4-base/Makefile')
-rw-r--r-- | www/horde4-base/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index 083539a7b4ef..84272cc637f7 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -7,7 +7,8 @@ PORTNAME= horde DISTVERSIONPREFIX= -DISTVERSION= 3.1.6 +DISTVERSION= 3.2 +DISTVERSIONSUFFIX= -rc2 CATEGORIES= www PKGNAMEPREFIX= PKGNAMESUFFIX= -base @@ -32,8 +33,6 @@ COMMENT= Common code-base used by Horde applications # # - WITHOUT_FTP: if you do not need the VFS FTP driver. # -# - WITH_MCAL: for mcal authentication back-end (deprecated). -# # - WITH_IMSP: use IMSP as a preferences backend. # # - WITHOUT_FILEINFO: use native code to perform MIME magic lookups. @@ -206,9 +205,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-lib_Horde_NLS.php USE_PHP+= dom .else USE_PHP+= domxml -. if defined(WITH_MCAL) -USE_PHP+= mcal -. endif .endif pre-patch: @@ -239,8 +235,6 @@ pre-patch: @${REINPLACE_CMD} -e "s:GeoIP lookup will not be performed.\"/>:GeoIP lookup will not be performed.\">${LOCALBASE}/share/GeoIP/GeoIP.dat</configstring>:" \ ${WRKSRC}/config/conf.xml .endif - @${REINPLACE_CMD} -e "s:/etc/mpasswd:${LOCALBASE}/etc/mpasswd:g" \ - ${WRKSRC}/lib/Horde/Auth/mcal.php @${REINPLACE_CMD} -e "s:/usr/local/apache/htdocs:${PREFIX}/www:g" \ ${WRKDIR}/docs/INSTALL |