diff options
author | seb <seb@pkgsrc.org> | 2006-05-11 15:01:00 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-05-11 15:01:00 +0000 |
commit | 208b98e013660e661def3684972ee86c240bc469 (patch) | |
tree | da4b8acc8437af83def536c6e371e5e43503c277 /sysutils/ups-nut-cgi/Makefile | |
parent | 980c1da9bfc368374a08587e338b727f3cc2fee7 (diff) | |
download | pkgsrc-208b98e013660e661def3684972ee86c240bc469.tar.gz |
Update ups-nut-cgi to version 2.0.3 so bringing it in sync with ups-nut package.
Lots of change since last packaged version (2.0.1) but on the following really
seems related to the CGI scripts provided by this package:
Thu Apr 15 11:04:53 UTC 2005 / Arnaud Quette <arnaud.quette@mgeups.com>
...
- upsstats.c: fix a case where upsstats.cgi crashes if hosts.conf has
no valid MONITOR lines
...
XXX May between ups-nut and ups-nut-cgi packages could share a
"Makefile.common" ?
Diffstat (limited to 'sysutils/ups-nut-cgi/Makefile')
-rw-r--r-- | sysutils/ups-nut-cgi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/ups-nut-cgi/Makefile b/sysutils/ups-nut-cgi/Makefile index 19b46e0af6f..0f51bd7d381 100644 --- a/sysutils/ups-nut-cgi/Makefile +++ b/sysutils/ups-nut-cgi/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2006/04/22 07:32:24 lukem Exp $ +# $NetBSD: Makefile,v 1.41 2006/05/11 15:01:00 seb Exp $ -DISTNAME= nut-2.0.1 -PKGNAME= ups-nut-cgi-2.0.1 -PKGREVISION= 2 +DISTNAME= nut-2.0.3 +PKGNAME= ups-nut-cgi-2.0.3 CATEGORIES= sysutils MASTER_SITES= http://random.networkupstools.org/source/2.0/ |