Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2022 02:39:59 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 204582e049bd - main - cad/ngspice_rework: fix build for shlib flavor
Message-ID:  <202201050239.2052dxWl008817@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=204582e049bd13d41d75079fdfc9a8426bc15b74

commit 204582e049bd13d41d75079fdfc9a8426bc15b74
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2022-01-05 02:37:23 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2022-01-05 02:39:23 +0000

    cad/ngspice_rework: fix build for shlib flavor
    
    Reported by:    leres (via email)
---
 cad/ngspice_rework/pkg-plist-shlib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cad/ngspice_rework/pkg-plist-shlib b/cad/ngspice_rework/pkg-plist-shlib
index 2119cab3fb82..2d96f0753275 100644
--- a/cad/ngspice_rework/pkg-plist-shlib
+++ b/cad/ngspice_rework/pkg-plist-shlib
@@ -1,7 +1,7 @@
 libdata/pkgconfig/ngspice.pc
 lib/libngspice.so
 lib/libngspice.so.0
-lib/libngspice.so.0.0.1
+lib/libngspice.so.0.0.2
 lib/ngspice/analog.cm
 lib/ngspice/digital.cm
 lib/ngspice/spice2poly.cm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201050239.2052dxWl008817>