svn commit: r419371 - head/devel/libhtp
Kubilay Kocak
koobs at FreeBSD.org
Sun Jul 31 12:59:39 UTC 2016
Author: koobs
Date: Sun Jul 31 12:59:37 2016
New Revision: 419371
URL: https://svnweb.freebsd.org/changeset/ports/419371
Log:
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]
Modified:
head/devel/libhtp/Makefile
head/devel/libhtp/distinfo
Modified: head/devel/libhtp/Makefile
==============================================================================
--- head/devel/libhtp/Makefile Sun Jul 31 12:51:30 2016 (r419370)
+++ head/devel/libhtp/Makefile Sun Jul 31 12:59:37 2016 (r419371)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libhtp
-PORTVERSION= 0.5.18
+PORTVERSION= 0.5.21
CATEGORIES= devel
MAINTAINER= koobs at FreeBSD.org
@@ -17,6 +17,7 @@ USES= autoreconf iconv:translit libtool
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>
Modified: head/devel/libhtp/distinfo
==============================================================================
--- head/devel/libhtp/distinfo Sun Jul 31 12:51:30 2016 (r419370)
+++ head/devel/libhtp/distinfo Sun Jul 31 12:59:37 2016 (r419371)
@@ -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
More information about the svn-ports-all
mailing list