Date: Thu, 21 Apr 2005 18:18:54 +0200 (CEST) From: janos.mohacsi@niif.hu To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80216: [Maintainer] databases/mysqlman Message-ID: <200504211618.j3LGIsoZ008761@norfolk.ki.iif.hu> Resent-Message-ID: <200504211620.j3LGKPqW025485@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504211618.j3LGIsoZ008761>