diff options
author | mm <mm@FreeBSD.org> | 2012-12-12 23:16:56 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-12-12 23:16:56 +0800 |
commit | b654d8b152e2837099cf9bc1a24e8ef3f9a8edf7 (patch) | |
tree | 3fb7d6080e4c46250a144599804046174e893258 /mail/horde4-turba | |
parent | 69a199445ebfccaafdc48dac3e9518c429ffd788 (diff) | |
download | freebsd-ports-gnome-b654d8b152e2837099cf9bc1a24e8ef3f9a8edf7.tar.gz freebsd-ports-gnome-b654d8b152e2837099cf9bc1a24e8ef3f9a8edf7.tar.zst freebsd-ports-gnome-b654d8b152e2837099cf9bc1a24e8ef3f9a8edf7.zip |
Update horde4 packages and applications to horde5
Diffstat (limited to 'mail/horde4-turba')
-rw-r--r-- | mail/horde4-turba/Makefile | 15 | ||||
-rw-r--r-- | mail/horde4-turba/distinfo | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile index 42bf30e418a9..0d1e014b007a 100644 --- a/mail/horde4-turba/Makefile +++ b/mail/horde4-turba/Makefile @@ -6,7 +6,7 @@ # PORTNAME= turba -PORTVERSION= 3.0.16 +PORTVERSION= 4.0.1 PKGNAMEPREFIX= horde- CATEGORIES= mail www pear @@ -18,9 +18,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LATEST_LINK= horde4-${PORTNAME} -OPTIONS= FACEBOOK "Support connections with Facebook" Off \ - IMSP "Support IMSP addressbooks" Off \ - LDAP "Support LDAP Addressbooks" Off +OPTIONS_DEFINE= FACEBOOK IMSP LDAP +FACEBOOK_DESC= Support connections with Facebook +IMSP_DSC= Support IMSP addressbooks +LDAP_DESC= Support LDAP Addressbooks USE_PHP= gettext hash json USE_HORDE_BUILD= Horde_Role @@ -49,15 +50,15 @@ USE_HORDE_RUN= Horde_Role \ .include <bsd.port.pre.mk> -.if defined(WITH_FACEBOOK) +.if ${PORT_OPTIONS:MFACEBOOK} USE_HORDE_RUN+= Horde_Service_Facebook .endif -.if defined(WITH_IMSP) +.if ${PORT_OPTIONS:MIMSP} USE_HORDE_RUN+= Horde_Imsp .endif -.if defined(WITH_LDAP) +.if ${PORT_OPTIONS:MLDAP} USE_HORDE_RUN+= Horde_Ldap .endif diff --git a/mail/horde4-turba/distinfo b/mail/horde4-turba/distinfo index 0d0516fafe95..de7a2e4fdf0a 100644 --- a/mail/horde4-turba/distinfo +++ b/mail/horde4-turba/distinfo @@ -1,2 +1,2 @@ -SHA256 (Horde/turba-3.0.16.tgz) = f57cc40028e223d9f27dfa6a5c470908478dc7263c40b8b807a3fdbcfe37f517 -SIZE (Horde/turba-3.0.16.tgz) = 1958009 +SHA256 (Horde/turba-4.0.1.tgz) = 31e5161b9f76689a2020bf44307ed78037b69e2e5c0f6b2977aec0991cbb2003 +SIZE (Horde/turba-4.0.1.tgz) = 1977868 |