Skip to content

Commit

Permalink
devel/liborcus: update to 0.19.2 release
Browse files Browse the repository at this point in the history
Cahngelog:	https://gitlab.com/orcus/orcus/-/blob/0.19.2/CHANGELOG

PR:		274481

Sponsored by:        Serenity Cybersecurity, LLC
  • Loading branch information
fluffykhv committed Nov 28, 2023
1 parent 80ef2e6 commit cb510b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions devel/liborcus/Makefile
@@ -1,5 +1,5 @@
PORTNAME= liborcus
PORTVERSION= 0.18.1
DISTVERSION= 0.19.2
CATEGORIES= devel misc
MASTER_SITES= https://kohei.us/files/orcus/src/

Expand All @@ -8,18 +8,21 @@ COMMENT= Standalone file import filter library for spreadsheet documents
WWW= https://gitlab.com/orcus/orcus

LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= mdds>=2.1:devel/mdds
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libixion-0.18.so:textproc/libixion

USES= autoreconf compiler:c++17-lang gmake libtool \
localbase:ldflags pathfix pkgconfig tar:xz
USES= compiler:c++17-lang gmake libtool localbase:ldflags \
pathfix pkgconfig tar:xz
USE_LDCONFIG= yes

GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip

CXXFLAGS+= -Wno-narrowing

CONFIGURE_ARGS= --disable-werror \
--with-boost="${LOCALBASE}" \
--with-boost-system=boost_system \
Expand All @@ -31,6 +34,7 @@ OPTIONS_SUB= yes

STATIC_CONFIGURE_ENABLE= static

PLIST_SUB= VERSION=${PORTVERSION:R}
PLIST_SUB= VERSION=0.18
#PLIST_SUB= VERSION=${PORTVERSION:R}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/liborcus/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1683410944
SHA256 (liborcus-0.18.1.tar.xz) = 6006b9f1576315e313df715a7e72a17f3e0b17d7b6bd119cfa8a0b608ce971eb
SIZE (liborcus-0.18.1.tar.xz) = 2070352
TIMESTAMP = 1700148963
SHA256 (liborcus-0.19.2.tar.xz) = 69ed26a00d4aaa7688e62a6e003cbc81928521a45e96605e53365aa499719e39
SIZE (liborcus-0.19.2.tar.xz) = 2211268

0 comments on commit cb510b7

Please sign in to comment.