diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-31 21:34:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-31 21:34:16 +0800 |
commit | a17e9adf01cba903508525ebe46aa4c9cf49785d (patch) | |
tree | 558612b6b84e9acb58538c02d7e868fa3fc3fecd /sysutils | |
parent | d9b840c6efe5c4d56de44b5ff8b6d112f94d9703 (diff) | |
download | freebsd-ports-gnome-a17e9adf01cba903508525ebe46aa4c9cf49785d.tar.gz freebsd-ports-gnome-a17e9adf01cba903508525ebe46aa4c9cf49785d.tar.zst freebsd-ports-gnome-a17e9adf01cba903508525ebe46aa4c9cf49785d.zip |
- Move www/p5-ParallelUA to www/p5-ParallelUserAgent
- Update COMMENT
- Update pkg-descr
- Add NO_ARCH for dependent ports
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/monitorix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index e9b5610d96f5..ffeb349efb85 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -2,7 +2,7 @@ PORTNAME= monitorix PORTVERSION= 3.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.monitorix.org/ \ http://www.monitorix.org/old_versions/ \ @@ -14,7 +14,7 @@ COMMENT= Web based monitoring system LICENSE= GPLv2 LIB_DEPENDS= librrd.so:databases/rrdtool -RUN_DEPENDS= p5-ParallelUA>=0:www/p5-ParallelUA \ +RUN_DEPENDS= p5-ParallelUserAgent>=0:www/p5-ParallelUserAgent \ p5-CGI>=0:www/p5-CGI \ p5-libwww>=0:www/p5-libwww \ p5-MIME-Lite>=0:mail/p5-MIME-Lite \ @@ -25,6 +25,7 @@ RUN_DEPENDS= p5-ParallelUA>=0:www/p5-ParallelUA \ USES= perl5 USE_PERL5= run +NO_ARCH= yes NO_BUILD= yes USE_RC_SUBR= ${PORTNAME} |