Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 13:12:04 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440999 - in head/www: moodle30 moodle31 moodle32
Message-ID:  <201705161312.v4GDC4iN025403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue May 16 13:12:04 2017
New Revision: 440999
URL: https://svnweb.freebsd.org/changeset/ports/440999

Log:
  - Adjust CONFLICTS

Modified:
  head/www/moodle30/Makefile
  head/www/moodle31/Makefile
  head/www/moodle32/Makefile

Modified: head/www/moodle30/Makefile
==============================================================================
--- head/www/moodle30/Makefile	Tue May 16 13:09:26 2017	(r440998)
+++ head/www/moodle30/Makefile	Tue May 16 13:12:04 2017	(r440999)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based 
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle29-2.9.[0-9]* moodle31-3.1.[0-9]* moodle32-3.2.[0-9]*
+CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3
 
 USES=		cpe tar:tgz
 USE_PHP=	ctype curl dom gd hash iconv intl json mbstring opcache \

Modified: head/www/moodle31/Makefile
==============================================================================
--- head/www/moodle31/Makefile	Tue May 16 13:09:26 2017	(r440998)
+++ head/www/moodle31/Makefile	Tue May 16 13:12:04 2017	(r440999)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based 
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle32-3.2.[0-9]*
+CONFLICTS=	moodle30-3.0.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3
 
 USES=		cpe tar:tgz
 USE_PHP=	ctype curl dom gd hash iconv intl json mbstring opcache \

Modified: head/www/moodle32/Makefile
==============================================================================
--- head/www/moodle32/Makefile	Tue May 16 13:09:26 2017	(r440998)
+++ head/www/moodle32/Makefile	Tue May 16 13:12:04 2017	(r440999)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based 
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle31-3.1.[0-9]*
+CONFLICTS=	moodle30-3.0.[0-9]* moodle31-3.1.[0-9]* moodle33-3.3
 
 USES=		cpe tar:tgz
 USE_PHP=	ctype curl dom gd hash iconv intl json mbstring opcache \



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