On 04.01.2014 13:13, Daniel Wiegert wrote:
> 
> Hello guys
> 
> I'm new here, I hope I'm doing right, herd you guys can bite kind of hard! ;)
> 
> 
> The active version of fowsr in openwrt feeds is 1.0 and is kind of buggy.
> There are a newer version available on fowsr svn: (openwrt makefile)
> http://code.google.com/p/fowsr/source/browse/trunk/openwrt/Makefile
> 
> Checked and works fine in latest trunk.
> 
> //Daniel
> 
There are submission guidelines:
https://dev.openwrt.org/wiki/SubmittingPatches

the following trivial patch should apply

- update version, md5
- update source url
- fix grammar

Reported-by: Daniel Wiegert <dan...@thewiegerts.com> 
Signed-off-by: Dirk Neukirchen <dirkneukirc...@web.de>
---
 utils/fowsr/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/utils/fowsr/Makefile b/utils/fowsr/Makefile
index cda239b..2bf4d01 100644
--- a/utils/fowsr/Makefile
+++ b/utils/fowsr/Makefile
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2010-2012 OpenWrt.org
+# Copyright (C) 2010-2013 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=fowsr
-PKG_VERSION:=1.0-20110904
+PKG_VERSION:=2.0-131015
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://fowsr.googlecode.com/files
-PKG_MD5SUM:=3dbe93a59d85bf89f9c1d20d54f5e983
+PKG_SOURCE_URL:=http://fowsr.googlecode.com/svn/tags/Releases/
+PKG_MD5SUM:=7f78e8d2b1a162a99e684cab49a210a0
 
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.0
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).src
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -30,7 +30,7 @@ endef
 define Package/fowsr/description
   fowsr is a USB Data Collector application for WH1080 compatible
   weather stations.
-  Output formats includes XML, Wunderground.com and pywws.
+  Output formats include XML, Wunderground.com and pywws.
 endef
 
 define Package/fowsr/install
-- 
1.8.5.2


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to