From owner-svn-ports-all@FreeBSD.ORG Sat Nov 23 10:51:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE27D8C9; Sat, 23 Nov 2013 10:51:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADF172200; Sat, 23 Nov 2013 10:51:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rANApkIr054856; Sat, 23 Nov 2013 10:51:46 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rANApk1U054853; Sat, 23 Nov 2013 10:51:46 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311231051.rANApk1U054853@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 23 Nov 2013 10:51:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334657 - in head/devel/libhtp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 10:51:47 -0000 Author: koobs Date: Sat Nov 23 10:51:45 2013 New Revision: 334657 URL: http://svnweb.freebsd.org/changeset/ports/334657 Log: devel/libhtp: Update to 0.5.9 - Update to 0.5.9 - Update pkg-plist - Remove unnecessary patch - QA: Enable STAGE support - QA: Add LICENSE (BSD) - QA: Add regression-test target - QA: Remove commented-out MASTER_SITES - QA: Re-order USE_* section Changes: https://github.com/ironbee/libhtp/blob/0.5.9/ChangeLog PR: ports/183785 Submitted by: wxs Deleted: head/devel/libhtp/files/ Modified: head/devel/libhtp/Makefile head/devel/libhtp/distinfo (contents, props changed) head/devel/libhtp/pkg-plist (contents, props changed) Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Sat Nov 23 10:26:18 2013 (r334656) +++ head/devel/libhtp/Makefile Sat Nov 23 10:51:45 2013 (r334657) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= libhtp -PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTVERSION= 0.5.9 CATEGORIES= devel -#MASTER_SITES= # This port uses github MAINTAINER= koobs@FreeBSD.org COMMENT= Security-aware parser for the HTTP protocol +LICENSE= BSD + USE_GITHUB= yes GH_ACCOUNT= ironbee -GH_COMMIT= a334539 +GH_COMMIT= f5f3c5c +USES= pkgconfig pathfix iconv USE_AUTOTOOLS= libtool autoheader aclocal ACLOCAL_ARGS= -Im4 USE_LDCONFIG= yes -USES= pkgconfig pathfix iconv CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ @@ -24,9 +24,11 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCA CONFLICTS_INSTALL= libhtp-suricata-* -NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am @cd ${WRKSRC} && ${SH} ./autogen.sh +regression-test: build + @cd ${WRKSRC} && ${MAKE} check + .include Modified: head/devel/libhtp/distinfo ============================================================================== --- head/devel/libhtp/distinfo Sat Nov 23 10:26:18 2013 (r334656) +++ head/devel/libhtp/distinfo Sat Nov 23 10:51:45 2013 (r334657) @@ -1,2 +1,2 @@ -SHA256 (libhtp-0.3.0.tar.gz) = 5ea1c8c7b230113dd293c8d04a278db2c0ff2d894b158a578dbee15ab6a1d552 -SIZE (libhtp-0.3.0.tar.gz) = 397501 +SHA256 (libhtp-0.5.9.tar.gz) = b67f236a25abc197069260d454c7a1b16198be21338068ab57a0a156ec18198d +SIZE (libhtp-0.5.9.tar.gz) = 5764911 Modified: head/devel/libhtp/pkg-plist ============================================================================== --- head/devel/libhtp/pkg-plist Sat Nov 23 10:26:18 2013 (r334656) +++ head/devel/libhtp/pkg-plist Sat Nov 23 10:51:45 2013 (r334657) @@ -1,15 +1,21 @@ -include/htp/hooks.h +include/htp/htp_config.h +include/htp/htp_connection_parser.h +include/htp/htp_core.h +include/htp/htp_list.h +include/htp/htp_table.h +include/htp/htp_transaction.h +include/htp/htp_version.h +include/htp/htp_hooks.h include/htp/htp_decompressors.h include/htp/bstr.h include/htp/bstr_builder.h -include/htp/utf8_decoder.h -include/htp/dslib.h +include/htp/htp_utf8_decoder.h include/htp/htp.h include/htp/htp_base64.h include/htp/htp_multipart.h include/htp/htp_urlencoded.h -lib/libhtp-0.3.so -lib/libhtp-0.3.so.1 +lib/libhtp-0.5.9.so +lib/libhtp-0.5.9.so.1 lib/libhtp.a lib/libhtp.la lib/libhtp.so