diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-10-01 02:29:12 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-10-01 02:29:12 +0800 |
commit | 9ddaf93041c444f208a3f4fa86553a13f07d9f33 (patch) | |
tree | 3be48738842841e41891b6264fc92b011460f3f8 /net-mgmt | |
parent | 08ec6eb1c9ad6e21819286e0bf8c565829666f81 (diff) | |
download | freebsd-ports-gnome-9ddaf93041c444f208a3f4fa86553a13f07d9f33.tar.gz freebsd-ports-gnome-9ddaf93041c444f208a3f4fa86553a13f07d9f33.tar.zst freebsd-ports-gnome-9ddaf93041c444f208a3f4fa86553a13f07d9f33.zip |
- Fixed PNG file breakage caused by overzealous dos2unix that I
introduced in a previous commit
- Fixed portlint warning about LICENSE
- Bumped PORTREVISION
PR: ports/151108
Submitted by: Youssef Ghorbal <djo at pasteur dot fr>
Approved by: Eygene Ryabinkin <rea-fbsd at codelabs dot ru> (maintainer, implicit)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pnp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile index ab3b7f8ea6b8..8157230b9217 100644 --- a/net-mgmt/pnp/Makefile +++ b/net-mgmt/pnp/Makefile @@ -7,10 +7,9 @@ PORTNAME= pnp PORTVERSION= 0.4.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}4nagios/PNP/${PORTNAME}-${PORTVERSION} -LICENSE= GPLv2 MAINTAINER= rea-fbsd@codelabs.ru COMMENT= Nagios performance data collector and grapher @@ -19,12 +18,15 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \ nagios:${PORTSDIR}/net-mgmt/nagios +LICENSE= GPLv2 + OPTIONS= PDF "Use built-in fpdf library to produce PDF views" ON .include <bsd.port.options.mk> USE_PHP= zlib gd xml pcre USE_DOS2UNIX= yes +DOS2UNIX_REGEX= '.*\.\(php\|js\|txt\)$$' WANT_PHP_WEB= yes USE_RC_SUBR= npcd.sh MAN1= pnpsender.1 |