diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-09-17 11:59:12 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-09-17 11:59:12 +0000 |
commit | 78650d69ea2e65099844299748d749ae0e5e6603 (patch) | |
tree | 3a8269b8b8a94a6df140642be32aacc7ec0e7439 | |
parent | 16a6a4d523ab03e89b01e99aa59e4b299cccef55 (diff) |
net/trickle: Update MASTER_SITES
PR: 222352
Submitted by: Andreas Hollmann <andreas.hollmann@gmail.com>
Notes
Notes:
svn path=/head/; revision=449996
-rw-r--r-- | net/trickle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile index da82c45e430f..d48c95a1efd9 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -5,7 +5,7 @@ PORTNAME= trickle PORTVERSION= 1.07 PORTREVISION= 6 CATEGORIES= net -MASTER_SITES= http://monkey.org/~marius/trickle/ +MASTER_SITES= https://monkey.org/~marius/trickle/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight, portable bandwidth shaper |