summaryrefslogtreecommitdiff
path: root/www/MT/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-01-13 13:28:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-01-13 13:28:11 +0000
commitc1eb48237dd244cf772438295219400352820578 (patch)
tree9b4aa95b36fc430369ee73013515ced403b9e70e /www/MT/Makefile
parentdevel/subversion: document security fixes in 1.6.15 (diff)
- Update to 5.04
- Cleanup CONFLICTS and DISTINFO_FILE: remove es-MT and nl-MT - Space/Tab twiddle Changes: http://www.movabletype.org/2010/12/movable_type_504_and_435_security_update.html PR: ports/152913 Submitted by: Takefu <takefu@airport.fm> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=267745
Diffstat (limited to 'www/MT/Makefile')
-rw-r--r--www/MT/Makefile34
1 files changed, 16 insertions, 18 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile
index 235cbbe9772c..1440bb9f650c 100644
--- a/www/MT/Makefile
+++ b/www/MT/Makefile
@@ -6,49 +6,47 @@
#
PORTNAME= MT
-PORTVERSION?= 5.03
-PORTREVISION= 1
+PORTVERSION?= 5.04
+PORTREVISION?= 0
CATEGORIES?= www
MASTER_SITES?= http://movabletype.org/downloads/stable/
-DISTNAME?= MTOS-${PORTVERSION}${PORTREVISION}-en
+DISTNAME?= MTOS-${PORTVERSION}-en
MAINTAINER?= takefu@airport.fm
COMMENT?= A web-based personal publishing system for weblogs
-CONFLICTS?= ja-MT-[2-5].* fr-MT-[2-5].* de-MT-[2-5].* es-MT-[2-5].* \
- nl-MT-[2-5].* ru-MT-[2-5].*
+CONFLICTS?= de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].* ru-MT-[2-5].*
RUN_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
-OPTIONS= APACHE "USE_APACHE" off\
- MYSQL "USE_MYSQL" off\
+OPTIONS= APACHE "USE_APACHE" off \
+ MYSQL "USE_MYSQL" off \
OPTIONAL_MODULES "OPTIONAL_MODULES" on
.include <bsd.port.options.mk>
.if !defined(WITHOUT_OPTIONAL_MODULES)
RUN_DEPENDS+= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
- ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \
- ${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \
- ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
- ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
- ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
- ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
+ ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
+ ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \
+ ${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \
+ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
+ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
+ ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
+ ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
.endif
DATADIR= www/data
CGIDIR= www/cgi-bin/mt
.if defined(WITH_MYSQL)
-DB_DIR?= /var/db/mysql/blog
-USE_MYSQL= yes
+DB_DIR?= /var/db/mysql/blog
+USE_MYSQL= yes
.else
DB_DIR?= ${PREFIX}/${CGIDIR}/db
-RUN_DEPENDS+=\
- ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite
WITH_DEFAULTDB= yes
.endif