svn commit: r334657 - in head/devel/libhtp: . files

Kubilay Kocak koobs at FreeBSD.org
Sat Nov 23 10:51:47 UTC 2013


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list