diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-27 13:46:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-27 13:46:53 +0000 |
commit | cb037d3c98be43c22f51db530a0e5146ddc374b2 (patch) | |
tree | da3d0ad74b3dac25040098f7125aac62b77bc817 /comms | |
parent | a014051a7b56b13a0d09cb97969287bce9a04a38 (diff) | |
download | ports-cb037d3c98be43c22f51db530a0e5146ddc374b2.tar.gz ports-cb037d3c98be43c22f51db530a0e5146ddc374b2.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/obexapp/Makefile | 2 | ||||
-rw-r--r-- | comms/zssh/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index c0fa944b9f5c..c4ab5efd99cf 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -2,7 +2,7 @@ PORTNAME= obexapp PORTVERSION= 1.4.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms net MASTER_SITES= http://people.freebsd.org/~emax/obexapp/ diff --git a/comms/zssh/Makefile b/comms/zssh/Makefile index 753e92a9391d..741ab45c7dc6 100644 --- a/comms/zssh/Makefile +++ b/comms/zssh/Makefile @@ -3,6 +3,7 @@ PORTNAME= zssh PORTVERSION= 1.5c +PORTREVISION= 1 CATEGORIES= comms security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.5 |