diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-16 12:27:35 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-16 12:27:35 +0000 |
commit | be24be2ad664ec27ee2811e94dd395031b0841b3 (patch) | |
tree | ae81fb37ef8f57bf0d66fcf4b8237d86a640f0ab /sysutils | |
parent | 27fd923e911a21de47d0e456dd0c018c7363478f (diff) | |
download | pkgsrc-be24be2ad664ec27ee2811e94dd395031b0841b3.tar.gz |
Upgrade sysutils/ups-nut-cgi to 2.0.4. Obviously I should have upgraded this
package together with net/ups-nut but I forgot. I should merge their common
Makefile fragments into a Makefile.common.
Diffstat (limited to 'sysutils')
-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 12b47881ecc..9779f7eaf9a 100644 --- a/sysutils/ups-nut-cgi/Makefile +++ b/sysutils/ups-nut-cgi/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2006/08/02 12:30:22 ghen Exp $ +# $NetBSD: Makefile,v 1.44 2006/08/16 12:27:35 ghen Exp $ -DISTNAME= nut-2.0.3 -PKGNAME= ups-nut-cgi-2.0.3 -PKGREVISION= 1 +DISTNAME= nut-2.0.4 +PKGNAME= ${DISTNAME:S/nut/ups-nut-cgi/} CATEGORIES= sysutils MASTER_SITES= http://random.networkupstools.org/source/2.0/ |