[Lunar-commits] <moonbase> uriparser: version bump and has a now has a depends.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Wed Jun 10 20:10:55 CEST 2009
commit 77aadb61273ca6b2faae4225d081650ad28ea4a5
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Wed Jun 10 14:10:55 2009 -0400
uriparser: version bump and has a now has a depends.
---
web/uriparser/BUILD | 7 +++++++
web/uriparser/DEPENDS | 1 +
web/uriparser/DETAILS | 6 +++---
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/web/uriparser/BUILD b/web/uriparser/BUILD
new file mode 100644
index 0000000..5d8597c
--- /dev/null
+++ b/web/uriparser/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS="--disable-doc"
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/web/uriparser/DEPENDS b/web/uriparser/DEPENDS
new file mode 100644
index 0000000..6471d07
--- /dev/null
+++ b/web/uriparser/DEPENDS
@@ -0,0 +1 @@
+depends cpptest
diff --git a/web/uriparser/DETAILS b/web/uriparser/DETAILS
index 44d7f6f..a6501c4 100644
--- a/web/uriparser/DETAILS
+++ b/web/uriparser/DETAILS
@@ -1,11 +1,11 @@
MODULE=uriparser
- VERSION=0.7.2
+ VERSION=0.7.5
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:a08dd236c87abf50a416fd450323e3a0a32d7245
+ SOURCE_VFY=sha1:146b138b0c0022bc2234c1269e6bf44a57ec026c
WEB_SITE=http://uriparser.sourceforge.net/
ENTERED=20071106
- UPDATED=20080901
+ UPDATED=20090610
SHORT="RFC 3986 compliant URI parsing library"
cat << EOF
uriparser is a strictly RFC 3986 compliant URI parsing library.
More information about the Lunar-commits
mailing list