pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/speedtouch Update speedtouch to 1.2-beta2nb1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f6bd365f69b
branches:  trunk
changeset: 463341:9f6bd365f69b
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Nov 07 11:06:17 2003 +0000

description:
Update speedtouch to 1.2-beta2nb1:
        Fix install of example files after upgrade to 1.2-beta2

diffstat:

 net/speedtouch/Makefile         |   3 ++-
 net/speedtouch/PLIST            |   3 ++-
 net/speedtouch/distinfo         |   3 ++-
 net/speedtouch/patches/patch-aa |  22 ++++++++++++++++++++++
 4 files changed, 28 insertions(+), 3 deletions(-)

diffs (68 lines):

diff -r cf3cdc98fbff -r 9f6bd365f69b net/speedtouch/Makefile
--- a/net/speedtouch/Makefile   Fri Nov 07 09:55:27 2003 +0000
+++ b/net/speedtouch/Makefile   Fri Nov 07 11:06:17 2003 +0000
@@ -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 -r cf3cdc98fbff -r 9f6bd365f69b net/speedtouch/PLIST
--- a/net/speedtouch/PLIST      Fri Nov 07 09:55:27 2003 +0000
+++ b/net/speedtouch/PLIST      Fri Nov 07 11:06:17 2003 +0000
@@ -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-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 -r cf3cdc98fbff -r 9f6bd365f69b net/speedtouch/distinfo
--- a/net/speedtouch/distinfo   Fri Nov 07 09:55:27 2003 +0000
+++ b/net/speedtouch/distinfo   Fri Nov 07 11:06:17 2003 +0000
@@ -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 -r cf3cdc98fbff -r 9f6bd365f69b net/speedtouch/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/speedtouch/patches/patch-aa   Fri Nov 07 11:06:17 2003 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index