Date: Thu, 13 Jun 2019 08:49:36 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504069 - head/net/xrdp Message-ID: <201906130849.x5D8naGt046117@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu Jun 13 08:49:36 2019 New Revision: 504069 URL: https://svnweb.freebsd.org/changeset/ports/504069 Log: net/xrdp: Do not set PORTREVISION twice and really bump it after r504054 Modified: head/net/xrdp/Makefile Modified: head/net/xrdp/Makefile ============================================================================== --- head/net/xrdp/Makefile Thu Jun 13 08:44:39 2019 (r504068) +++ head/net/xrdp/Makefile Thu Jun 13 08:49:36 2019 (r504069) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906130849.x5D8naGt046117>