Skip to content

Commit

Permalink
www/libhubbub: Update to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
neelchauhan committed Feb 16, 2024
1 parent 6502374 commit 1744eb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions www/libhubbub/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libhubbub
PORTVERSION= 0.3.7
PORTVERSION= 0.3.8
CATEGORIES= www
MASTER_SITES= http://download.netsurf-browser.org/libs/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
Expand All @@ -14,12 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem
LIB_DEPENDS= libparserutils.so:devel/libparserutils

USES= gmake iconv:wchar_t localbase pkgconfig
USES= gmake gperf iconv:wchar_t localbase pkgconfig
USE_LDCONFIG= yes

WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}

MAKE_ENV+= BUILD_CC="${CC}" COMPONENT_TYPE="lib-shared"
MAKE_ENV+= BUILD_CC="${CC}" \
COMPONENT_TYPE="lib-shared"
LDFLAGS+= ${ICONV_LIB}

PLIST_SUB+= VERSION=${PORTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions www/libhubbub/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1595077519
SHA256 (libhubbub-0.3.7-src.tar.gz) = 9e7ae253e6c9069e757eb9ad4e4846f38b4db52c0ca0151446a9fa4a977735b6
SIZE (libhubbub-0.3.7-src.tar.gz) = 784780
TIMESTAMP = 1708104949
SHA256 (libhubbub-0.3.8-src.tar.gz) = 8ac1e6f5f3d48c05141d59391719534290c59cd029efc249eb4fdbac102cd5a5
SIZE (libhubbub-0.3.8-src.tar.gz) = 780549

0 comments on commit 1744eb4

Please sign in to comment.