From owner-svn-ports-all@freebsd.org Wed Nov 16 08:48:20 2016 Return-Path: Delivered-To: svn-ports-all@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 BC691C43D89; Wed, 16 Nov 2016 08:48:20 +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 7F67310AC; Wed, 16 Nov 2016 08:48:20 +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 uAG8mJXD043452; Wed, 16 Nov 2016 08:48:19 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAG8mJ0c043449; Wed, 16 Nov 2016 08:48:19 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611160848.uAG8mJ0c043449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 16 Nov 2016 08:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426222 - in head/devel/sope2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 08:48:20 -0000 Author: acm Date: Wed Nov 16 08:48:19 2016 New Revision: 426222 URL: https://svnweb.freebsd.org/changeset/ports/426222 Log: - Update to 2.3.17 Modified: head/devel/sope2/Makefile head/devel/sope2/distinfo head/devel/sope2/files/patch-configure Modified: head/devel/sope2/Makefile ============================================================================== --- head/devel/sope2/Makefile Wed Nov 16 08:44:12 2016 (r426221) +++ head/devel/sope2/Makefile Wed Nov 16 08:48:19 2016 (r426222) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sope2 -PORTVERSION= 2.3.13 -PORTREVISION= 1 +PORTVERSION= 2.3.17 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} @@ -41,6 +40,9 @@ PGSQL_USES= pgsql MYSQL_USE= MYSQL=client MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure + post-patch-LDAP-off: @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure Modified: head/devel/sope2/distinfo ============================================================================== --- head/devel/sope2/distinfo Wed Nov 16 08:44:12 2016 (r426221) +++ head/devel/sope2/distinfo Wed Nov 16 08:48:19 2016 (r426222) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468338940 -SHA256 (SOPE-2.3.13.tar.gz) = 6b1f3492af1e33a9d1eea818a297408deadc6559713eda71c08e54e62c3f376d -SIZE (SOPE-2.3.13.tar.gz) = 2278988 +TIMESTAMP = 1478673266 +SHA256 (SOPE-2.3.17.tar.gz) = 3547a37f44c1bac2484999828c766005f86335ff2249317b085d191882bde8c4 +SIZE (SOPE-2.3.17.tar.gz) = 2279816 Modified: head/devel/sope2/files/patch-configure ============================================================================== --- head/devel/sope2/files/patch-configure Wed Nov 16 08:44:12 2016 (r426221) +++ head/devel/sope2/files/patch-configure Wed Nov 16 08:48:19 2016 (r426222) @@ -1,25 +1,11 @@ ---- configure.orig 2015-09-16 18:26:48 UTC -+++ configure -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - # - # Note: When adding make options to this script, ensure that the source still -@@ -41,7 +41,7 @@ else +--- configure 2016-11-09 01:44:58.178493000 -0500 ++++ configure 2016-11-09 01:45:25.386129000 -0500 +@@ -45,7 +45,7 @@ fi # TODO: add pg_config, mysql_config etc! -LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib" -+LINK_SYSLIBDIRS="-L${LOCALBASE}/lib/postgresql -L${LOCALBASE}/lib/mysql -L${LOCALBASE}/lib -L/usr/lib" ++LINK_SYSLIBDIRS="-L%%LOCALBASE%%/lib/postgresql -L%%LOCALBASE%%/lib/mysql -L%%LOCALBASE%%/lib -L/usr/lib" # ******************** usage ******************** -@@ -396,6 +396,7 @@ genConfigMake() { - cfgwrite "debug:=no" - fi - cfgwrite "" -+ cfgwrite "NEEDS_GUI=no" - - if test $ARG_WITH_STRIP = 1; then - cfgwrite "# configured to produce stripped code";