Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 01:52:41 +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: r404082 - in head/www: moodle28 moodle29
Message-ID:  <201512210152.tBL1qfFj058110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Dec 21 01:52:41 2015
New Revision: 404082
URL: https://svnweb.freebsd.org/changeset/ports/404082

Log:
  - Adjust CONFLICTS

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

Modified: head/www/moodle28/Makefile
==============================================================================
--- head/www/moodle28/Makefile	Mon Dec 21 01:48:16 2015	(r404081)
+++ head/www/moodle28/Makefile	Mon Dec 21 01:52:41 2015	(r404082)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl
 RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl
 
-CONFLICTS=	moodle30-3.0 moodle29-2.9.[0-9]*
+CONFLICTS=	moodle30-3.0.[0-9]* moodle29-2.9.[0-9]*
 
 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	Mon Dec 21 01:48:16 2015	(r404081)
+++ head/www/moodle29/Makefile	Mon Dec 21 01:52:41 2015	(r404082)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl
 RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl
 
-CONFLICTS=	moodle30-3.0 moodle28-2.8.[0-9]*
+CONFLICTS=	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 \



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