summaryrefslogtreecommitdiff
path: root/sysutils/ups-nut
diff options
context:
space:
mode:
authorghen <ghen>2006-08-02 12:11:00 +0000
committerghen <ghen>2006-08-02 12:11:00 +0000
commitb189beab31bdd318efe6d901399b99a429bb5637 (patch)
tree20fbe07f03f4a4a2d4fc7aa84ce6addbe84867c2 /sysutils/ups-nut
parenta2c42895a8efb318a3ed8979b08ab59009fcf630 (diff)
downloadpkgsrc-b189beab31bdd318efe6d901399b99a429bb5637.tar.gz
Unify the patches and distinfo for sysutils/ups-nut and sysutils/ups-nut-cgi.
Both are under sysutils/ups-nut now.
Diffstat (limited to 'sysutils/ups-nut')
-rw-r--r--sysutils/ups-nut/distinfo4
-rw-r--r--sysutils/ups-nut/patches/patch-ab20
2 files changed, 18 insertions, 6 deletions
diff --git a/sysutils/ups-nut/distinfo b/sysutils/ups-nut/distinfo
index 3ca97b6e2eb..315bd848c37 100644
--- a/sysutils/ups-nut/distinfo
+++ b/sysutils/ups-nut/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2006/03/09 18:32:33 abs Exp $
+$NetBSD: distinfo,v 1.24 2006/08/02 12:11:00 ghen Exp $
SHA1 (nut-2.0.3.tar.gz) = 3ea064668846529d95663eadbf07b41ca8c25b1d
RMD160 (nut-2.0.3.tar.gz) = 890c52b1ab538101c30e5be33e785817a773cdb9
Size (nut-2.0.3.tar.gz) = 656376 bytes
SHA1 (patch-aa) = e4649220e30ab6b582cf9115de9f7faad0f7cf8b
-SHA1 (patch-ab) = c7ffec283e3e8a92e942035b5cc16167d58725a3
+SHA1 (patch-ab) = 2a5ad1397736f8119532d756afe31dd523a23813
diff --git a/sysutils/ups-nut/patches/patch-ab b/sysutils/ups-nut/patches/patch-ab
index 5027beb7cf1..442e156d77d 100644
--- a/sysutils/ups-nut/patches/patch-ab
+++ b/sysutils/ups-nut/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.8 2004/04/05 22:39:42 martin Exp $
+$NetBSD: patch-ab,v 1.9 2006/08/02 12:11:00 ghen Exp $
---- Makefile.in.orig 2004-03-08 11:00:02.000000000 +0100
-+++ Makefile.in 2004-04-05 02:31:25.000000000 +0200
-@@ -41,7 +41,7 @@
+--- Makefile.in.orig 2006-08-02 13:55:06.000000000 +0200
++++ Makefile.in
+@@ -41,7 +41,7 @@ distclean: clean
rm $$i/Makefile; \
done
@@ -11,3 +11,15 @@ $NetBSD: patch-ab,v 1.8 2004/04/05 22:39:42 martin Exp $
install-bin:
@for i in $(SUBDIRS); do \
+@@ -72,9 +72,10 @@ build-cgi-fake:
+ @echo "Run 'configure --with-cgi' before doing 'make cgi'."
+
+ build-cgi:
++ @cd common; $(MAKE); cd ..;
+ @cd clients; $(MAKE) cgi; cd ..;
+
+-install-cgi: cgi install-cgi-dir install-dirs install-cgi-bin install-cgi-man
++install-cgi: cgi install-cgi-dir install-dirs install-cgi-conf install-cgi-bin install-cgi-man
+
+ install-cgi-dir:
+ if (test ! -d $(CGIPATH)) then \