From owner-svn-ports-head@FreeBSD.ORG Fri Aug 15 09:59:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D29A8B75; Fri, 15 Aug 2014 09:59:14 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B30B42491; Fri, 15 Aug 2014 09:59:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7F9xExU063827; Fri, 15 Aug 2014 09:59:14 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7F9xDlP063822; Fri, 15 Aug 2014 09:59:13 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201408150959.s7F9xDlP063822@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 15 Aug 2014 09:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364955 - 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.18-1 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: Fri, 15 Aug 2014 09:59:15 -0000 Author: koobs Date: Fri Aug 15 09:59:13 2014 New Revision: 364955 URL: http://svnweb.freebsd.org/changeset/ports/364955 QAT: https://qat.redports.org/buildarchive/r364955/ Log: devel/libhtp: Update to 0.5.15, correctly link to libiconv - Update to 0.5.15 - Wrangle autoconf/make on linking libiconv with a workaround [1] - pkg-descr: Remove Author: [1] https://github.com/ironbee/libhtp/issues/76 Modified: head/devel/libhtp/Makefile head/devel/libhtp/distinfo head/devel/libhtp/pkg-descr head/devel/libhtp/pkg-plist Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Fri Aug 15 09:52:45 2014 (r364954) +++ head/devel/libhtp/Makefile Fri Aug 15 09:59:13 2014 (r364955) @@ -1,17 +1,18 @@ # $FreeBSD$ PORTNAME= libhtp -PORTVERSION= 0.5.12 +PORTVERSION= 0.5.15 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org COMMENT= Security-aware parser for the HTTP protocol LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= ironbee -GH_COMMIT= a85cb55 +GH_COMMIT= 440da09 USES= libtool pkgconfig pathfix iconv USE_AUTOTOOLS= libtoolize automake aclocal autoheader @@ -19,12 +20,15 @@ USE_LDCONFIG= yes AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} +MAKE_ARGS= LIBS="-lz ${ICONV_LIB}" PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip CONFLICTS_INSTALL= libhtp-suricata-* +PLIST_SUB+= PORTVERSION="${PORTVERSION}" + regression-test: build @cd ${WRKSRC} && ${MAKE} check Modified: head/devel/libhtp/distinfo ============================================================================== --- head/devel/libhtp/distinfo Fri Aug 15 09:52:45 2014 (r364954) +++ head/devel/libhtp/distinfo Fri Aug 15 09:59:13 2014 (r364955) @@ -1,2 +1,2 @@ -SHA256 (libhtp-0.5.12.tar.gz) = 9f4572194f3ecb5062b02681266094f28051beeae0a51a211b075f308f4145d1 -SIZE (libhtp-0.5.12.tar.gz) = 5765976 +SHA256 (libhtp-0.5.15.tar.gz) = 7748ad03f296b63bb2118f16f0129e1c9b766c2ce5b850dd9f11f799a008b719 +SIZE (libhtp-0.5.15.tar.gz) = 5766467 Modified: head/devel/libhtp/pkg-descr ============================================================================== --- head/devel/libhtp/pkg-descr Fri Aug 15 09:52:45 2014 (r364954) +++ head/devel/libhtp/pkg-descr Fri Aug 15 09:59:13 2014 (r364955) @@ -19,5 +19,4 @@ follows: user in control, allowing him to choose the most desired library characteristic. -Author: Ivan Ristic WWW: https://github.com/ironbee/libhtp Modified: head/devel/libhtp/pkg-plist ============================================================================== --- head/devel/libhtp/pkg-plist Fri Aug 15 09:52:45 2014 (r364954) +++ head/devel/libhtp/pkg-plist Fri Aug 15 09:59:13 2014 (r364955) @@ -14,8 +14,8 @@ include/htp/htp.h include/htp/htp_base64.h include/htp/htp_multipart.h include/htp/htp_urlencoded.h -lib/libhtp-0.5.12.so.1 -lib/libhtp-0.5.12.so.1.0.0 +lib/libhtp-%%PORTVERSION%%.so.1 +lib/libhtp-%%PORTVERSION%%.so.1.0.0 lib/libhtp.a lib/libhtp.so libdata/pkgconfig/htp.pc