Date: Mon, 7 Jul 2014 07:56:48 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361037 - head/devel/libhtp Message-ID: <201407070756.s677umZc023188@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Mon Jul 7 07:56:47 2014 New Revision: 361037 URL: http://svnweb.freebsd.org/changeset/ports/361037 QAT: https://qat.redports.org/buildarchive/r361037/ Log: devel/libhtp: Update to 0.5.12, Update LICENSE - Update to 0.5.12 - Update pkg-plist - Update LICENSE (BSD3CLAUSE) - Deprecate USES_AUTOTOOLS=libtool - Refactor AUTOTOOLS and AUTO* bits - Replace manual autogen.sh with AUTOTOOLS bits - Replace REINPLACE_CMD with pathfix and PATHFIX_MAKEFILEIN - Remove unecessary CFLAGS - Strip libraries using install-strip target Modified: head/devel/libhtp/Makefile head/devel/libhtp/distinfo head/devel/libhtp/pkg-plist Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Mon Jul 7 07:56:29 2014 (r361036) +++ head/devel/libhtp/Makefile Mon Jul 7 07:56:47 2014 (r361037) @@ -1,32 +1,29 @@ # $FreeBSD$ PORTNAME= libhtp -PORTVERSION= 0.5.9 +PORTVERSION= 0.5.12 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org COMMENT= Security-aware parser for the HTTP protocol -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= ironbee -GH_COMMIT= f5f3c5c +GH_COMMIT= a85cb55 -USES= pkgconfig pathfix iconv -USE_AUTOTOOLS= libtool autoheader aclocal -ACLOCAL_ARGS= -Im4 +USES= libtool pkgconfig pathfix iconv +USE_AUTOTOOLS= libtoolize automake aclocal autoheader USE_LDCONFIG= yes +AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ - ${ICONV_LIB} -CONFLICTS_INSTALL= libhtp-suricata-* +PATHFIX_MAKEFILEIN= Makefile.am -pre-configure: - @${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am - @cd ${WRKSRC} && ${SH} ./autogen.sh +INSTALL_TARGET= install-strip +CONFLICTS_INSTALL= libhtp-suricata-* regression-test: build @cd ${WRKSRC} && ${MAKE} check Modified: head/devel/libhtp/distinfo ============================================================================== --- head/devel/libhtp/distinfo Mon Jul 7 07:56:29 2014 (r361036) +++ head/devel/libhtp/distinfo Mon Jul 7 07:56:47 2014 (r361037) @@ -1,2 +1,2 @@ -SHA256 (libhtp-0.5.9.tar.gz) = b67f236a25abc197069260d454c7a1b16198be21338068ab57a0a156ec18198d -SIZE (libhtp-0.5.9.tar.gz) = 5764911 +SHA256 (libhtp-0.5.12.tar.gz) = 9f4572194f3ecb5062b02681266094f28051beeae0a51a211b075f308f4145d1 +SIZE (libhtp-0.5.12.tar.gz) = 5765976 Modified: head/devel/libhtp/pkg-plist ============================================================================== --- head/devel/libhtp/pkg-plist Mon Jul 7 07:56:29 2014 (r361036) +++ head/devel/libhtp/pkg-plist Mon Jul 7 07:56:47 2014 (r361037) @@ -14,10 +14,9 @@ include/htp/htp.h include/htp/htp_base64.h include/htp/htp_multipart.h include/htp/htp_urlencoded.h -lib/libhtp-0.5.9.so -lib/libhtp-0.5.9.so.1 +lib/libhtp-0.5.12.so.1 +lib/libhtp-0.5.12.so.1.0.0 lib/libhtp.a -lib/libhtp.la lib/libhtp.so libdata/pkgconfig/htp.pc @dirrm include/htp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407070756.s677umZc023188>