svn commit: r416656 - in head/mail/roundcube: . files

Dima Panov fluffy at FreeBSD.org
Fri Jun 10 07:46:26 UTC 2016


10.06.16 17:09, Alex Dupre пишет:
> Author: ale
> Date: Fri Jun 10 07:09:56 2016
> New Revision: 416656
> URL: https://svnweb.freebsd.org/changeset/ports/416656
> 
> Log:
>   Update to 1.2.0 release.

Alex, have two notes:

1. RC 1.2 have PHP7 support, but you leave IGNORE_WITH_PHP70 defined.
2. Why you remove dependency on php-openssl? It's required by core
engine for IMAPS support, also for enigma plugin.



> Modified: head/mail/roundcube/Makefile
> ==============================================================================
> --- head/mail/roundcube/Makefile	Fri Jun 10 06:52:27 2016	(r416655)
> +++ head/mail/roundcube/Makefile	Fri Jun 10 07:09:56 2016	(r416656)
> @@ -1,8 +1,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	roundcube
> -DISTVERSION=	1.1.5
> -PORTREVISION=	1
> +DISTVERSION=	1.2.0
>  PORTEPOCH=	1
>  CATEGORIES?=	mail www
>  MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
> @@ -24,10 +23,10 @@ CPE_PRODUCT=	webmail
>  CPE_VENDOR=	roundcube
>  
>  WANT_PHP_WEB=	yes
> -USE_PHP=	pcre mbstring session iconv dom xml json intl zip filter
> +USE_PHP=	pcre mbstring session iconv dom xml json intl zip filter openssl fileinfo exif
>  IGNORE_WITH_PHP=70
>  
> -OPTIONS_DEFINE=	SSL LDAP GD PSPELL NSC DOCS
> +OPTIONS_DEFINE=	LDAP GD PSPELL NSC DOCS
>  OPTIONS_SINGLE=	DB
>  OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE
>  OPTIONS_DEFAULT=MYSQL
> @@ -35,7 +34,6 @@ OPTIONS_DEFAULT=MYSQL
>  MYSQL_DESC=	Use MySQL backend
>  PGSQL_DESC=	Use PostgreSQL backend
>  SQLITE_DESC=	Use SQLite backend
> -SSL_DESC=	Enable SSL support (imaps or google spellcheck)
>  LDAP_DESC=	Enable LDAP support (address book)
>  GD_DESC=	Enable GD support (image conversion)
>  PSPELL_DESC=	Enable PSpell support (internal spellcheck)
> @@ -55,10 +53,6 @@ USE_PHP+=	pdo_pgsql
>  USE_PHP+=	pdo_sqlite
>  .endif
>  
> -.if ${PORT_OPTIONS:MSSL}
> -USE_PHP+=	openssl
> -.endif
> -
>  .if ${PORT_OPTIONS:MLDAP}
>  USE_PHP+=	ldap
>  .endif
> 



-- 
Dima Panov (fluffy at FreeBSD.org)
(X11, KDE, Office)@FreeBSD team

Facebook: http://www.facebook.com/fluffy.khv
twitter: fluffy_khv | skype: dima.panov | telegram: @dima_panov
IRC: fluffy at EFNet, fluffykhv at FreeNode

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 869 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160610/2e98e760/attachment.sig>


More information about the svn-ports-head mailing list