Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2012 10:05:39 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305963 - head/net/throttled
Message-ID:  <201210161005.q9GA5dPJ012616@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <koobs.freebsd@gmail.com>
  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 <quest@mac.com>
-#
+# Created by: quest <quest@mac.com>
 # $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



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