Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2003 13:02:05 +0100 (CET)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Edwin Groothuis <edwin@FreeBSD.org>, `@FreeBSD.org
Subject:   ports/47899: Maintainer update: mysqlman cleanup and fetch update
Message-ID:  <200302041202.h14C257M025611@skye.ki.iif.hu>

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

>Number:         47899
>Category:       ports
>Synopsis:       Maintainer update: mysqlman cleanup and fetch update
>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 Feb 04 04:10:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
NIIF
>Environment:
System: FreeBSD skye.ki.iif.hu 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Jan 29 09:11:48 CET 2003 mohacsi@skye.ki.iif.hu:/usr/obj/usr/src/sys/SKYE i386

>Description:
	mysqlman cleanup and fetch update. I can take the maintainership of 
this port, since I submitted. I had blackhole a while ago on my
e-mail alias that has been resolved.

>How-To-Repeat:
	apply this diff
>Fix:


diff -urN mysqlman.bak/Makefile mysqlman/Makefile
--- mysqlman.bak/Makefile	Sat Jan 18 10:07:55 2003
+++ mysqlman/Makefile	Tue Feb  4 12:44:35 2003
@@ -5,14 +5,15 @@
 # $FreeBSD: ports/databases/mysqlman/Makefile,v 1.2 2003/01/18 09:07:55 edwin Exp $
 
 PORTNAME=	mysqlman
-PORTVERSION=    1.09
+PORTVERSION=	1.09
 CATEGORIES=	databases www
-MASTER_SITES=	#http://www.gossamer-threads.com/scripts/mysqlman/index.htm
+MASTER_SITES=	http://www.gossamer-threads.com/scripts/source/
 DISTNAME=	mysqlman
+WRKSRC=		work/${DISTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@freebsd.org
+MAINTAINER=	janos.mohacsi@bsd.hu
 
-RUN_DEPENDS=    ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
+RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
 		${WWW_DIR}:${PORTSDIR}/www/apache13
 
 RESTRICTED=	"not redistributable, license agreement required"
@@ -22,12 +23,12 @@
 NO_BUILD=	yes
 
 # to determine whether apache installed
-WWW_DIR=        ${LOCALBASE}/www/
+WWW_DIR=	${LOCALBASE}/www/
 #install dir of mysqlman
-MYMANDIR=      www/mysqlman-${PORTVERSION}
+MYMANDIR=	www/mysqlman-${PORTVERSION}
 
 #do the substitution according to the install place
-PLIST_SUB+=     MYMANDIR=${MYMANDIR}
+PLIST_SUB+=	MYMANDIR=${MYMANDIR}
 
 #FILES to patch
 f="mysql.cgi"
@@ -36,13 +37,6 @@
 WEBUSER?=	www:www
 
 .include <bsd.port.pre.mk>
-
-.if !exists(${DISTDIR}/${DISTFILES})
-IGNORE=	You need to read the license agreement on \
-	http://www.gossamer-threads.com/scripts/mysqlman/index.htm and \
-	download on your own. Once ${DISTFILES} has been downloaded, move \
-	it to ${DISTDIR} and then restart this build
-.endif
 
 do-configure:
 	@${MV} ${WRKSRC}/${f} ${WRKSRC}/${f}.bak && ${SED} <${WRKSRC}/${f}.bak \

>Release-Note:
>Audit-Trail:
>Unformatted:
 X-send-pr-version3.113
 X-GNATS-Notify: 
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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