Date: Sun, 9 Aug 2020 04:59:17 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544542 - head/devel/libcircllhist Message-ID: <202008090459.0794xHwp001634@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun Aug 9 04:59:17 2020 New Revision: 544542 URL: https://svnweb.freebsd.org/changeset/ports/544542 Log: - Install libcircllhist.so.0 symlink to match the SONAME - Convert PLIST_FILES to pkg-plist given the number of items Added: head/devel/libcircllhist/pkg-plist (contents, props changed) Modified: head/devel/libcircllhist/Makefile Modified: head/devel/libcircllhist/Makefile ============================================================================== --- head/devel/libcircllhist/Makefile Sun Aug 9 04:53:26 2020 (r544541) +++ head/devel/libcircllhist/Makefile Sun Aug 9 04:59:17 2020 (r544542) @@ -3,6 +3,7 @@ PORTNAME= libcircllhist PORTVERSION= g20200417 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org @@ -18,9 +19,8 @@ USES= autoreconf gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes -PLIST_FILES= bin/circllhist_print \ - include/circllhist.h lib/libcircllhist.a \ - lib/libcircllhist.so lib/libcircllhist.so.0.0.1 \ - share/lua/5.1/ffi_libcircllhist.lua +post-install: + ${LN} -s libcircllhist.so.0.0.1 \ + ${STAGEDIR}${PREFIX}/lib/libcircllhist.so.0 .include <bsd.port.mk> Added: head/devel/libcircllhist/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libcircllhist/pkg-plist Sun Aug 9 04:59:17 2020 (r544542) @@ -0,0 +1,7 @@ +bin/circllhist_print +include/circllhist.h +lib/libcircllhist.a +lib/libcircllhist.so +lib/libcircllhist.so.0 +lib/libcircllhist.so.0.0.1 +share/lua/5.1/ffi_libcircllhist.lua
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008090459.0794xHwp001634>