git: e377cd8ed205 - main - math/librdata: Update to newer snapshot (4a80bf3)

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:16:42 UTC 2021


The branch main has been updated by sunpoet:

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

commit e377cd8ed20595099a34018efc7d1e6635ae566e
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 15:50:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:09:41 +0000

    math/librdata: Update to newer snapshot (4a80bf3)
    
    - Add missing USE_LDCONFIG
    
    Changes:        https://github.com/WizardMac/librdata/commits/master
---
 math/librdata/Makefile  | 8 ++++++--
 math/librdata/distinfo  | 6 +++---
 math/librdata/pkg-plist | 1 +
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/math/librdata/Makefile b/math/librdata/Makefile
index 09cd4a38604e..6e042d4e12bc 100644
--- a/math/librdata/Makefile
+++ b/math/librdata/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	librdata
-PORTVERSION=	0.1.0.g20200911
+PORTVERSION=	0.1.0.g20210224
 CATEGORIES=	math
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -14,9 +14,13 @@ USES=		autoreconf compiler:c11 libtool gettext-tools
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	WizardMac
-GH_TAGNAME=	7188fa5
+GH_TAGNAME=	4a80bf3
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
+
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/src/rdata_io_unistd.h ${STAGEDIR}${PREFIX}/include/rdata_io_unistd.h
 
 .include <bsd.port.mk>
diff --git a/math/librdata/distinfo b/math/librdata/distinfo
index ae71091f3e93..4863d70b5ca0 100644
--- a/math/librdata/distinfo
+++ b/math/librdata/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605426347
-SHA256 (WizardMac-librdata-0.1.0.g20200911-7188fa5_GH0.tar.gz) = 1ec8d903b99be1f142e12aef20c0e772908e7446fb4cb75e6954daa83e016c8c
-SIZE (WizardMac-librdata-0.1.0.g20200911-7188fa5_GH0.tar.gz) = 22630
+TIMESTAMP = 1625585448
+SHA256 (WizardMac-librdata-0.1.0.g20210224-4a80bf3_GH0.tar.gz) = 548a5692c8590b6c380fafeef68c5bf5100f1fe634c91cfb65529ae7af4e834f
+SIZE (WizardMac-librdata-0.1.0.g20210224-4a80bf3_GH0.tar.gz) = 24405
diff --git a/math/librdata/pkg-plist b/math/librdata/pkg-plist
index 7348cbbab303..476dc3b88d81 100644
--- a/math/librdata/pkg-plist
+++ b/math/librdata/pkg-plist
@@ -1,4 +1,5 @@
 include/rdata.h
+include/rdata_io_unistd.h
 lib/librdata.so
 lib/librdata.so.0
 lib/librdata.so.0.0.0


More information about the dev-commits-ports-main mailing list