ports/80216: [Maintainer] databases/mysqlman

janos.mohacsi at niif.hu janos.mohacsi at niif.hu
Thu Apr 21 16:20:26 UTC 2005


>Number:         80216
>Category:       ports
>Synopsis:       [Maintainer] databases/mysqlman
>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:   Thu Apr 21 16:20:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Charlie &
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD norfolk.ki.iif.hu 5.4-STABLE FreeBSD 5.4-STABLE #1: Tue Apr 19 16:41:38 CEST 2005
>Description:
[DESCRIBE CHANGES]
change to the correct dependency.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

diff -ruN mysqlman.orig/Makefile mysqlman/Makefile
--- mysqlman.orig/Makefile	Fri Nov  7 10:12:47 2003
+++ mysqlman/Makefile	Thu Apr 21 18:16:35 2005
@@ -6,6 +6,7 @@
 
 PORTNAME=	mysqlman
 PORTVERSION=	1.09
+PORTREVISION=	1
 CATEGORIES=	databases www
 MASTER_SITES=	http://www.gossamer-threads.com/scripts/source/
 DISTNAME=	mysqlman
@@ -13,7 +14,8 @@
 MAINTAINER=	janos.mohacsi at bsd.hu
 COMMENT=	MySQLMan is a web based MySQL database manager written in perl
 
-RUN_DEPENDS=	${WWW_DIR}:${PORTSDIR}/${APACHE_PORT}
+RUN_DEPENDS=	${WWW_DIR}:${PORTSDIR}/${APACHE_PORT} \
+		${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
 
 WRKSRC=		${WRKDIR}/${DISTNAME}-${PORTVERSION}
 RESTRICTED=	"not redistributable, license agreement required"
@@ -59,13 +61,5 @@
 			${PREFIX}/${MYMANDIR}/mysql.cfg.dist"
 	@${ECHO} "Modify to your needs!"
 	@${ECHO} ""
-
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-.else
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-.endif
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list