From owner-svn-ports-head@FreeBSD.ORG Tue Oct 16 10:05:40 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D9403B1; Tue, 16 Oct 2012 10:05:40 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 258118FC17; Tue, 16 Oct 2012 10:05:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9GA5d8d012619; Tue, 16 Oct 2012 10:05:40 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9GA5dPJ012616; Tue, 16 Oct 2012 10:05:39 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210161005.q9GA5dPJ012616@svn.freebsd.org> From: "Jason E. Hale" Date: Tue, 16 Oct 2012 10:05:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305963 - head/net/throttled X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 10:05:40 -0000 Author: jhale Date: Tue Oct 16 10:05:39 2012 New Revision: 305963 URL: http://svn.freebsd.org/changeset/ports/305963 Log: - Update to 0.5.2 - Add LICENSE While here: - Trim Makefile header PR: ports/169062 Submitted by: koobs Approved by: maintainer timeout makc, avilla (mentors, implicit) Feature safe: yes Modified: head/net/throttled/Makefile (contents, props changed) head/net/throttled/distinfo (contents, props changed) Modified: head/net/throttled/Makefile ============================================================================== --- head/net/throttled/Makefile Tue Oct 16 09:48:27 2012 (r305962) +++ head/net/throttled/Makefile Tue Oct 16 10:05:39 2012 (r305963) @@ -1,13 +1,8 @@ -# Ports collection makefile for: throttled -# Date created: 11 Jun 2004 -# Whom: quest -# +# Created by: quest # $FreeBSD$ -# PORTNAME= throttled -PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTVERSION= 0.5.2 CATEGORIES= net MASTER_SITES= http://www.intrarts.com/Files/ EXTRACT_SUFX= .tgz @@ -15,6 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= quest@mac.com COMMENT= Bandwidth shaping and QoS solution +LICENSE= GPLv3 + USE_GMAKE= yes USE_RC_SUBR= ${PORTNAME} Modified: head/net/throttled/distinfo ============================================================================== --- head/net/throttled/distinfo Tue Oct 16 09:48:27 2012 (r305962) +++ head/net/throttled/distinfo Tue Oct 16 10:05:39 2012 (r305963) @@ -1,2 +1,2 @@ -SHA256 (throttled-0.4.1.tgz) = 783ac1749637890c9cf3cdf223886d41148ff02e804f093c6f6af5dc97762820 -SIZE (throttled-0.4.1.tgz) = 25963 +SHA256 (throttled-0.5.2.tgz) = 7b3945303606f8002b3d827975067e419bc232ab314b5ad6b2b3d3bf107648ca +SIZE (throttled-0.5.2.tgz) = 303097