From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 9 14:10:05 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E13C3E65 for ; Sat, 9 Feb 2013 14:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BC15FC23 for ; Sat, 9 Feb 2013 14:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r19EA5gI067120 for ; Sat, 9 Feb 2013 14:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r19EA50T067119; Sat, 9 Feb 2013 14:10:05 GMT (envelope-from gnats) Date: Sat, 9 Feb 2013 14:10:05 GMT Message-Id: <201302091410.r19EA50T067119@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174611: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 14:10:05 -0000 The following reply was made to PR ports/174611; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174611: commit references a PR Date: Sat, 9 Feb 2013 14:06:36 +0000 (UTC) Author: miwi Date: Sat Feb 9 14:06:23 2013 New Revision: 311981 URL: http://svnweb.freebsd.org/changeset/ports/311981 Log: - Update to 1.3.0 PR: 174611 Submitted by: maintainer Modified: head/benchmarks/netperfmeter/Makefile (contents, props changed) head/benchmarks/netperfmeter/distinfo (contents, props changed) Modified: head/benchmarks/netperfmeter/Makefile ============================================================================== --- head/benchmarks/netperfmeter/Makefile Sat Feb 9 14:05:33 2013 (r311980) +++ head/benchmarks/netperfmeter/Makefile Sat Feb 9 14:06:23 2013 (r311981) @@ -1,12 +1,8 @@ -# New ports collection makefile for: netperfmeter -# Date created: 27 July 2010 -# Whom: Thomas Dreibholz -# +# Created by: Thomas Dreibholz # $FreeBSD$ -# PORTNAME= netperfmeter -PORTVERSION= 1.1.7 +PORTVERSION= 1.3.0 CATEGORIES= benchmarks MASTER_SITES= http://www.iem.uni-due.de/~dreibh/netperfmeter/download/ http://www.exp-math.uni-essen.de/~dreibh/netperfmeter/download/ @@ -17,11 +13,17 @@ GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_FILES= bin/netperfmeter -MAN8= netperfmeter.8 +MAN1= netperfmeter.1 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING MAKE_JOBS_SAFE= yes -.include +.include + +.if ${OSVERSION} < 700000 +IGNORE= not supported on systems earlier than 7.x +.endif + +.include Modified: head/benchmarks/netperfmeter/distinfo ============================================================================== --- head/benchmarks/netperfmeter/distinfo Sat Feb 9 14:05:33 2013 (r311980) +++ head/benchmarks/netperfmeter/distinfo Sat Feb 9 14:06:23 2013 (r311981) @@ -1,2 +1,2 @@ -SHA256 (netperfmeter-1.1.7.tar.gz) = 2562e81d8de885b040b13841cb4d91e43291d8f62774c17700d0c45b162c7277 -SIZE (netperfmeter-1.1.7.tar.gz) = 398616 +SHA256 (netperfmeter-1.3.0.tar.gz) = 443214f4477134feb691104d60ce452e3bf943be96a982815a0b22e74df87bef +SIZE (netperfmeter-1.3.0.tar.gz) = 438119 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"