[Lunar-commits] <moonbase> wvdial: Version bump.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Feb 18 19:00:30 CET 2010
commit fb094becdb41e5214f4898c6d5d780876a835d70
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Feb 18 13:00:30 2010 -0500
wvdial: Version bump.
---
net/wvdial/BUILD | 8 +++++---
net/wvdial/DETAILS | 10 +++++-----
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/net/wvdial/BUILD b/net/wvdial/BUILD
index fbf40c5..c020788 100644
--- a/net/wvdial/BUILD
+++ b/net/wvdial/BUILD
@@ -1,8 +1,10 @@
(
- sedit 's/\/usr\/local/\/usr/g' Makefile &&
- default_make &&
- strip /usr/bin/wvdial &&
+ sedit "s:prefix=/usr/local:prefix=/usr:g" config.defaults.mk &&
+
+ ./configure &&
+ default_make &&
+ strip /usr/bin/wvdial &&
strip /usr/bin/wvdialconf
) > $C_FIFO 2>&1
diff --git a/net/wvdial/DETAILS b/net/wvdial/DETAILS
index 0ab3315..c940747 100644
--- a/net/wvdial/DETAILS
+++ b/net/wvdial/DETAILS
@@ -1,13 +1,13 @@
MODULE=wvdial
- VERSION=1.60
+ VERSION=1.61
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://alumnit.ca/download/
- SOURCE_VFY=sha1:d44914065258d316cff28494d4409cd27a07cfa6
+ SOURCE_URL=http://wvstreams.googlecode.com/files/
+ SOURCE_VFY=sha1:2878cae3aaf067989eebc7313ccd2cec59893345
WEB_SITE="http://alumnit.ca/wiki/index.php?page=WvDial"
ENTERED=20020425
- UPDATED=20070917
+ UPDATED=20100217
SHORT="An automated dialer"
-
+PSAFE=no
cat << EOF
WvDial is a program that makes it easy to connect your Linux
workstation to the Internet. It will automatically detect your
More information about the Lunar-commits
mailing list