Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2011 19:11:32 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163241: [MAINTAINER] www/MT: When using MYSQL, perl modules to match the version introduced.
Message-ID:  <4EE724D4.9020307@airport.fm>
Resent-Message-ID: <201112131020.pBDAK9uC056685@freefall.freebsd.org>
In-Reply-To: <201112130944.pBD9iIiC095566@unbound.local.ae-osaka.co.jp>
References:  <201112130944.pBD9iIiC095566@unbound.local.ae-osaka.co.jp>

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

>Number:         163241
>Category:       ports
>Synopsis:       [MAINTAINER] www/MT: When using MYSQL, perl modules to match the version introduced.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 13 10:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
  When using MYSQL, perl modules to match the version introduced.
>How-To-Repeat:
>Fix:
--- MT.patch begins here ---
diff -ruN /usr/ports/www/MT/Makefile www/MT/Makefile
--- /usr/ports/www/MT/Makefile	2011-11-23 13:24:27.000000000 +0900
+++ www/MT/Makefile	2011-12-13 18:42:00.000000000 +0900
@@ -11,7 +11,7 @@
 MASTER_SITES?=	http://movabletype.org/downloads/stable/
 DISTNAME?=	MTOS-${PORTVERSION}-en

-MAINTAINER=	takefu@airport.fm
+MAINTAINER?=	takefu@airport.fm
 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].*
@@ -42,7 +42,7 @@

 .if defined(WITH_MYSQL)
 DB_DIR?=	${BASEDIR}/var/db/mysql/blog
-RUN_DEPENDS+=	p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
+RUN_DEPENDS+=	p5-DBD-mysql${MYSQL_VER}>=1:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}
 USE_MYSQL=	yes
 .else
 DB_DIR?=	${PREFIX}/${CGIDIR}/db
--- MT.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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