From owner-svn-ports-all@freebsd.org Thu Dec 24 17:46:49 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B15FE4CBDCA; Thu, 24 Dec 2020 17:46:49 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1yF54dD2z4q7g; Thu, 24 Dec 2020 17:46:49 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91C8F147E8; Thu, 24 Dec 2020 17:46:49 +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 0BOHknKC085596; Thu, 24 Dec 2020 17:46:49 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BOHknXe085593; Thu, 24 Dec 2020 17:46:49 GMT (envelope-from acm@FreeBSD.org) Message-Id: <202012241746.0BOHknXe085593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 24 Dec 2020 17:46:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559174 - head/devel/sope X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/sope X-SVN-Commit-Revision: 559174 X-SVN-Commit-Repository: ports 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.34 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: Thu, 24 Dec 2020 17:46:49 -0000 Author: acm Date: Thu Dec 24 17:46:48 2020 New Revision: 559174 URL: https://svnweb.freebsd.org/changeset/ports/559174 Log: - New port: devel/sope (version 5) SOPE is an extensive set of frameworks which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing. WWW: https://sogo.nu/ PR: 249370 Submitted by: Lars Liedtke Added: head/devel/sope/ - copied from r559172, head/devel/sope4/ Modified: head/devel/sope/Makefile head/devel/sope/distinfo head/devel/sope/pkg-descr Modified: head/devel/sope/Makefile ============================================================================== --- head/devel/sope4/Makefile Thu Dec 24 17:00:38 2020 (r559172) +++ head/devel/sope/Makefile Thu Dec 24 17:46:48 2020 (r559174) @@ -1,7 +1,7 @@ # $FreeBSD$ -PORTNAME= sope4 -PORTVERSION= 4.3.2 +PORTNAME= sope +PORTVERSION= 5.0.1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} @@ -33,7 +33,7 @@ USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} LLD_UNSAFE= yes # PR 230608 -#CONFLICTS= sope2-[0-9]* sope3-[0-9]* +CONFLICTS= sope2-[0-9]* sope4-[0-9]* SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} Modified: head/devel/sope/distinfo ============================================================================== --- head/devel/sope4/distinfo Thu Dec 24 17:00:38 2020 (r559172) +++ head/devel/sope/distinfo Thu Dec 24 17:46:48 2020 (r559174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588896817 -SHA256 (SOPE-4.3.2.tar.gz) = 3bbd432f3ff07c48e8996d77c2ad2663c5f455456c5e6c2323e02b199543cf67 -SIZE (SOPE-4.3.2.tar.gz) = 2281547 +TIMESTAMP = 1606283767 +SHA256 (SOPE-5.0.1.tar.gz) = 07f3158719b5f5da0f742238cac6d4adda2ce9e6bf1631b9c710a3a2a865a00b +SIZE (SOPE-5.0.1.tar.gz) = 2293600 Modified: head/devel/sope/pkg-descr ============================================================================== --- head/devel/sope4/pkg-descr Thu Dec 24 17:00:38 2020 (r559172) +++ head/devel/sope/pkg-descr Thu Dec 24 17:46:48 2020 (r559174) @@ -5,4 +5,4 @@ set of reusable classes: XML processing (SAX, DOM, XML MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing. -WWW: http://sogo.nu/ +WWW: https://sogo.nu/