svn commit: r415773 - in head/www: moodle28 moodle29 moodle30

Wen Heping wen at FreeBSD.org
Tue May 24 08:41:13 UTC 2016


Author: wen
Date: Tue May 24 08:41:11 2016
New Revision: 415773
URL: https://svnweb.freebsd.org/changeset/ports/415773

Log:
  - Adjust CONFLICTS to welcome moodle-3.1

Modified:
  head/www/moodle28/Makefile
  head/www/moodle29/Makefile
  head/www/moodle30/Makefile

Modified: head/www/moodle28/Makefile
==============================================================================
--- head/www/moodle28/Makefile	Tue May 24 08:33:27 2016	(r415772)
+++ head/www/moodle28/Makefile	Tue May 24 08:41:11 2016	(r415773)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based 
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle30-3.0.[0-9]* moodle29-2.9.[0-9]*
+CONFLICTS=	moodle30-3.0.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1
 
 USES=		cpe tar:tgz
 USE_PHP=	session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \

Modified: head/www/moodle29/Makefile
==============================================================================
--- head/www/moodle29/Makefile	Tue May 24 08:33:27 2016	(r415772)
+++ head/www/moodle29/Makefile	Tue May 24 08:41:11 2016	(r415773)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based 
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle30-3.0.[0-9]* moodle28-2.8.[0-9]*
+CONFLICTS=	moodle31-3.1 moodle30-3.0.[0-9]* moodle28-2.8.[0-9]*
 
 USES=		cpe tar:tgz
 USE_PHP=	session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \

Modified: head/www/moodle30/Makefile
==============================================================================
--- head/www/moodle30/Makefile	Tue May 24 08:33:27 2016	(r415772)
+++ head/www/moodle30/Makefile	Tue May 24 08:41:11 2016	(r415773)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based 
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle28-2.8.[0-9]* moodle29-2.9.[0-9]*
+CONFLICTS=	moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1
 
 USES=		cpe tar:tgz
 USE_PHP=	ctype curl dom gd hash iconv intl json mbstring opcache \


More information about the svn-ports-head mailing list