1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Update to 2.0.3

- Set MIMETEX default Off [1]

Submitted by:	sdcangyuan@gmail.com (via Email)
This commit is contained in:
Wen Heping 2011-05-09 06:52:45 +00:00
parent cff3eb3de9
commit 1d1e8c737d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273842
2 changed files with 5 additions and 6 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= moodle
PORTVERSION= 2.0.2
PORTREVISION= 1
PORTVERSION= 2.0.3
CATEGORIES= www
MASTER_SITES= http://download.moodle.org/stable20/ \
http://download2.moodle.org/stable20/ \
@ -32,7 +31,7 @@ OPTIONS= MYSQL "Add support for a MySQL database server" On \
PGSQL "Add support for a PostgreSQL database server" Off \
MSSQL "Add support for a MS SQL Server" Off \
LDAP "Add LDAP authentication functionality" Off \
MIMETEX "Add mimeTeX filter functionality" On
MIMETEX "Add mimeTeX filter functionality" Off
.include <bsd.port.pre.mk>
@ -52,7 +51,7 @@ USE_PHP+= mssql
USE_PHP+= ldap
.endif
.if !defined(WITHOUT_MIMETEX)
.if defined(WITH_MIMETEX)
RUN_DEPENDS+= ${LOCALBASE}/www/mimetex/cgi-bin/mimetex.cgi:${PORTSDIR}/www/mimetex
.endif

View File

@ -1,2 +1,2 @@
SHA256 (moodle-2.0.2.tgz) = 64c360b787e4bb099c328da09cf3b969d02c8ef57cc9d895598f0ddb4c7a44fe
SIZE (moodle-2.0.2.tgz) = 22270280
SHA256 (moodle-2.0.3.tgz) = 91ffa120a2674d835a0f087d472c789ddeaac305181c80c8a0af33351d065945
SIZE (moodle-2.0.3.tgz) = 22438221