summaryrefslogtreecommitdiff
path: root/net/speedtouch
diff options
context:
space:
mode:
authorabs <abs>2003-11-07 11:06:17 +0000
committerabs <abs>2003-11-07 11:06:17 +0000
commitc983827ac7243ceccc490351da68ef59a8cd62c4 (patch)
tree831fa487b369f11ad45768b748994b9e55b3d985 /net/speedtouch
parente56c76be7bec181b97518f81b92c5f91df5ab706 (diff)
downloadpkgsrc-c983827ac7243ceccc490351da68ef59a8cd62c4.tar.gz
Update speedtouch to 1.2-beta2nb1:
Fix install of example files after upgrade to 1.2-beta2
Diffstat (limited to 'net/speedtouch')
-rw-r--r--net/speedtouch/Makefile3
-rw-r--r--net/speedtouch/PLIST3
-rw-r--r--net/speedtouch/distinfo3
-rw-r--r--net/speedtouch/patches/patch-aa22
4 files changed, 28 insertions, 3 deletions
diff --git a/net/speedtouch/Makefile b/net/speedtouch/Makefile
index fb194884dcd..ab9c3ae13be 100644
--- a/net/speedtouch/Makefile
+++ b/net/speedtouch/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2003/10/09 19:09:28 abs Exp $
+# $NetBSD: Makefile,v 1.9 2003/11/07 11:06:17 abs Exp $
#
DISTNAME= speedtouch-1.2-beta2
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://osdn.dl.sourceforge.net/sourceforge/speedtouch/ \
http://www.alcatel.com/consumer/dsl/
diff --git a/net/speedtouch/PLIST b/net/speedtouch/PLIST
index bd07100c077..5432ca01a42 100644
--- a/net/speedtouch/PLIST
+++ b/net/speedtouch/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/07/18 00:10:07 abs Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/11/07 11:06:17 abs Exp $
libdata/alcaudsl.sys
man/man1/modem_run.1
man/man1/pppoa2.1
@@ -11,6 +11,7 @@ share/doc/speedtouch/INSTALL
share/doc/speedtouch/INSTALL-de
share/doc/speedtouch/INSTALL-fr
share/doc/speedtouch/INSTALL-it
+share/doc/speedtouch/INSTALL-nl
share/examples/speedtouch/adsl.sh
share/examples/speedtouch/ppp.conf
@dirrm share/doc/speedtouch
diff --git a/net/speedtouch/distinfo b/net/speedtouch/distinfo
index 4b8a77e66f6..1e264513124 100644
--- a/net/speedtouch/distinfo
+++ b/net/speedtouch/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2003/10/09 19:09:28 abs Exp $
+$NetBSD: distinfo,v 1.5 2003/11/07 11:06:17 abs Exp $
SHA1 (speedtouch-1.2-beta2.tar.bz2) = 7a09eaf3f462a735dc5cf261b7668b7582d86663
Size (speedtouch-1.2-beta2.tar.bz2) = 170497 bytes
SHA1 (speedmgmt.tar.gz) = 15314d3c53b1b4d3af92f247ac1ef8a825da1479
Size (speedmgmt.tar.gz) = 293547 bytes
+SHA1 (patch-aa) = 6c8524fc7f462055803d2cc4833c3aa7293b339b
diff --git a/net/speedtouch/patches/patch-aa b/net/speedtouch/patches/patch-aa
new file mode 100644
index 00000000000..71be17bb884
--- /dev/null
+++ b/net/speedtouch/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.4 2003/11/07 11:06:17 abs Exp $
+
+--- doc-bsd/Makefile.in.orig Fri Nov 7 01:56:49 2003
++++ doc-bsd/Makefile.in
+@@ -88,14 +88,14 @@ all :
+
+ install : install-man
+ @test -d $(datadir)/doc/speedtouch || $(INSTALL) -c -d $(datadir)/doc/speedtouch
+- @test -d $(prefix)/etc/rc.d || $(INSTALL) -c -d $(prefix)/etc/rc.d
+- $(INSTALL) -m 0744 -o $(installuser) adsl.sh.sample $(prefix)/etc/rc.d
++ @test -d $(datadir)/examples/speedtouch || $(INSTALL) -c -d $(datadir)/examples/speedtouch
++ $(INSTALL) -m 0744 -o $(installuser) adsl.sh.sample $(datadir)/examples/speedtouch/adsl.sh
++ $(INSTALL) -m 0444 -o $(installuser) ppp.conf.sample $(datadir)/examples/speedtouch/ppp.conf
+ $(INSTALL) -m 0444 -o $(installuser) INSTALL $(datadir)/doc/speedtouch
+ $(INSTALL) -m 0444 -o $(installuser) INSTALL-de $(datadir)/doc/speedtouch
+ $(INSTALL) -m 0444 -o $(installuser) INSTALL-fr $(datadir)/doc/speedtouch
+ $(INSTALL) -m 0444 -o $(installuser) INSTALL-it $(datadir)/doc/speedtouch
+ $(INSTALL) -m 0444 -o $(installuser) INSTALL-nl $(datadir)/doc/speedtouch
+- $(INSTALL) -m 0444 -o $(installuser) ppp.conf.sample $(datadir)/doc/speedtouch
+ $(INSTALL) -m 0444 -o $(installuser) FAQ $(datadir)/doc/speedtouch
+ $(INSTALL) -m 0444 -o $(installuser) FAQ-fr $(datadir)/doc/speedtouch
+