diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-01-04 19:55:28 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-01-04 19:55:28 +0000 |
commit | 4ff128940152edaf2d40302c38d3e5c57a667678 (patch) | |
tree | ad85b43d17cb4f533c38f04bfbd8a94207b42d34 | |
parent | net/freerdp: Update to 2.0.0-rc1 (diff) |
Bump PORTREVISION after update FreeRDP to 2.0.0-rc1 (r458051)
Notes
Notes:
svn path=/head/; revision=458053
-rw-r--r-- | net/remmina-plugin-rdp/Makefile | 1 | ||||
-rw-r--r-- | net/vinagre/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/remmina-plugin-rdp/Makefile b/net/remmina-plugin-rdp/Makefile index b4d3cf247bf3..8f3271af3f6e 100644 --- a/net/remmina-plugin-rdp/Makefile +++ b/net/remmina-plugin-rdp/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -rdp +PORTREVISION= 1 COMMENT= Remmina plugin for RDP protocol diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index 7bfdbcc2907c..e2689d2c2a5c 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -3,7 +3,7 @@ PORTNAME= vinagre PORTVERSION= 3.18.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 |