diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-06-22 17:18:45 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-06-22 17:18:45 +0000 |
commit | 0d12f1c5d404edf2145a70939c8116732c7d7068 (patch) | |
tree | e59fdd2ab687176ea844fc10cab402e6393528d2 /net | |
parent | 6f7a8ea4c795adc070bd8533d99794a40d7d2cae (diff) | |
download | ports-0d12f1c5d404edf2145a70939c8116732c7d7068.tar.gz ports-0d12f1c5d404edf2145a70939c8116732c7d7068.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/remmina-plugin-exec/Makefile | 1 | ||||
-rw-r--r-- | net/remmina-plugin-nx/Makefile | 1 | ||||
-rw-r--r-- | net/remmina-plugin-rdp/Makefile | 2 | ||||
-rw-r--r-- | net/remmina-plugin-secret/Makefile | 1 | ||||
-rw-r--r-- | net/remmina-plugin-telepathy/Makefile | 1 | ||||
-rw-r--r-- | net/remmina-plugin-vnc/Makefile | 1 | ||||
-rw-r--r-- | net/remmina-plugin-xdmcp/Makefile | 1 | ||||
-rw-r--r-- | net/remmina/Makefile | 1 | ||||
-rw-r--r-- | net/vinagre/Makefile | 2 |
9 files changed, 9 insertions, 2 deletions
diff --git a/net/remmina-plugin-exec/Makefile b/net/remmina-plugin-exec/Makefile index a8d541fb6d31..6d3cc27d782e 100644 --- a/net/remmina-plugin-exec/Makefile +++ b/net/remmina-plugin-exec/Makefile @@ -1,6 +1,7 @@ # Created by: Ben Woods <woodsb02@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -exec COMMENT= Remmina plugin to execute a command diff --git a/net/remmina-plugin-nx/Makefile b/net/remmina-plugin-nx/Makefile index c73d7329e2ce..03a9e03659c5 100644 --- a/net/remmina-plugin-nx/Makefile +++ b/net/remmina-plugin-nx/Makefile @@ -1,6 +1,7 @@ # Created by: Koichiro IWAO <meta+ports@vmeta.jp> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -nx COMMENT= Remmina plugin for NX diff --git a/net/remmina-plugin-rdp/Makefile b/net/remmina-plugin-rdp/Makefile index 045b8cbedf54..ebcd25a7ee61 100644 --- a/net/remmina-plugin-rdp/Makefile +++ b/net/remmina-plugin-rdp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -rdp -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Remmina plugin for RDP protocol diff --git a/net/remmina-plugin-secret/Makefile b/net/remmina-plugin-secret/Makefile index 538b2881dc21..e23410cdec1d 100644 --- a/net/remmina-plugin-secret/Makefile +++ b/net/remmina-plugin-secret/Makefile @@ -1,6 +1,7 @@ # Created by: Koichiro IWAO <meta+ports@vmeta.jp> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -secret COMMENT= Remmina plugin for GNOME Keyring diff --git a/net/remmina-plugin-telepathy/Makefile b/net/remmina-plugin-telepathy/Makefile index ddb8a758ccdc..5b9490dc2427 100644 --- a/net/remmina-plugin-telepathy/Makefile +++ b/net/remmina-plugin-telepathy/Makefile @@ -1,6 +1,7 @@ # Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -telepathy COMMENT= Remmina plugin for Telepathy support diff --git a/net/remmina-plugin-vnc/Makefile b/net/remmina-plugin-vnc/Makefile index 26b278fa7850..8c27163b333f 100644 --- a/net/remmina-plugin-vnc/Makefile +++ b/net/remmina-plugin-vnc/Makefile @@ -1,6 +1,7 @@ # Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -vnc COMMENT= Remmina plugin for VNC protocol diff --git a/net/remmina-plugin-xdmcp/Makefile b/net/remmina-plugin-xdmcp/Makefile index 66b1f3b8e21a..b9ec9f62e08a 100644 --- a/net/remmina-plugin-xdmcp/Makefile +++ b/net/remmina-plugin-xdmcp/Makefile @@ -1,6 +1,7 @@ # Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -xdmcp COMMENT= Remmina plugin for XDMCP protocol diff --git a/net/remmina/Makefile b/net/remmina/Makefile index fdecaee8e9e7..6e38d691146f 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -4,6 +4,7 @@ PORTNAME= remmina DISTVERSIONPREFIX=v DISTVERSION= 1.2.0-rcgit.27 +PORTREVISION= 1 CATEGORIES= net gnome MAINTAINER= woodsb02@FreeBSD.org diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index a9d04713dd6a..4f67b051eaac 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -3,7 +3,7 @@ PORTNAME= vinagre PORTVERSION= 3.18.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 |