Date: Thu, 24 Dec 2020 17:46:49 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559174 - head/devel/sope Message-ID: <202012241746.0BOHknXe085593@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <liedtke at punkt.de> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012241746.0BOHknXe085593>