aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-pghero/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-pghero/Makefile')
-rw-r--r--databases/rubygem-pghero/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/rubygem-pghero/Makefile b/databases/rubygem-pghero/Makefile
index d91d73341afd..54b57542de5c 100644
--- a/databases/rubygem-pghero/Makefile
+++ b/databases/rubygem-pghero/Makefile
@@ -1,20 +1,21 @@
PORTNAME= pghero
-PORTVERSION= 2.8.1
+PORTVERSION= 3.4.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Performance dashboard for Postgres
+WWW= https://github.com/ankane/pghero
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-activerecord60>=5:databases/rubygem-activerecord60
+RUN_DEPENDS= rubygem-activerecord71>=6:databases/rubygem-activerecord71
USES= cpe gem
-CPE_VENDOR= ${PORTNAME}_project
-USE_RUBY= yes
NO_ARCH= yes
+CPE_VENDOR= pghero_project
+
.include <bsd.port.mk>