Date: Mon, 19 Aug 2019 20:31:05 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509312 - head/databases/sqlitestudio Message-ID: <201908192031.x7JKV5MM092730@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Aug 19 20:31:04 2019 New Revision: 509312 URL: https://svnweb.freebsd.org/changeset/ports/509312 Log: databases/sqlitestudio: add the lowercase link to the executable for convenience Reported by: John L. Males <jlmales@gmail.com> (user; via e-mail) Modified: head/databases/sqlitestudio/Makefile head/databases/sqlitestudio/pkg-plist Modified: head/databases/sqlitestudio/Makefile ============================================================================== --- head/databases/sqlitestudio/Makefile Mon Aug 19 20:29:34 2019 (r509311) +++ head/databases/sqlitestudio/Makefile Mon Aug 19 20:31:04 2019 (r509312) @@ -3,7 +3,7 @@ PORTNAME= sqlitestudio DISTVERSION= 3.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MASTER_SITES= http://sqlitestudio.pl/files/sqlitestudio3/complete/tar/ @@ -80,5 +80,7 @@ post-install: ${INSTALL_DATA} \ ${WRKSRC}/guiSQLiteStudio/img/sqlitestudio.svg \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/SQLiteStudio.svg + # add the lowercase link to the executable for convenience + @cd ${STAGEDIR}${PREFIX} && ${LN} -s bin/SQLiteStudio bin/sqlitestudio .include <bsd.port.mk> Modified: head/databases/sqlitestudio/pkg-plist ============================================================================== --- head/databases/sqlitestudio/pkg-plist Mon Aug 19 20:29:34 2019 (r509311) +++ head/databases/sqlitestudio/pkg-plist Mon Aug 19 20:31:04 2019 (r509312) @@ -1,4 +1,5 @@ bin/SQLiteStudio +bin/sqlitestudio bin/sqlitestudiocli lib/libcoreSQLiteStudio.so lib/libcoreSQLiteStudio.so.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908192031.x7JKV5MM092730>