From owner-svn-ports-head@freebsd.org Sun Jul 31 12:59:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52CBBBA95A7; Sun, 31 Jul 2016 12:59:39 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BF1F1F83; Sun, 31 Jul 2016 12:59:38 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VCxctL062074; Sun, 31 Jul 2016 12:59:38 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VCxcMl062072; Sun, 31 Jul 2016 12:59:38 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201607311259.u6VCxcMl062072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 31 Jul 2016 12:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419371 - head/devel/libhtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 12:59:39 -0000 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 [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@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 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