diff options
author | crees <crees@FreeBSD.org> | 2013-05-19 03:24:01 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-05-19 03:24:01 +0800 |
commit | cc571c13f9c0419f949427b41a4780c425316174 (patch) | |
tree | ccde8556634ca1115452fccf8362dbb7892ca7ab /databases | |
parent | b5d05a09c1a9dfef3846c8f9a73c14f721c9509a (diff) | |
download | freebsd-ports-gnome-cc571c13f9c0419f949427b41a4780c425316174.tar.gz freebsd-ports-gnome-cc571c13f9c0419f949427b41a4780c425316174.tar.zst freebsd-ports-gnome-cc571c13f9c0419f949427b41a4780c425316174.zip |
databases/innobackup: Remove dead port replaced by databases/xtrabackup
PR: ports/177997
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/innobackup/Makefile | 30 | ||||
-rw-r--r-- | databases/innobackup/distinfo | 2 | ||||
-rw-r--r-- | databases/innobackup/pkg-descr | 3 |
4 files changed, 0 insertions, 36 deletions
diff --git a/databases/Makefile b/databases/Makefile index d5d5160a6c7e..f84f86926874 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -111,7 +111,6 @@ SUBDIR += hs-persistent-sqlite SUBDIR += hs-persistent-template SUBDIR += hsqldb - SUBDIR += innobackup SUBDIR += innotop SUBDIR += ip4r SUBDIR += ipa_sdb diff --git a/databases/innobackup/Makefile b/databases/innobackup/Makefile deleted file mode 100644 index dd78b21c4c28..000000000000 --- a/databases/innobackup/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: innobackup -# Date created: 2008-09-18 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# -# $FreeBSD$ -# - -PORTNAME= innobackup -PORTVERSION= 1.5.2 -CATEGORIES= databases -MASTER_SITES= http://www.innodb.com/download/ \ - http://files.gslin.org/Software/ -DISTFILES= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= gslin@gslin.org -COMMENT= Making backups of InnoDB and MyISAM tables, indexes and .frm files - -NO_BUILD= yes -PLIST_FILES= sbin/innobackup-${PORTVERSION} -USE_MYSQL= yes -USE_PERL5= yes - -do-extract: - ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${PREFIX}/sbin - -.include <bsd.port.mk> diff --git a/databases/innobackup/distinfo b/databases/innobackup/distinfo deleted file mode 100644 index 4b3ec6c1c714..000000000000 --- a/databases/innobackup/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (innobackup-1.5.2) = f9f42683eb2e3081b087f87f4326e10cd75c7f84101650c32809d14b6caee742 -SIZE (innobackup-1.5.2) = 58114 diff --git a/databases/innobackup/pkg-descr b/databases/innobackup/pkg-descr deleted file mode 100644 index 6736a165fd03..000000000000 --- a/databases/innobackup/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A script for making backups of InnoDB and MyISAM tables, indexes and .frm files. - -WWW: http://www.innodb.com/support/documentation/innodb-hot-backup-manual/#innobackup |