svn commit: r414643 - head/devel/sope3

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu May 5 13:10:22 UTC 2016


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 at FreeBSD.org
+MAINTAINER=		euan at 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}


More information about the svn-ports-head mailing list