[Lunar-commits]
CVS: moonbase/net/howl BUILD, 1.1, 1.2 DETAILS, 1.3, 1.4
Steven Michalske
hardkrash at lunar-linux.org
Tue Mar 29 18:53:38 UTC 2005
Update of /var/cvs/lunar/moonbase/net/howl
In directory espresso.foo-projects.org:/tmp/cvs-serv6750
Modified Files:
BUILD DETAILS
Log Message:
bug fix bump and fix the build to not fail when the directory exists...
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/howl/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 6 Sep 2004 00:41:27 -0000 1.1
+++ BUILD 29 Mar 2005 18:53:35 -0000 1.2
@@ -1,6 +1,6 @@
(
default_build &&
ln -sf /usr/include/$MODULE /usr/include/$MODULE-$VERSION &&
- mkdir /etc/howl &&
+ mkdir -p /etc/howl &&
cp $SCRIPT_DIRECTORY/mDNSResponder.conf /etc/howl
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/howl/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 30 Nov 2004 03:32:44 -0000 1.3
+++ DETAILS 29 Mar 2005 18:53:36 -0000 1.4
@@ -1,12 +1,12 @@
MODULE=howl
- VERSION=0.9.8
+ VERSION=0.9.10
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.porchdogsoft.com/download/
- SOURCE_VFY=sha1:dd343b8d87de28f5627aa26b24234da557a9f064
+ SOURCE_VFY=sha1:40e9c0fbfa8239641be3afa47a31ae6c10af1127
WEB_SITE=http://www.porchdogsoft.com/products/howl
ENTERED=20040905
- UPDATED=20040905
- SHORT="Howl is a cross-platform implementation of Zeroconf networking."
+ UPDATED=20050329
+ SHORT="A cross-platform implementation of Zeroconf networking."
cat << EOF
Howl is a cross-platform implementation of Zeroconf networking.
Zeroconf brings a new ease of use to IP networking
More information about the Lunar-commits
mailing list