Date: Mon, 23 Aug 2010 00:29:55 +0800 (CST) From: Joe Horn <joehorn@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/149881: [PATCH] databases/mydumper: update to 0.1.8a Message-ID: <20100822162955.33DCD4DFC2C@Leo.mi.chu.edu.tw> Resent-Message-ID: <201008221630.o7MGU8a0053655@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149881 >Category: ports >Synopsis: [PATCH] databases/mydumper: update to 0.1.8a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 22 16:30:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 8.1-RELEASE amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 8.1-RELEASE FreeBSD 8.1-RELEASE #2: Tue Jul 20 22:36:33 CST 2010 >Description: - Update to 0.1.8a Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mydumper-0.1.8a.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/mydumper/Makefile /home/admin/joehorn/mydumper/Makefile --- /usr/ports/databases/mydumper/Makefile 2009-11-09 22:43:28.000000000 +0800 +++ /home/admin/joehorn/mydumper/Makefile 2010-08-23 00:27:26.000000000 +0800 @@ -6,19 +6,28 @@ # PORTNAME= mydumper -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8a CATEGORIES= databases -MASTER_SITES= http://code.launchpad.net/mydumper/${PORTVERSION:R}/${PORTVERSION}/+download/ +MASTER_SITES= http://code.launchpad.net/mydumper/${PORTVERSION:R}/${PORTVERSION:S/a//}/+download/ MAINTAINER= gslin@gslin.org COMMENT= MySQL Data Dumper +BUILD_DEPENDS= ${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +LICENSE= GPLv3 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} + FETCH_ARGS?= -pRr PLIST_FILES= sbin/mydumper USE_GNOME= glib20 USE_MYSQL= yes +USE_CMAKE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/CMakeLists.txt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mydumper ${PREFIX}/sbin diff -ruN --exclude=CVS /usr/ports/databases/mydumper/distinfo /home/admin/joehorn/mydumper/distinfo --- /usr/ports/databases/mydumper/distinfo 2009-11-09 22:43:28.000000000 +0800 +++ /home/admin/joehorn/mydumper/distinfo 2010-08-22 23:56:17.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (mydumper-0.1.7.tar.gz) = 38b1bbcd4ff3af60e6bdc1fbc7e46728 -SHA256 (mydumper-0.1.7.tar.gz) = 335ee2f50cb6c620ffc958c643ca216c63f9019066d3af65698d00b574479c99 -SIZE (mydumper-0.1.7.tar.gz) = 8502 +MD5 (mydumper-0.1.8a.tar.gz) = 2fca2caa4fba3c7b3edc2cb4039482f1 +SHA256 (mydumper-0.1.8a.tar.gz) = abdcdeef721c7274fcb5c0dde3b46e66b7a8e03574cf257e7f5322e70c3fdad5 +SIZE (mydumper-0.1.8a.tar.gz) = 11138 --- mydumper-0.1.8a.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100822162955.33DCD4DFC2C>