diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-01 07:35:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-01 07:35:46 +0000 |
commit | c993547647ade192de588d835170899ea69750fa (patch) | |
tree | 1066049488d0de8086aaf3e233ead12bf19d5d4e /databases/mysql-editor/Makefile | |
parent | - Update to 0.12.17 (diff) |
2011-11-01 games/phpua-ut2003: depends on phpua-engine
2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 games/phpua-hl: depends on phpua-engine
2011-11-01 games/phpua-ut: depends on phpua-engine
2011-11-01 games/phpua-cod: depends on phpua-engine
2011-11-01 games/uox3: No more public distfiles
2011-11-01 games/phpua-q3: depends on phpua-engine
2011-11-01 games/phpua-bf: depends on phpua-engine
2011-10-30 graphics/kallery: does not build; last release 20010511
2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004
2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now
2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/dctc-gui-qt No more public distfiles
2011-10-31 net-p2p/dctc-gui No more public distfiles
2011-09-01 net-p2p/dctc: No more public distfiles
2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit
2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now
2011-09-30 databases/gnats: Security issues
Diffstat (limited to '')
-rw-r--r-- | databases/mysql-editor/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile deleted file mode 100644 index 573ceecd07fa..000000000000 --- a/databases/mysql-editor/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: mysql-editor -# Date created: Mar 14, 2000 -# Whom: Mikhail Teterin <mi@aldan.algebra.com> -# -# $FreeBSD$ -# - -PORTNAME= mysql-editor -PORTVERSION= 0.2 -CATEGORIES= databases www -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR=Contrib/Old-Versions -DISTNAME= ${PORTNAME} - -MAINTAINER= mi@aldan.algebra.com -COMMENT= CGI scripts in Perl to edit your MySQL tables - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS:= ${BUILD_DEPENDS} - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-11-01 - -USE_APACHE= 13 -NO_BUILD= yes -USE_PERL5= yes - -CGI_BIN= ${LOCALBASE}/www/cgi-bin - -do-install: - ${MKDIR} ${CGI_BIN}/mysql-editor - ${INSTALL_SCRIPT} ${WRKSRC}/*.cgi ${CGI_BIN}/mysql-editor/ - ${INSTALL_DATA} ${WRKSRC}/index.html ${CGI_BIN}/mysql-editor/ - ${INSTALL_DATA} ${WRKSRC}/dat.conf ${CGI_BIN}/mysql-editor/dat.conf.sample -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mysql-editor - ${INSTALL_DATA} ${WRKSRC}/readme.html ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> |