diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-16 18:05:39 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-16 18:05:39 +0800 |
commit | d04c0a468dbc31668630127c475166f3829d96b8 (patch) | |
tree | 39c888cde05ba0024a634f60d437223820bffca7 /net/throttled | |
parent | ba5e429f1ad64c53bf9d1a0ad9f649ab5d7088bc (diff) | |
download | freebsd-ports-gnome-d04c0a468dbc31668630127c475166f3829d96b8.tar.gz freebsd-ports-gnome-d04c0a468dbc31668630127c475166f3829d96b8.tar.zst freebsd-ports-gnome-d04c0a468dbc31668630127c475166f3829d96b8.zip |
- 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
Diffstat (limited to 'net/throttled')
-rw-r--r-- | net/throttled/Makefile | 11 | ||||
-rw-r--r-- | net/throttled/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/net/throttled/Makefile b/net/throttled/Makefile index 1130e729a30f..42ce96350986 100644 --- a/net/throttled/Makefile +++ b/net/throttled/Makefile @@ -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} diff --git a/net/throttled/distinfo b/net/throttled/distinfo index d0854c929633..4610855a5ab1 100644 --- a/net/throttled/distinfo +++ b/net/throttled/distinfo @@ -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 |