svn commit: r542381 - branches/2020Q3/editors/encryptpad

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jul 16 19:13:31 UTC 2020


Author: pkubaj
Date: Thu Jul 16 19:13:30 2020
New Revision: 542381
URL: https://svnweb.freebsd.org/changeset/ports/542381

Log:
  MFH: r542380
  
  editors/encryptpad: fix PORTVERSION
  
  My bad, typo.
  
  Approved by:	portmgr (just fix it)

Modified:
  branches/2020Q3/editors/encryptpad/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/editors/encryptpad/Makefile
==============================================================================
--- branches/2020Q3/editors/encryptpad/Makefile	Thu Jul 16 19:12:43 2020	(r542380)
+++ branches/2020Q3/editors/encryptpad/Makefile	Thu Jul 16 19:13:30 2020	(r542381)
@@ -4,7 +4,7 @@
 PORTNAME=	encryptpad
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.0.0
-PORTVERSION=	1
+PORTREVISION=	1
 CATEGORIES=	editors security
 
 MAINTAINER=	dmgk at FreeBSD.org


More information about the svn-ports-all mailing list