Skip to content

Commit

Permalink
math/librdata: Update to newer snapshot (4a80bf3)
Browse files Browse the repository at this point in the history
- Add missing USE_LDCONFIG

Changes:	https://github.com/WizardMac/librdata/commits/master
  • Loading branch information
sunpoet committed Jul 14, 2021
1 parent 4a4944f commit e377cd8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 6 additions & 2 deletions math/librdata/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= librdata
PORTVERSION= 0.1.0.g20200911
PORTVERSION= 0.1.0.g20210224
CATEGORIES= math

MAINTAINER= sunpoet@FreeBSD.org
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions 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

0 comments on commit e377cd8

Please sign in to comment.