devel/libhtp: Update to 0.5.21
* Update PORTVERSION and distinfo checksum (0.5.21) [1] * Modernise test target (Use TEST_TARGET) https://github.com/OISF/libhtp/blob/0.5.21/ChangeLog PR: 210490 [1] Submitted by: Franco Fichtner <franco opnsense org> [1]
This commit is contained in:
parent
f64729b288
commit
87191f54aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419371
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libhtp
|
||||
PORTVERSION= 0.5.18
|
||||
PORTVERSION= 0.5.21
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
|
@ -17,6 +17,7 @@ USES= autoreconf iconv:translit libtool pathfix pkgconfig
|
|||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}
|
||||
MAKE_ARGS= LIBS="-lz ${ICONV_LIB}"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -24,11 +25,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
CONFLICTS_INSTALL= libhtp-suricata-*
|
||||
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${MAKE} check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (OISF-libhtp-0.5.18_GH0.tar.gz) = d1283332d79ff64e088657376c4c7255f9d7b63109fc485b28595a5d2507be7b
|
||||
SIZE (OISF-libhtp-0.5.18_GH0.tar.gz) = 5768776
|
||||
TIMESTAMP = 1469969793
|
||||
SHA256 (OISF-libhtp-0.5.21_GH0.tar.gz) = db6d0cc423cc165ac0e1a10da48bcca8b6fbe57940d5a061aa4e25adeb0103c6
|
||||
SIZE (OISF-libhtp-0.5.21_GH0.tar.gz) = 5770751
|
||||
|
|
Loading…
Reference in a new issue