From owner-svn-ports-all@freebsd.org Mon May 2 23:03:08 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 B085FB2A01B; Mon, 2 May 2016 23:03:08 +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 5C41D1EE3; Mon, 2 May 2016 23:03:08 +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 u42N37aU078181; Mon, 2 May 2016 23:03:07 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u42N37kV078177; Mon, 2 May 2016 23:03:07 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201605022303.u42N37kV078177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 2 May 2016 23:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414486 - in head/devel: . sope2 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.22 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: Mon, 02 May 2016 23:03:08 -0000 Author: acm Date: Mon May 2 23:03:07 2016 New Revision: 414486 URL: https://svnweb.freebsd.org/changeset/ports/414486 Log: - Rename devel/sope to devel/sope2 - Update to 2.3.10 PR: 208405 Submitted by: me Approved by: maintainer (Euan Thoms ) Added: head/devel/sope2/ - copied from r412179, head/devel/sope/ Modified: head/devel/Makefile head/devel/sope2/Makefile head/devel/sope2/distinfo head/devel/sope2/files/patch-configure Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 2 22:55:22 2016 (r414485) +++ head/devel/Makefile Mon May 2 23:03:07 2016 (r414486) @@ -5270,6 +5270,7 @@ SUBDIR += smv SUBDIR += soapui SUBDIR += sope + SUBDIR += sope2 SUBDIR += sope3 SUBDIR += sourcenav SUBDIR += sparc64-binutils Modified: head/devel/sope2/Makefile ============================================================================== --- head/devel/sope/Makefile Wed Mar 30 17:59:15 2016 (r412179) +++ head/devel/sope2/Makefile Mon May 2 23:03:07 2016 (r414486) @@ -1,8 +1,8 @@ # Created by: Euan Thoms # $FreeBSD$ -PORTNAME= sope -PORTVERSION= 2.3.8 +PORTNAME= sope2 +PORTVERSION= 2.3.10 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} Modified: head/devel/sope2/distinfo ============================================================================== --- head/devel/sope/distinfo Wed Mar 30 17:59:15 2016 (r412179) +++ head/devel/sope2/distinfo Mon May 2 23:03:07 2016 (r414486) @@ -1,2 +1,2 @@ -SHA256 (SOPE-2.3.8.tar.gz) = 6fded26f80748bd9628d3c0e54ed44e7689b4df13a596c33a192a008502cd0c3 -SIZE (SOPE-2.3.8.tar.gz) = 2275132 +SHA256 (SOPE-2.3.10.tar.gz) = b51e5c212f938b6b39000d5149b7da6922f978df291c61e1015d8abcbfcdc245 +SIZE (SOPE-2.3.10.tar.gz) = 2276085 Modified: head/devel/sope2/files/patch-configure ============================================================================== --- head/devel/sope/files/patch-configure Wed Mar 30 17:59:15 2016 (r412179) +++ head/devel/sope2/files/patch-configure Mon May 2 23:03:07 2016 (r414486) @@ -11,7 +11,7 @@ # TODO: add pg_config, mysql_config etc! -LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib" -+LINK_SYSLIBDIRS="-L/usr/local/lib/postgresql -L/usr/local/lib/mysql -L/usr/local/lib -L/usr/lib" ++LINK_SYSLIBDIRS="-L${LOCALBASE}/lib/postgresql -L${LOCALBASE}/lib/mysql -L${LOCALBASE}/lib -L/usr/lib" # ******************** usage ********************