From owner-svn-ports-head@freebsd.org Tue Jul 19 14:00:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAE06B9E92D; Tue, 19 Jul 2016 14:00:02 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD8F31A59; Tue, 19 Jul 2016 14:00:02 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6JE02Tt004722; Tue, 19 Jul 2016 14:00:02 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6JE014p004721; Tue, 19 Jul 2016 14:00:02 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201607191400.u6JE014p004721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Tue, 19 Jul 2016 14:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418790 - head/devel/sope2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 14:00:03 -0000 Author: acm Date: Tue Jul 19 14:00:01 2016 New Revision: 418790 URL: https://svnweb.freebsd.org/changeset/ports/418790 Log: - Add missing dependency - Bump PORTREVISION PR: 211150 Submitted by: Euan Thoms (maintainer) Modified: head/devel/sope2/Makefile Modified: head/devel/sope2/Makefile ============================================================================== --- head/devel/sope2/Makefile Tue Jul 19 13:58:40 2016 (r418789) +++ head/devel/sope2/Makefile Tue Jul 19 14:00:01 2016 (r418790) @@ -3,6 +3,7 @@ PORTNAME= sope2 PORTVERSION= 2.3.13 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} @@ -26,7 +27,7 @@ MYSQL_DESC= Build with MySQL support PGSQL_DESC= Build with PostgreSQL support MEMCACHED_DESC= Install memcached -USES= gmake gnustep +USES= gmake iconv gnustep USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} @@ -35,9 +36,9 @@ SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTE CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip -LDAP_USE= OPENLDAP=client -PGSQL_USES= pgsql -MYSQL_USE= MYSQL=client +LDAP_USE= OPENLDAP=client +PGSQL_USES= pgsql +MYSQL_USE= MYSQL=client MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached post-patch-LDAP-off: