Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2017 16:17:40 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455299 - head/www/moodle34
Message-ID:  <201712011617.vB1GHeSD036693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Dec  1 16:17:40 2017
New Revision: 455299
URL: https://svnweb.freebsd.org/changeset/ports/455299

Log:
  DEFAULT_VERSIONS is a GLOBAL variable.
  
  Reported by:	adamw
  Sponsored by:	Absolight

Modified:
  head/www/moodle34/Makefile   (contents, props changed)

Modified: head/www/moodle34/Makefile
==============================================================================
--- head/www/moodle34/Makefile	Fri Dec  1 16:12:28 2017	(r455298)
+++ head/www/moodle34/Makefile	Fri Dec  1 16:17:40 2017	(r455299)
@@ -14,7 +14,6 @@ LICENSE=	GPLv3
 
 CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]*
 
-DEFAULT_VERSIONS=	php=70
 IGNORE_WITH_PHP=	56
 
 USES=		cpe php tar:tgz



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