diff options
author | araujo <araujo@FreeBSD.org> | 2017-03-11 07:29:09 +0000 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-03-11 07:29:09 +0000 |
commit | e92e42dbcaf4fa0f7c0b8a0982c4ca51c3091b34 (patch) | |
tree | 8e16fc9b2b49c9dc19089d54ab64da267ac7e0bd | |
parent | 74eeaf1cffc6a0e654e0f03d4d13cc722c86d462 (diff) | |
download | FreeBSD-ports-e92e42dbcaf4fa0f7c0b8a0982c4ca51c3091b34.zip FreeBSD-ports-e92e42dbcaf4fa0f7c0b8a0982c4ca51c3091b34.tar.gz |
Bump PORTREVISION to reflect the update of devel/lwp.
Submitted by: John Hixson <jhixson@gmail.com> (via email at AsiaBSDCon)
-rw-r--r-- | devel/rpc2/Makefile | 2 | ||||
-rw-r--r-- | devel/rvm/Makefile | 2 | ||||
-rw-r--r-- | net/coda6_server/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile index 667611e..3af0c0d 100644 --- a/devel/rpc2/Makefile +++ b/devel/rpc2/Makefile @@ -3,7 +3,7 @@ PORTNAME= rpc2 PORTVERSION= 2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \ http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile index 3649623..907554f 100644 --- a/devel/rvm/Makefile +++ b/devel/rvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= rvm PORTVERSION= 1.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rvm/src/ \ http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile index 35f0dfe..1376ab6 100644 --- a/net/coda6_server/Makefile +++ b/net/coda6_server/Makefile @@ -3,7 +3,7 @@ PORTNAME= coda PORTVERSION= 6.9.4 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \ ftp://ftp.planetmirror.com/pub/coda/src/ \ |