svn commit: r544542 - head/devel/libcircllhist

Alexey Dokuchaev danfe at FreeBSD.org
Sun Aug 9 04:59:18 UTC 2020


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 at 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


More information about the svn-ports-all mailing list