svn commit: r440999 - in head/www: moodle30 moodle31 moodle32

Wen Heping wen at FreeBSD.org
Tue May 16 13:12:05 UTC 2017


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 \


More information about the svn-ports-all mailing list