diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-14 17:58:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-14 17:58:20 +0000 |
commit | 177698aaf0af7813482f72ca53ff7e5f7c9b7dec (patch) | |
tree | 2c3bd02f8a29d85c101b2d9c070220a19a912530 /net | |
parent | 7007c576f737c09b6b17196845dae279e533fbba (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/mosh/Makefile | 2 | ||||
-rw-r--r-- | net/ostinato/Makefile | 1 | ||||
-rw-r--r-- | net/spoofer/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 0cb0f1377949..5ff8204383cc 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ \ http://mirrors.rit.edu/zi/ diff --git a/net/ostinato/Makefile b/net/ostinato/Makefile index 2ec484285523..33de2a606f11 100644 --- a/net/ostinato/Makefile +++ b/net/ostinato/Makefile @@ -3,6 +3,7 @@ PORTNAME= ostinato PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= https://bintray.com/artifact/download/pstavirs/ostinato/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile index e5937893efaf..3f70b6c19007 100644 --- a/net/spoofer/Makefile +++ b/net/spoofer/Makefile @@ -3,6 +3,7 @@ PORTNAME= spoofer PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ |