From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 20:31:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7B9CBD9; Wed, 28 Nov 2012 20:31:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A2BD08FC0C; Wed, 28 Nov 2012 20:31:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASKV9vi025727; Wed, 28 Nov 2012 20:31:09 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASKV9HZ025725; Wed, 28 Nov 2012 20:31:09 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211282031.qASKV9HZ025725@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 28 Nov 2012 20:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307935 - in head/www/httest: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 20:31:10 -0000 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 -# +# Created by: Martin Matuska # $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 -.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