diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-06-13 08:49:36 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-06-13 08:49:36 +0000 |
commit | da6c03ae2a2328de62e9918d889509667658f89d (patch) | |
tree | 0e3e184fffb7c10f5078de34f05c5769674f8d2a /net/xrdp | |
parent | www/qt5-webengine: Enable support for WebRTC and video capture devices (diff) |
net/xrdp: Do not set PORTREVISION twice and really bump it after r504054
Notes
Notes:
svn path=/head/; revision=504069
Diffstat (limited to 'net/xrdp')
-rw-r--r-- | net/xrdp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index 8f91b33cec08..4cfb81e2ca67 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= xrdp -PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSION= 0.9.10 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net DIST_SUBDIR?= ${PORTNAME} |