From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 5 16:53:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9DEC1065692 for ; Thu, 5 Mar 2009 16:53:07 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145]) by mx1.freebsd.org (Postfix) with ESMTP id A48F58FC0A for ; Thu, 5 Mar 2009 16:53:07 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: by colo-p.gslin.org (Postfix, from userid 1000) id EA8177E81B; Fri, 6 Mar 2009 00:33:31 +0800 (CST) Date: Fri, 6 Mar 2009 00:33:31 +0800 From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20090305163331.GA45200@gslin.org> References: <20090304143207.920F97E834@colo-p.gslin.org> <200903041440.n24Ee1QI059205@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <200903041440.n24Ee1QI059205@freefall.freebsd.org> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: gslin@gslin.org Subject: Re: ports/132310: [NEW PORT] databases/mydumper: MySQL Data Dumper X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2009 16:53:08 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=utf-8 Content-Disposition: inline On Wed, Mar 04, 2009 at 02:40:01PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/132310'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=132310 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [NEW PORT] databases/mydumper: MySQL Data Dumper > >Arrival-Date: Wed Mar 04 14:40:01 UTC 2009 I'll attach new Makefile. -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=Makefile # New ports collection makefile for: mydumper # Date created: 2009-03-04 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= mydumper PORTVERSION= 0.1.5 CATEGORIES= databases MASTER_SITES= http://code.launchpad.net/mydumper/${PORTVERSION:R}/${PORTVERSION}/+download/ MAINTAINER= gslin@gslin.org COMMENT= MySQL Data Dumper LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre FETCH_ARGS?= -pRr PLIST_FILES= sbin/mydumper USE_GNOME= glib20 USE_MYSQL= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mydumper ${PREFIX}/sbin .include --OgqxwSJOaUobr8KG--