diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2020-08-12 18:30:06 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2020-08-12 18:30:06 +0000 |
commit | bea2b0b80255c7df1a22f967b34299a2bfaad9ca (patch) | |
tree | 9cd448f0266d934d79aafc6ae5f7cc25f6b2eaf0 /net | |
parent | cbd41e1dc155e34115118d440e0d05c2c6c25a65 (diff) | |
download | ports-bea2b0b80255c7df1a22f967b34299a2bfaad9ca.tar.gz ports-bea2b0b80255c7df1a22f967b34299a2bfaad9ca.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gnu-radius/Makefile | 2 | ||||
-rw-r--r-- | net/tramp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 453d4b10f205..30f0cde1b873 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnu-radius PORTVERSION= 1.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MASTER_SITES= GNU/radius DISTNAME= radius-${PORTVERSION} diff --git a/net/tramp/Makefile b/net/tramp/Makefile index 317238db3427..1a71d3578ba5 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -3,7 +3,7 @@ PORTNAME= tramp PORTVERSION= 2.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net elisp MASTER_SITES= GNU PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |