summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-02-04 15:09:38 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-02-04 15:09:38 +0000
commit6d8d1a41ce0fd905afa2d95fbeff8a0b574e3446 (patch)
treeb9203f5b59a0d6b7287734acb8940e596e4ef2eb
parent1ba36ef0c3ebfbcd11b30d939eadb69d57fe1588 (diff)
downloadfreebsd-ports-6d8d1a41ce0fd905afa2d95fbeff8a0b574e3446.zip
Fix previous commit (r460880): maintainer had requested not simply switch
to https:// for MASTER_SITES, but a new URL as well. While here, improve on the COMMENT and port description. PR: 225649
-rw-r--r--sysutils/apachetop/Makefile4
-rw-r--r--sysutils/apachetop/pkg-descr3
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile
index 76ef9bb4927a..fecea4ca9e76 100644
--- a/sysutils/apachetop/Makefile
+++ b/sysutils/apachetop/Makefile
@@ -5,10 +5,10 @@ PORTNAME= apachetop
PORTVERSION= 0.12.6
PORTREVISION= 5
CATEGORIES= sysutils
-MASTER_SITES= https://lukasz.wasikowski.net/files/
+MASTER_SITES= https://www.freebsd.systems/files/
MAINTAINER= lukasz@wasikowski.net
-COMMENT= Apache RealTime log stats
+COMMENT= Apache realtime log stats
LICENSE= BSD3CLAUSE
diff --git a/sysutils/apachetop/pkg-descr b/sysutils/apachetop/pkg-descr
index 70f9f4252954..36c98c41f1aa 100644
--- a/sysutils/apachetop/pkg-descr
+++ b/sysutils/apachetop/pkg-descr
@@ -1,3 +1,4 @@
-ApacheTop was written to display realtime status of access logs
+ApacheTop watches a logfile generated by Apache (in standard common or
+combined log format) and generates human-parsable output in realtime.
WWW: http://www.webta.org/projects/apachetop/