ports/163241: [MAINTAINER] www/MT: When using MYSQL, perl modules to match the version introduced.

Takefu takefu at airport.fm
Tue Dec 13 10:20:10 UTC 2011


>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 at airport.fm
+MAINTAINER?=	takefu at 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:



More information about the freebsd-ports-bugs mailing list