svn commit: r552031 - head/sysutils/pot

Jimmy Olgeni olgeni at FreeBSD.org
Sun Oct 11 07:39:22 UTC 2020


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
 


More information about the svn-ports-head mailing list