summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorlukem <lukem>2002-01-03 14:48:59 +0000
committerlukem <lukem>2002-01-03 14:48:59 +0000
commitfd3b5e68888e31f949ddb517ffeefbbef04efd36 (patch)
tree4953707a2ea70498612320e2df501781b4d94748 /sysutils
parent1b856f695e9f05fd9ee3c85d5d54d9e13f66aa32 (diff)
downloadpkgsrc-fd3b5e68888e31f949ddb517ffeefbbef04efd36.tar.gz
Update to 0.45.3, to synchronise with ups-nut update.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ups-nut-cgi/Makefile6
-rw-r--r--sysutils/ups-nut-cgi/distinfo8
-rw-r--r--sysutils/ups-nut-cgi/patches/patch-aa24
3 files changed, 19 insertions, 19 deletions
diff --git a/sysutils/ups-nut-cgi/Makefile b/sysutils/ups-nut-cgi/Makefile
index ce46086231f..978c28de3e9 100644
--- a/sysutils/ups-nut-cgi/Makefile
+++ b/sysutils/ups-nut-cgi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2001/12/21 04:45:03 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2002/01/03 14:48:59 lukem Exp $
-DISTNAME= nut-0.45.2
-PKGNAME= ups-nut-cgi-0.45.2
+DISTNAME= nut-0.45.3
+PKGNAME= ups-nut-cgi-0.45.3
CATEGORIES= sysutils
MASTER_SITES= http://www.exploits.org/nut/release/
diff --git a/sysutils/ups-nut-cgi/distinfo b/sysutils/ups-nut-cgi/distinfo
index 068ed10b22c..f29cb7f1f9f 100644
--- a/sysutils/ups-nut-cgi/distinfo
+++ b/sysutils/ups-nut-cgi/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2001/11/21 15:53:08 jlam Exp $
+$NetBSD: distinfo,v 1.7 2002/01/03 14:48:59 lukem Exp $
-SHA1 (nut-0.45.2.tar.gz) = 9c225205127eee1e9bb55d9a28ff1290b47f75aa
-Size (nut-0.45.2.tar.gz) = 330851 bytes
-SHA1 (patch-aa) = f99436a2e83654e5a078b6ea899cc33ef8a48fa9
+SHA1 (nut-0.45.3.tar.gz) = c6596eb9291a046e47a473db8cec81a082e28d2b
+Size (nut-0.45.3.tar.gz) = 339066 bytes
+SHA1 (patch-aa) = 27a523b5e09d0b28fbc55e567f130c77e81041fd
SHA1 (patch-ab) = dfc1663368b670b84b1545c388bcd5f8703c08e3
SHA1 (patch-ac) = ded33bbc4c78b2b7c53230c0d4ab3c663104582f
SHA1 (patch-ad) = f9f7fdc08c49aa1c1aa667ac6b7597679c9fea4e
diff --git a/sysutils/ups-nut-cgi/patches/patch-aa b/sysutils/ups-nut-cgi/patches/patch-aa
index 6884ffbf986..947af3f98de 100644
--- a/sysutils/ups-nut-cgi/patches/patch-aa
+++ b/sysutils/ups-nut-cgi/patches/patch-aa
@@ -1,13 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2001/09/28 04:42:49 lukem Exp $
+$NetBSD: patch-aa,v 1.3 2002/01/03 14:49:00 lukem Exp $
---- Makefile.in.orig Fri Aug 10 02:52:31 2001
-+++ Makefile.in Fri Sep 28 12:50:05 2001
-@@ -5,10 +5,10 @@
- BASEPATH = $(INSTALLROOT)@prefix@
- CONFPATH = $(INSTALLROOT)@sysconfdir@
- CGIPATH = $(INSTALLROOT)@CGIPATH@
--INSTALLDIRS = $(CONFPATH) $(CGIPATH) $(MODELPATH) $(BASEPATH)/@bindir@ $(BASEPATH)/@sbindir@ $(BASEPATH)/misc
-+INSTALLDIRS = $(CGIPATH)
+--- Makefile.in.orig Fri Oct 26 17:16:27 2001
++++ Makefile.in
+@@ -8,7 +8,7 @@
+ INSTALLDIRS = $(CONFPATH) $(MODELPATH) $(BASEPATH)/@bindir@ $(BASEPATH)/@sbindir@
STATEPATH = $(INSTALLROOT)@STATEPATH@
-SUBDIRS = common models server clients man
@@ -15,15 +11,19 @@ $NetBSD: patch-aa,v 1.2 2001/09/28 04:42:49 lukem Exp $
CFLAGS = -I../include @CFLAGS@
# these are here so they can be overridden during a make install
-@@ -58,11 +58,10 @@
- ./install-sh -d -o $(RUNUID) -g $(RUNGID) $(STATEPATH) || exit 1; \
+@@ -60,7 +60,7 @@
+ || echo "Unable to set ownership of $(STATEPATH)"; \
fi
-cgi:
-+cgi: build
++cgi: build
@cd clients; $(MAKE) cgi; cd ..;
install-cgi: install-dirs
+@@ -68,7 +68,6 @@
+ ./install-sh -d $(CGIPATH) || exit 1; \
+ fi \
+
- @cd conf; $(MAKE) install; cd ..;
@cd clients; $(MAKE) install-cgi; cd ..;