diff options
author | acm <acm@FreeBSD.org> | 2016-05-03 07:06:21 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2016-05-03 07:06:21 +0800 |
commit | b91e49bc61c02a700303ac1d6b15d26e1688fb4c (patch) | |
tree | dd78d080737a60caf222f889e0a234293c23273e /www | |
parent | 2e860219396123eadd8f59680ae41c336a25a516 (diff) | |
download | freebsd-ports-gnome-b91e49bc61c02a700303ac1d6b15d26e1688fb4c.tar.gz freebsd-ports-gnome-b91e49bc61c02a700303ac1d6b15d26e1688fb4c.tar.zst freebsd-ports-gnome-b91e49bc61c02a700303ac1d6b15d26e1688fb4c.zip |
- Rename www/sogo-activesync to www/sogo2-activesync
- Update 2.3.10
PR: 208407
Submitted by: me
Approved by: Euan Thoms <euan at potensol.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/sogo2-activesync/Makefile | 13 | ||||
-rw-r--r-- | www/sogo2-activesync/pkg-descr | 5 |
3 files changed, 19 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 1ab25286c0bb..c149e163d27d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2077,6 +2077,7 @@ SUBDIR += sogo2 SUBDIR += sogo3 SUBDIR += sogo-activesync + SUBDIR += sogo2-activesync SUBDIR += sogo3-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay diff --git a/www/sogo2-activesync/Makefile b/www/sogo2-activesync/Makefile new file mode 100644 index 000000000000..48ceb0196560 --- /dev/null +++ b/www/sogo2-activesync/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -activesync + +MAINTAINER= euan@potensol.com + +CONFLICTS= sogo2-[0-9]* sogo3-[0-9]* + +OPTIONS_SLAVE= ACTIVESYNC + +MASTERDIR= ${.CURDIR}/../sogo2 + +.include "${MASTERDIR}/Makefile" diff --git a/www/sogo2-activesync/pkg-descr b/www/sogo2-activesync/pkg-descr new file mode 100644 index 000000000000..957350a35677 --- /dev/null +++ b/www/sogo2-activesync/pkg-descr @@ -0,0 +1,5 @@ +ActiveSync is an extension to SOGo that provides support +for the ActiveSync protocol to clients that supports +it. + +WWW: http://www.sogo.nu/ |