aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-09-22 15:10:59 +0800
committerrm <rm@FreeBSD.org>2012-09-22 15:10:59 +0800
commit2408f57da7a7ee58e61c47570310ef552c310533 (patch)
treeb8e693ffdc2b312c2eba656cfd8fc7144e730f6e /databases
parentcb71b54687cb817ce7b4f45137eecc45c98ee671 (diff)
downloadfreebsd-ports-gnome-2408f57da7a7ee58e61c47570310ef552c310533.tar.gz
freebsd-ports-gnome-2408f57da7a7ee58e61c47570310ef552c310533.tar.zst
freebsd-ports-gnome-2408f57da7a7ee58e61c47570310ef552c310533.zip
- install `myloader' binary too
- bump PORTREVISION while here: - convert Makefile header to two-lines format - remove cmake from BUILD_DEPENDS, because it's implied by USE_CMAKE - tab -> space in pkg-descr PR: 171827 Submitted by: Armin Gruner <ag-freebsd at muc dot de> Approved by: Gea-Suan Lin <gslin at gslin dot org> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r--databases/mydumper/Makefile12
-rw-r--r--databases/mydumper/pkg-descr2
2 files changed, 5 insertions, 9 deletions
diff --git a/databases/mydumper/Makefile b/databases/mydumper/Makefile
index 0b0794552fb5..1e733cb7b5b7 100644
--- a/databases/mydumper/Makefile
+++ b/databases/mydumper/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: mydumper
-# Date created: 2009-03-04
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= mydumper
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://code.launchpad.net/mydumper/${PORTVERSION:R}/${PORTVERSION}/+download/
@@ -15,13 +12,12 @@ COMMENT= MySQL Data Dumper
LICENSE= GPLv3
-BUILD_DEPENDS= ${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
FETCH_ARGS?= -pRr
-PLIST_FILES= sbin/mydumper
+PLIST_FILES= sbin/mydumper sbin/myloader
USE_GNOME= glib20
USE_MYSQL= yes
USE_CMAKE= yes
@@ -30,6 +26,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/CMakeLists.txt
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mydumper ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/mydumper ${WRKSRC}/myloader ${PREFIX}/sbin
.include <bsd.port.mk>
diff --git a/databases/mydumper/pkg-descr b/databases/mydumper/pkg-descr
index a09546f5c08c..343edb626771 100644
--- a/databases/mydumper/pkg-descr
+++ b/databases/mydumper/pkg-descr
@@ -1,3 +1,3 @@
How MySQL DBA & support engineer would imagine 'mysqldump' ;-)
-WWW: https://launchpad.net/mydumper
+WWW: https://launchpad.net/mydumper