Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2018 02:54:06 +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: r467854 - in head/devel: . sope4
Message-ID:  <201804210254.w3L2s68P029807@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Sat Apr 21 02:54:05 2018
New Revision: 467854
URL: https://svnweb.freebsd.org/changeset/ports/467854

Log:
  - New port: devel/sope4
  
  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: http://sogo.nu/

Added:
  head/devel/sope4/
     - copied from r467853, head/devel/sope3/
Modified:
  head/devel/Makefile
  head/devel/sope4/Makefile
  head/devel/sope4/distinfo

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Apr 21 00:36:33 2018	(r467853)
+++ head/devel/Makefile	Sat Apr 21 02:54:05 2018	(r467854)
@@ -6015,6 +6015,7 @@
     SUBDIR += sonarqube
     SUBDIR += sope2
     SUBDIR += sope3
+    SUBDIR += sope4
     SUBDIR += sord
     SUBDIR += sourcenav
     SUBDIR += sparc64-binutils

Modified: head/devel/sope4/Makefile
==============================================================================
--- head/devel/sope3/Makefile	Sat Apr 21 00:36:33 2018	(r467853)
+++ head/devel/sope4/Makefile	Sat Apr 21 02:54:05 2018	(r467854)
@@ -1,14 +1,12 @@
-# Created by: Euan Thoms <euan@potensol.com>
 # $FreeBSD$
 
-PORTNAME=		sope3
-PORTVERSION=		3.2.10
-PORTREVISION=	2
+PORTNAME=		sope4
+PORTVERSION=		4.0.0
 CATEGORIES=		devel gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOPE-${PORTVERSION}
 
-MAINTAINER=		euan@potensol.com
+MAINTAINER=		acm@FreeBSD.org
 COMMENT=		Extensive set of GNUstep web application frameworks
 
 LICENSE=		LGPL20
@@ -31,7 +29,7 @@ USES=			gmake iconv gnustep
 USE_GNUSTEP=		base build
 USE_LDCONFIG=		${GNUSTEP_LOCAL_LIBRARIES}
 
-CONFLICTS=		sope2-[0-9]*
+CONFLICTS=		sope2-[0-9]* sope3-[0-9]*
 
 SUB_LIST+=		GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \
 			GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES}

Modified: head/devel/sope4/distinfo
==============================================================================
--- head/devel/sope3/distinfo	Sat Apr 21 00:36:33 2018	(r467853)
+++ head/devel/sope4/distinfo	Sat Apr 21 02:54:05 2018	(r467854)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501808995
-SHA256 (SOPE-3.2.10.tar.gz) = 7994bf985ed8e2c63b605e4e3495d8bcdcce68bffc8fea87251c999382c3df66
-SIZE (SOPE-3.2.10.tar.gz) = 2282107
+TIMESTAMP = 1521046717
+SHA256 (SOPE-4.0.0.tar.gz) = 8e86703d37fc24ae75d8ca898e6e8829d3c51ed210c0c21db8f6ea13087b3216
+SIZE (SOPE-4.0.0.tar.gz) = 2283869



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804210254.w3L2s68P029807>