maintainer-feedback requested: [Bug 257139] math/lapack: Fix broken lib symlink

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 12 Jul 2021 17:09:36 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-fortran (Nobody)
<fortran@FreeBSD.org> for maintainer-feedback:
Bug 257139: math/lapack: Fix broken lib symlink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257139



--- Description ---
In lapack-3.10.0, there is a broken sym link for libtmglib.so.3.10.0 (should be
a file):

/usr/local/lib/libtmglib.so.3@ -> libtmglib.so.3.10.0
/usr/local/lib/libtmglib.so.3.10.0@ -> libtmglib.so.3


Just remove the unnecessary code in post-install for libtmglib shared lib
files.	'do-install' does everything correctly.

The attached patch also bumps PORTREVISION for math/lapack (not slave ports)
since this will change the package.

QA:
  portlint - ok (no new warnings)
  poudriere - ok (11-stable/amd64)