Date: Thu, 16 Jul 2020 19:12:43 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542380 - head/editors/encryptpad Message-ID: <202007161912.06GJChC1035688@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Jul 16 19:12:43 2020 New Revision: 542380 URL: https://svnweb.freebsd.org/changeset/ports/542380 Log: editors/encryptpad: fix PORTVERSION My bad, typo. MFH: 2020Q3 Modified: head/editors/encryptpad/Makefile Modified: head/editors/encryptpad/Makefile ============================================================================== --- head/editors/encryptpad/Makefile Thu Jul 16 19:09:33 2020 (r542379) +++ head/editors/encryptpad/Makefile Thu Jul 16 19:12:43 2020 (r542380) @@ -4,7 +4,7 @@ PORTNAME= encryptpad DISTVERSIONPREFIX= v DISTVERSION= 0.5.0.0 -PORTVERSION= 1 +PORTREVISION= 1 CATEGORIES= editors security MAINTAINER= dmgk@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007161912.06GJChC1035688>