Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 17:16:02 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/179480: [MAINTAINER] www/MT: update to 5.2.6,1
Message-ID:  <51B6DCC2.7000709@airport.fm>
Resent-Message-ID: <201306110820.r5B8K028058839@freefall.freebsd.org>
In-Reply-To: <20130611074343.B547B6D650@RELENG83-ix86.localIPv4.airport.fm>
References:  <20130611074343.B547B6D650@RELENG83-ix86.localIPv4.airport.fm>

next in thread | previous in thread | raw e-mail | index | archive | help

>Number:         179480
>Category:       ports
>Synopsis:       [MAINTAINER] www/MT: update to 5.2.6,1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 11 08:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 8.3-RELEASE-p8 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG83-ix86.localIPv4.airport.fm 8.3-RELEASE-p8 FreeBSD 8.3-RELEASE-p8 #0: Thu May  9 10:13:20 JST
>Description:
www/MT
- Update to 5.2.6,1

russian/MT
- source file not found.

NOTE:
SQLite, PGSQL options obsolete.
The option is deleted by the upcoming version improvement.

>How-To-Repeat:
>Fix:

--- MT-5.2.6,1.patch begins here ---
diff -ruN /usr/ports/www/MT/Makefile ./Makefile
--- /usr/ports/www/MT/Makefile	2013-02-24 02:13:00.000000000 +0900
+++ ./Makefile	2013-06-11 16:05:27.000000000 +0900
@@ -2,14 +2,14 @@
 # $FreeBSD: ports/www/MT/Makefile,v 1.61 2013/02/23 17:13:00 svnexp Exp $

 PORTNAME=	MT
-PORTVERSION=	5.2.3
+PORTVERSION=	5.2.6
 PORTEPOCH=	1
 CATEGORIES?=	www
 MASTER_SITES?=	http://www.movabletype.org/downloads/stable/
 DISTNAME?=	MTOS-${PORTVERSION}

 MAINTAINER?=	takefu@airport.fm
-COMMENT?=	Web-based personal publishing system for weblogs
+COMMENT?=	A web-based personal publishing system for weblogs

 CONFLICTS?=	de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].* ru-MT-[2-5].*

@@ -19,13 +19,16 @@
 NO_OPTIONS_SORT=	yes
 OPTIONS_DEFINE=		APACHE MYSQL SSL TLS\
 			OPTIONAL_MODULES ADDITIONAL_MODULES\
-			PGSQL ORACLE ODBC SQLITE2 PSGI
+			PGSQL ORACLE ODBC SQLITE2 SQLITE PSGI
 OPTIONS_DEFAULT=	MYSQL OPTIONAL_MODULES
 OPTIONAL_MODULES_DESC=	Optional Perl Modules
 ADDITIONAL_MODULES_DESC=Additional Perl modules
-SQLITE2_DESC=		SQLite 2 database
 PSGI_DESC=		Perl Web Server Gateway Interface

+PGSQL_DESC=		PostgreSQL database support[obsolete]
+SQLITE_DESC=		SQLite3 database support[obsolete]
+SQLITE2_DESC=		SQLite2 database support[obsolete]
+
 .include <bsd.port.options.mk>

 DATADIR=	www/data
@@ -41,7 +44,7 @@
 		WWWOWN=${WWWOWN}\
 		WWWGRP=${WWWGRP}

-USE_PERL5_RUN=	5.8.1+
+USE_PERL5_RUN=	yes
 NO_BUILD=	yes
 MT_DOCS_URL?=	http://www.movabletype.org/documentation/
 MT_UPGRADE_URL?=http://www.movabletype.org/documentation/installation/upgrade-movable-type.html
@@ -100,8 +103,13 @@
 .endif
 .if empty${PORT_OPTIONS:MPGSQL} && empty(PORT_OPTIONS:MMYSQL)
 DB_DIR?=	${PREFIX}/${CGIDIR}/db
-RUN_DEPENDS+=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite\
-		sqlite3>=3:${PORTSDIR}/databases/sqlite3
+. if ${PORT_OPTIONS:MSQLITE} && empty(PORT_OPTIONS:MSQLITE2)
+USE_SQLITE=	yes
+RUN_DEPENDS+=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
+. elif ${PORT_OPTIONS:MSQLITE2} && empty(PORT_OPTIONS:MSQLITE)
+USE_SQLITE=	2
+RUN_DEPENDS+=	p5-DBD-SQLite2>=0:${PORTSDIR}/databases/p5-DBD-SQLite2
+. endif
 WITH_DEFAULTDB=	yes
 .endif
 .if ${PORT_OPTIONS:MORACLE}
@@ -110,9 +118,6 @@
 .if ${PORT_OPTIONS:MODBC}
 RUN_DEPENDS+=	p5-DBD-ODBC>=1.13:${PORTSDIR}/databases/p5-DBD-ODBC
 .endif
-.if ${PORT_OPTIONS:MSQLITE2}
-RUN_DEPENDS+=	p5-DBD-SQLite2>=0:${PORTSDIR}/databases/p5-DBD-SQLite2
-.endif
 .if ${PORT_OPTIONS:MAPACHE}
 USE_APACHE_RUN=	22+
 SUB_FILES+=	MT.conf
diff -ruN /usr/ports/www/MT/distinfo ./distinfo
--- /usr/ports/www/MT/distinfo	2013-02-24 02:13:00.000000000 +0900
+++ ./distinfo	2013-06-07 08:00:52.000000000 +0900
@@ -1,4 +1,2 @@
-SHA256 (MTOS-5.2.3.tar.gz) = b76dd45af1ca768ec32eecfe0513d421a8700ea98e74fbf062a1d76e57ff4366
-SIZE (MTOS-5.2.3.tar.gz) = 7961636
-SHA256 (MTOS-5.2.3-ru.tar.gz) = e75d505f866e1213afe1e37fd0ecd3931a2016b6bdee6aba552d7006573c1969
-SIZE (MTOS-5.2.3-ru.tar.gz) = 8092081
+SHA256 (MTOS-5.2.6.tar.gz) = 198abf456c46504c1fa2b0d4cedb29fef6370ac45bbafbbbc0e1acd8c9de5fd0
+SIZE (MTOS-5.2.6.tar.gz) = 7965022
diff -ruN /usr/ports/www/MT/pkg-descr ./pkg-descr
--- /usr/ports/www/MT/pkg-descr	2013-02-24 02:13:00.000000000 +0900
+++ ./pkg-descr	2013-06-07 08:05:11.000000000 +0900
@@ -1,4 +1,5 @@
 Movable Type is a web-based personal publishing system. It is designed to
 ease maintenance of regularly-updated news, journal sites and weblogs.

+Author:	Ben & Mena Trott
 WWW: http://movabletype.org/
diff -ruN /usr/ports/www/MT/pkg-plist ./pkg-plist
--- /usr/ports/www/MT/pkg-plist	2013-02-24 02:13:00.000000000 +0900
+++ ./pkg-plist	2013-06-11 13:24:59.000000000 +0900
@@ -421,6 +421,7 @@
 %%CGIDIR%%/extlib/Data/ObjectDriver/ResultSet.pm
 %%CGIDIR%%/extlib/Data/ObjectDriver.pm
 %%CGIDIR%%/extlib/version.pod
+%%CGIDIR%%/extlib/Locale/Maketext/Cookbook.pod
 %%CGIDIR%%/extlib/Locale/Maketext/GutsLoader.pm
 %%CGIDIR%%/extlib/Locale/Maketext/TPJ13.pod
 %%CGIDIR%%/extlib/Locale/Maketext/Guts.pm
@@ -526,6 +527,7 @@
 %%CGIDIR%%/extlib/JSON.pm
 %%CGIDIR%%/extlib/Net/OAuth.pm
 %%CGIDIR%%/extlib/Net/HTTPS.pm
+%%CGIDIR%%/extlib/Net/SMTP/TLS.pm
 %%CGIDIR%%/extlib/Net/OpenID/VerifiedIdentity.pm
 %%CGIDIR%%/extlib/Net/OpenID/Yadis.pm
 %%CGIDIR%%/extlib/Net/OpenID/Consumer.pm
@@ -647,20 +649,6 @@
 %%CGIDIR%%/extlib/HTML/Form.pm
 %%CGIDIR%%/extlib/HTML/Template.pm
 %%CGIDIR%%/extlib/HTML/Diff.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/ja.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/es.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/de.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/en_us.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/fr.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/nl.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/MT/TypePadAntiSpam.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/tmpl/config.tmpl
-%%CGIDIR%%/plugins/TypePadAntiSpam/tmpl/stats_widget.tmpl
-%%CGIDIR%%/plugins/TypePadAntiSpam/tmpl/system.tmpl
-%%CGIDIR%%/plugins/TypePadAntiSpam/config.yaml
-%%CGIDIR%%/plugins/TypePadAntiSpam/php/function.mttypepadantispamcounter.php
 %%LANG_RU%%%%CGIDIR%%/plugins/UpdatePingsRU/config.yaml
 %%CGIDIR%%/plugins/spamlookup/lib/spamlookup.pm
 %%CGIDIR%%/plugins/spamlookup/lib/spamlookup/L10N.pm
@@ -684,6 +672,7 @@
 %%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N.pm
 %%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/Library.pm
 %%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/Util.pm
+%%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/Upgrade.pm
 %%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N/ja.pm
 %%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N/es.pm
 %%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N/de.pm
@@ -2095,6 +2084,10 @@
 %%CGIDIR%%/php/lib/block.mtsethashvar.php
 %%CGIDIR%%/php/lib/function.mtassettype.php
 %%CGIDIR%%/php/lib/block.mtifrequirecommentemails.php
+%%CGIDIR%%/php/lib/function.mtwebsitedatelanguage.php
+%%CGIDIR%%/php/lib/function.mtblogdatelanguage.php
+%%CGIDIR%%/php/lib/function.mtcanonicalurl.php
+%%CGIDIR%%/php/lib/function.mtcanonicallink.php
 %%CGIDIR%%/php/mt.php
 %%CGIDIR%%/php/tmpl/header-popup.tpl
 %%CGIDIR%%/php/tmpl/missing.tpl
@@ -3404,6 +3397,7 @@
 @dirrm %%CGIDIR%%/extlib/Net/OAuth/SignatureMethod
 @dirrm %%CGIDIR%%/extlib/Net/OAuth
 @dirrm %%CGIDIR%%/extlib/Net/HTTP
+@dirrm %%CGIDIR%%/extlib/Net/SMTP
 @dirrm %%CGIDIR%%/extlib/Net
 @dirrm %%CGIDIR%%/extlib/LWP/Protocol
 @dirrm %%CGIDIR%%/extlib/LWP/Authen
@@ -3433,13 +3427,6 @@
 @dirrm %%CGIDIR%%/extlib/Apache
 @dirrm %%CGIDIR%%/extlib/HTML
 @dirrm %%CGIDIR%%/extlib
-@dirrm %%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N
-@dirrm %%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam
-@dirrm %%CGIDIR%%/plugins/TypePadAntiSpam/lib/MT
-@dirrm %%CGIDIR%%/plugins/TypePadAntiSpam/lib
-@dirrm %%CGIDIR%%/plugins/TypePadAntiSpam/tmpl
-@dirrm %%CGIDIR%%/plugins/TypePadAntiSpam/php
-@dirrm %%CGIDIR%%/plugins/TypePadAntiSpam
 %%LANG_RU%%@dirrm %%CGIDIR%%/plugins/UpdatePingsRU
 @dirrm %%CGIDIR%%/plugins/spamlookup/lib/spamlookup/L10N
 @dirrm %%CGIDIR%%/plugins/spamlookup/lib/spamlookup
--- MT-5.2.6,1.patch ends here --

--- ru-MT-5.2.6,1.patch begins here ---
diff -ruN /usr/ports/russian/MT/Makefile ./Makefile
--- /usr/ports/russian/MT/Makefile	2013-02-24 02:12:59.000000000 +0900
+++ ./Makefile	2013-06-11 16:44:24.000000000 +0900
@@ -7,6 +7,8 @@

 COMMENT=	Russian localization of the MovableType publishing system

+IGNORE=		source file not found
+
 MASTERDIR=	${.CURDIR}/../../www/MT
 MT_LANG=	${PKGNAMEPREFIX:S,-,,U}
 CONFLICTS=	MT-[2-5].* de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].*
--- ru-MT-5.2.6,1.patch begins here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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