Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2012 20:31:09 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307935 - in head/www/httest: . files
Message-ID:  <201211282031.qASKV9HZ025725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Nov 28 20:31:09 2012
New Revision: 307935
URL: http://svnweb.freebsd.org/changeset/ports/307935

Log:
  - Update to 2.2.11
  - Fix build on 7.x/amd64
  - Trim header
  - Take maintainership
  
  Feature safe:	yes

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

Modified: head/www/httest/Makefile
==============================================================================
--- head/www/httest/Makefile	Wed Nov 28 20:30:08 2012	(r307934)
+++ head/www/httest/Makefile	Wed Nov 28 20:31:09 2012	(r307935)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:	httest
-# Date created:			Jun 15, 2011
-# Whom:				Martin Matuska <mm@FreeBSD.org>
-#
+# Created by: Martin Matuska <mm@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	httest
-PORTVERSION=	2.2.7
+PORTVERSION=	2.2.11
 CATEGORIES=	www
 MASTER_SITES=	SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	HTTP Test Tool
 
 LICENSE=	AL2
@@ -43,10 +39,6 @@ post-patch:
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
-BROKEN=		does not compile on 7.X/amd64
-.endif
-
 post-install:
 .if ${PORT_OPTIONS:MEXAMPLES}
 	${MKDIR} ${EXAMPLESDIR}/

Modified: head/www/httest/distinfo
==============================================================================
--- head/www/httest/distinfo	Wed Nov 28 20:30:08 2012	(r307934)
+++ head/www/httest/distinfo	Wed Nov 28 20:31:09 2012	(r307935)
@@ -1,2 +1,2 @@
-SHA256 (httest-2.2.7.tar.gz) = a7eaf9ee2827e4f6a2b971b5ac1a6c09ac67912c91ce2c7ef6d3016c79b3c2c3
-SIZE (httest-2.2.7.tar.gz) = 517716
+SHA256 (httest-2.2.11.tar.gz) = 7b073ce0aeaca84f7007411229113ce0e07d2406f99c79e939b483039ed0c2d1
+SIZE (httest-2.2.11.tar.gz) = 551044



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