From owner-svn-ports-head@freebsd.org Thu May 5 13:10:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37D83B2CA91; Thu, 5 May 2016 13:10:22 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0A38B17EA; Thu, 5 May 2016 13:10:21 +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 u45DALpI021576; Thu, 5 May 2016 13:10:21 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u45DALr2021575; Thu, 5 May 2016 13:10:21 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201605051310.u45DALr2021575@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, 5 May 2016 13:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414643 - head/devel/sope3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 13:10:22 -0000 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}