svn commit: r511093 - head/www/miniflux

Kirill Ponomarev krion at FreeBSD.org
Wed Sep 4 13:37:01 UTC 2019


Author: krion
Date: Wed Sep  4 13:37:01 2019
New Revision: 511093
URL: https://svnweb.freebsd.org/changeset/ports/511093

Log:
  Remove superfluous pgsql dependency as discussed with bapt on IRC.

Modified:
  head/www/miniflux/Makefile

Modified: head/www/miniflux/Makefile
==============================================================================
--- head/www/miniflux/Makefile	Wed Sep  4 12:53:53 2019	(r511092)
+++ head/www/miniflux/Makefile	Wed Sep  4 13:37:01 2019	(r511093)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	miniflux
+PORTREVISION=	1
 DISTVERSION=	2.0.17
 CATEGORIES=	www
 
@@ -12,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
-USES=		go:modules pgsql
+USES=		go:modules
 
 USERS=	miniflux
 GROUPS=	miniflux


More information about the svn-ports-all mailing list