Date: Thu, 5 May 2016 13:10:21 +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: r414643 - head/devel/sope3 Message-ID: <201605051310.u45DALr2021575@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Thu May 5 13:10:21 2016 New Revision: 414643 URL: https://svnweb.freebsd.org/changeset/ports/414643 Log: - Pass maintainer to euan at potensol.com - Fix CONFLICTS - Bump PORTREVISION Modified: head/devel/sope3/Makefile Modified: head/devel/sope3/Makefile ============================================================================== --- head/devel/sope3/Makefile Thu May 5 13:08:29 2016 (r414642) +++ head/devel/sope3/Makefile Thu May 5 13:10:21 2016 (r414643) @@ -3,11 +3,12 @@ PORTNAME= sope3 PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} -MAINTAINER= acm@FreeBSD.org +MAINTAINER= euan@potensol.com COMMENT= Extensive set of GNUstep web application frameworks LICENSE= LGPL20 @@ -30,7 +31,7 @@ USES= gmake gnustep USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -CONFLICTS= sope-[0-9]* +CONFLICTS= sope2-[0-9]* SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605051310.u45DALr2021575>