Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2012 09:21:12 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303270 - head/devel/libhtp
Message-ID:  <201208280921.q7S9LCrp042943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wxs
Date: Tue Aug 28 09:21:11 2012
New Revision: 303270
URL: http://svn.freebsd.org/changeset/ports/303270

Log:
  Update to 0.3.0

Modified:
  head/devel/libhtp/Makefile   (contents, props changed)
  head/devel/libhtp/distinfo   (contents, props changed)
  head/devel/libhtp/pkg-plist   (contents, props changed)

Modified: head/devel/libhtp/Makefile
==============================================================================
--- head/devel/libhtp/Makefile	Tue Aug 28 04:02:55 2012	(r303269)
+++ head/devel/libhtp/Makefile	Tue Aug 28 09:21:11 2012	(r303270)
@@ -6,18 +6,25 @@
 #
 
 PORTNAME=	libhtp
-PORTVERSION=	0.2.8
+PORTVERSION=	0.3.0
 CATEGORIES=	devel
-MASTER_SITES=	http://www.openinfosecfoundation.org/download/
-DISTNAME=	htp-${PORTVERSION}
+#MASTER_SITES=	# This port uses github
 
 MAINTAINER=	wxs@FreeBSD.org
 COMMENT=	Security-aware parser for the HTTP protocol
 
-WRKSRC=	${WRKDIR}/htp-${PORTVERSION}
+USE_GITHUB=	yes
+GH_ACCOUNT=	ironbee
+GH_COMMIT=	a334539
 
+USE_AUTOTOOLS=	libtool autoheader aclocal
+ACLOCAL_ARGS=	-Im4
 USE_LDCONFIG=	yes
 USE_GNOME=	pkgconfig gnomehack
-GNU_CONFIGURE=	yes
+USE_ICONV=	yes
+
+pre-configure:
+	${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am
+	@cd ${WRKSRC} && ${SH} ./autogen.sh
 
 .include <bsd.port.mk>

Modified: head/devel/libhtp/distinfo
==============================================================================
--- head/devel/libhtp/distinfo	Tue Aug 28 04:02:55 2012	(r303269)
+++ head/devel/libhtp/distinfo	Tue Aug 28 09:21:11 2012	(r303270)
@@ -1,2 +1,2 @@
-SHA256 (htp-0.2.8.tar.gz) = ea5107a3e6e1994a29b69f82bcf853273ecfd45100189ddb7959c291f0572f17
-SIZE (htp-0.2.8.tar.gz) = 375506
+SHA256 (libhtp-0.3.0.tar.gz) = 5ea1c8c7b230113dd293c8d04a278db2c0ff2d894b158a578dbee15ab6a1d552
+SIZE (libhtp-0.3.0.tar.gz) = 397501

Modified: head/devel/libhtp/pkg-plist
==============================================================================
--- head/devel/libhtp/pkg-plist	Tue Aug 28 04:02:55 2012	(r303269)
+++ head/devel/libhtp/pkg-plist	Tue Aug 28 09:21:11 2012	(r303270)
@@ -1,11 +1,15 @@
 include/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.h
-lib/libhtp-0.2.so
-lib/libhtp-0.2.so.1
+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.a
 lib/libhtp.la
 lib/libhtp.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208280921.q7S9LCrp042943>