pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mysql57-client mysql-client: update to 5.7.2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e14768d43636
branches: trunk
changeset: 312606:e14768d43636
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 07 20:40:45 2018 +0000
description:
mysql-client: update to 5.7.23nb2.
Remove post-install rule that installed symlinks pointing into
nothingness.
diffstat:
databases/mysql57-client/Makefile | 12 ++----------
databases/mysql57-client/PLIST | 4 +---
2 files changed, 3 insertions(+), 13 deletions(-)
diffs (51 lines):
diff -r bde87332281c -r e14768d43636 databases/mysql57-client/Makefile
--- a/databases/mysql57-client/Makefile Fri Sep 07 20:21:20 2018 +0000
+++ b/databases/mysql57-client/Makefile Fri Sep 07 20:40:45 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2018/08/22 09:43:12 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2018/09/07 20:40:45 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= MySQL 5, a free SQL database (client)
CONFLICTS= mysql3-client-[0-9]*
@@ -13,12 +13,4 @@
INFO_FILES= yes
INSTALL_DIRS+= client include libmysql man scripts testclients
-# Replace manual pages which only include other ones with a symbolic link
-# It is for manual compression is activated or mandoc(1) is used.
-post-install:
-.for mf in mysql_client_test_embedded.1 mysqltest_embedded.1
- ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${mf}
- ${LN} -s ${mf:S/_embedded//} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${mf}
-.endfor
-
.include "../../mk/bsd.pkg.mk"
diff -r bde87332281c -r e14768d43636 databases/mysql57-client/PLIST
--- a/databases/mysql57-client/PLIST Fri Sep 07 20:21:20 2018 +0000
+++ b/databases/mysql57-client/PLIST Fri Sep 07 20:40:45 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/08/16 16:06:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2018/09/07 20:40:45 wiz Exp $
bin/mysql
bin/mysql_client_test
bin/mysql_config
@@ -134,7 +134,6 @@
man/man1/myisampack.1
man/man1/mysql.1
man/man1/mysql.server.1
-man/man1/mysql_client_test_embedded.1
man/man1/mysql_config.1
man/man1/mysql_config_editor.1
man/man1/mysql_install_db.1
@@ -155,7 +154,6 @@
man/man1/mysqlpump.1
man/man1/mysqlshow.1
man/man1/mysqlslap.1
-man/man1/mysqltest_embedded.1
man/man1/perror.1
man/man1/replace.1
man/man1/resolve_stack_dump.1
Home |
Main Index |
Thread Index |
Old Index