svn commit: r412181 - in head/devel: . sope3 sope3/files
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Wed Mar 30 18:24:43 UTC 2016
Author: acm
Date: Wed Mar 30 18:24:42 2016
New Revision: 412181
URL: https://svnweb.freebsd.org/changeset/ports/412181
Log:
- New port: devel/sope3
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.
Added:
head/devel/sope3/
- copied from r412179, head/devel/sope/
Modified:
head/devel/Makefile
head/devel/sope3/Makefile
head/devel/sope3/distinfo
head/devel/sope3/files/patch-configure
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Mar 30 18:06:47 2016 (r412180)
+++ head/devel/Makefile Wed Mar 30 18:24:42 2016 (r412181)
@@ -5248,6 +5248,7 @@
SUBDIR += smv
SUBDIR += soapui
SUBDIR += sope
+ SUBDIR += sope3
SUBDIR += sourcenav
SUBDIR += sparc64-binutils
SUBDIR += sparc64-gcc
Modified: head/devel/sope3/Makefile
==============================================================================
--- head/devel/sope/Makefile Wed Mar 30 17:59:15 2016 (r412179)
+++ head/devel/sope3/Makefile Wed Mar 30 18:24:42 2016 (r412181)
@@ -1,13 +1,13 @@
# Created by: Euan Thoms <euan at potensol.com>
# $FreeBSD$
-PORTNAME= sope
-PORTVERSION= 2.3.8
+PORTNAME= sope3
+PORTVERSION= 3.0.2
CATEGORIES= devel gnustep
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
DISTNAME= SOPE-${PORTVERSION}
-MAINTAINER= euan at potensol.com
+MAINTAINER= acm at FreeBSD.org
COMMENT= Extensive set of GNUstep web application frameworks
LICENSE= LGPL20
@@ -30,10 +30,13 @@ USES= gmake gnustep
USE_GNUSTEP= base build
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+CONFLICTS= sope-[0-9]*
+
SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \
GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES}
CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip
+CONFIGURE_ENV+= CC="${CC}"
LDAP_USE= OPENLDAP=client
PGSQL_USES= pgsql
Modified: head/devel/sope3/distinfo
==============================================================================
--- head/devel/sope/distinfo Wed Mar 30 17:59:15 2016 (r412179)
+++ head/devel/sope3/distinfo Wed Mar 30 18:24:42 2016 (r412181)
@@ -1,2 +1,2 @@
-SHA256 (SOPE-2.3.8.tar.gz) = 6fded26f80748bd9628d3c0e54ed44e7689b4df13a596c33a192a008502cd0c3
-SIZE (SOPE-2.3.8.tar.gz) = 2275132
+SHA256 (SOPE-3.0.2.tar.gz) = 62adad635d386b0f7531c40f88cd314b267fbaa873c8d0b78204c399123f4ef1
+SIZE (SOPE-3.0.2.tar.gz) = 2275515
Modified: head/devel/sope3/files/patch-configure
==============================================================================
--- head/devel/sope/files/patch-configure Wed Mar 30 17:59:15 2016 (r412179)
+++ head/devel/sope3/files/patch-configure Wed Mar 30 18:24:42 2016 (r412181)
@@ -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 ********************
More information about the svn-ports-all
mailing list