Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2020 07:39:22 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552031 - head/sysutils/pot
Message-ID:  <202010110739.09B7dMJx061917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sun Oct 11 07:39:21 2020
New Revision: 552031
URL: https://svnweb.freebsd.org/changeset/ports/552031

Log:
  sysutils/pot: quick fix for RUN_DEPENDS after r551851.
  
  MFH:	2020Q4

Modified:
  head/sysutils/pot/Makefile

Modified: head/sysutils/pot/Makefile
==============================================================================
--- head/sysutils/pot/Makefile	Sun Oct 11 06:46:15 2020	(r552030)
+++ head/sysutils/pot/Makefile	Sun Oct 11 07:39:21 2020	(r552031)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	potnet:sysutils/potnet \
 	ncat:security/nmap \
-	${LOCALBASE}/share/freebsd/MANIFESTS/amd64-amd64-11.2-RELEASE:misc/freebsd-release-manifests
+	${LOCALBASE}/share/freebsd/MANIFESTS/amd64-amd64-12.1-RELEASE:misc/freebsd-release-manifests
 
 USE_RC_SUBR=	pot pot_early
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010110739.09B7dMJx061917>