svn commit: r422724 - head/www/httest

Emanuel Haupt ehaupt at FreeBSD.org
Sat Sep 24 14:22:22 UTC 2016


Author: ehaupt
Date: Sat Sep 24 14:22:21 2016
New Revision: 422724
URL: https://svnweb.freebsd.org/changeset/ports/422724

Log:
  Update to 2.4.17

Modified:
  head/www/httest/Makefile
  head/www/httest/distinfo

Modified: head/www/httest/Makefile
==============================================================================
--- head/www/httest/Makefile	Sat Sep 24 14:16:14 2016	(r422723)
+++ head/www/httest/Makefile	Sat Sep 24 14:22:21 2016	(r422724)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httest
-PORTVERSION=	2.4.16
-PORTREVISION=	1
+PORTVERSION=	2.4.17
 CATEGORIES=	www
 MASTER_SITES=	SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}
 
@@ -12,6 +11,7 @@ COMMENT=	HTTP Test Tool
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	help2man:misc/help2man
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libgdbm.so:databases/gdbm \
 		libpcre.so:devel/pcre \
@@ -28,7 +28,6 @@ CONFIGURE_ARGS=	--enable-lua-module \
 CPPFLAGS+=	-I${LUA_INCDIR}
 GNU_CONFIGURE=	yes
 USES=		iconv lua libtool bdb ssl
-USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 
 PORTEXAMPLES=	*
@@ -38,6 +37,8 @@ INSTALL_TARGET=	install-strip
 post-patch:
 	@${REINPLACE_CMD} -e 's|`$$APR_CONFIG --cflags`||; s|-llua|-llua-${LUA_VER}|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/generate_modules_c.sh
+	@${REINPLACE_CMD} -e 's|<pcre/pcre.h>|<pcre.h>|' ${WRKSRC}/src/httest.c ${WRKSRC}/src/regex.c \
+		${WRKSRC}/src/body.c ${WRKSRC}/src/module.h ${WRKSRC}/src/worker.c
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}

Modified: head/www/httest/distinfo
==============================================================================
--- head/www/httest/distinfo	Sat Sep 24 14:16:14 2016	(r422723)
+++ head/www/httest/distinfo	Sat Sep 24 14:22:21 2016	(r422724)
@@ -1,2 +1,3 @@
-SHA256 (httest-2.4.16.tar.gz) = 17146fbab4f9f45f07b2e96ce25788ad30c9e7bc540a45788f3c7484b22292ea
-SIZE (httest-2.4.16.tar.gz) = 554870
+TIMESTAMP = 1474725916
+SHA256 (httest-2.4.17.tar.gz) = 937434334979adde83fd83a98dfe656d5f493b4ee69098994ff6ef189df338b2
+SIZE (httest-2.4.17.tar.gz) = 555423


More information about the svn-ports-head mailing list