Skip to content

Commit

Permalink
devel/libhtp: Update version 0.5.33=>0.5.39
Browse files Browse the repository at this point in the history
- Add USES=localbase:ldflags

Relnotes: https://github.com/OISF/libhtp/releases/tag/0.5.39
  • Loading branch information
5u623l20 committed Mar 12, 2022
1 parent 46dabd6 commit de32d7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions devel/libhtp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libhtp
PORTVERSION= 0.5.33
PORTVERSION= 0.5.39
CATEGORIES= devel

MAINTAINER= bofh@FreeBSD.org
Expand All @@ -8,19 +8,17 @@ COMMENT= Security-aware parser for the HTTP protocol
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= autoreconf cpe iconv:translit libtool pathfix pkgconfig
USES= autoreconf cpe iconv:translit libtool localbase:ldflags pathfix \
pkgconfig
CPE_VENDOR= oisf
USE_GITHUB= yes
USE_LDCONFIG= yes

GH_ACCOUNT= OISF
USE_LDCONFIG= yes

GNU_CONFIGURE= yes

CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}
MAKE_ARGS= LIBS="-lz ${ICONV_LIB}"
LDFLAGS+= -L${LOCALBASE}/lib

MAKE_ARGS= LIBS="-lz ${ICONV_LIB}"
INSTALL_TARGET= install-strip
TEST_TARGET= check

Expand Down
6 changes: 3 additions & 3 deletions devel/libhtp/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1598238083
SHA256 (OISF-libhtp-0.5.33_GH0.tar.gz) = 953651fdfe828805bb82dc1aa8b56187b0e2f80781727343e68ccf8afd6a9122
SIZE (OISF-libhtp-0.5.33_GH0.tar.gz) = 496010
TIMESTAMP = 1646764016
SHA256 (OISF-libhtp-0.5.39_GH0.tar.gz) = d5956b49314fc6a058864130fbcf040a12584ee1e38f3b6ea52aedfa99d4c14a
SIZE (OISF-libhtp-0.5.39_GH0.tar.gz) = 499233

0 comments on commit de32d7c

Please sign in to comment.