svn commit: r552065 - head/sysutils/pot

Luca Pizzamiglio pizzamig at FreeBSD.org
Sun Oct 11 13:41:46 UTC 2020


Author: pizzamig
Date: Sun Oct 11 13:41:45 2020
New Revision: 552065
URL: https://svnweb.freebsd.org/changeset/ports/552065

Log:
  sysutils/pot: Fix freebsd-release-manifests dependency

Modified:
  head/sysutils/pot/Makefile

Modified: head/sysutils/pot/Makefile
==============================================================================
--- head/sysutils/pot/Makefile	Sun Oct 11 13:40:39 2020	(r552064)
+++ head/sysutils/pot/Makefile	Sun Oct 11 13:41:45 2020	(r552065)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pot
 PORTVERSION=	0.11.4
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	pizzamig at FreeBSD.org
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	potnet:sysutils/potnet \
 	ncat:security/nmap \
-	${LOCALBASE}/share/freebsd/MANIFESTS/amd64-amd64-12.1-RELEASE:misc/freebsd-release-manifests
+	freebsd-release-manifests>0:misc/freebsd-release-manifests
 
 USE_RC_SUBR=	pot pot_early
 


More information about the svn-ports-all mailing list