Waldemar Brodkorb 2 лет назад
Родитель
Сommit
2d1a2198b4
3 измененных файлов с 5 добавлено и 29 удалено
  1. 5 5
      package/heyu/Makefile
  2. 0 12
      package/heyu/patches/patch-tty_c
  3. 0 12
      package/heyu/patches/patch-x10state_c

+ 5 - 5
package/heyu/Makefile

@@ -4,18 +4,18 @@
 include ${ADK_TOPDIR}/rules.mk
 include ${ADK_TOPDIR}/rules.mk
 
 
 PKG_NAME:=		heyu
 PKG_NAME:=		heyu
-PKG_VERSION:=		2.6.0
+PKG_VERSION:=		2.10.3
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_HASH:=		1284e793520d2e152d9d7032f6727e72fbaaf7c4f4eaf9abea2b85eed090b0d2
+PKG_HASH:=		0c3435ea9cd57cd78c29047b9c961f4bfbec39f42055c9949acd10dd9853b628
 PKG_DESCR:=		x10 home automation control utility
 PKG_DESCR:=		x10 home automation control utility
 PKG_SECTION:=		sys/serial
 PKG_SECTION:=		sys/serial
 PKG_DEPENDS:=		setserial
 PKG_DEPENDS:=		setserial
-PKG_URL:=		http://heyu.tanj.com/
-PKG_SITES:=		http://heyu.tanj.com/download/
+PKG_URL:=		https://heyu.org/
+PKG_SITES:=		https://github.com/HeyuX10Automation/heyu/archive/refs/tags/
 
 
 PKG_LIBC_DEPENDS:=	uclibc-ng glibc
 PKG_LIBC_DEPENDS:=	uclibc-ng glibc
 
 
-DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tgz
+DISTFILES:=		v${PKG_VERSION}.tar.gz
 
 
 include ${ADK_TOPDIR}/mk/package.mk
 include ${ADK_TOPDIR}/mk/package.mk
 
 

+ 0 - 12
package/heyu/patches/patch-tty_c

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heyu-2.6.0.orig/tty.c	2009-01-19 03:57:00.000000000 +0100
-+++ heyu-2.6.0/tty.c	2009-05-29 14:08:06.087764489 +0200
-@@ -395,7 +395,7 @@ char *make_lock_name ( char *ttydev )
-     struct stat stat_buf;
- 
-     /* strip the leading path name */
--    ptr = rindex(ttydev, '/');
-+    ptr = strrchr(ttydev, '/');
- 
-     devstr = dev_string;
-     

+ 0 - 12
package/heyu/patches/patch-x10state_c

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heyu-2.6.0.orig/x10state.c	2009-04-21 00:45:51.000000000 +0200
-+++ heyu-2.6.0/x10state.c	2009-05-29 14:17:51.812378291 +0200
-@@ -5601,7 +5601,7 @@ char **create_noenv_environment ( LAUNCH
- 
- //   launcherp = configp->launcherp;
- 
--   if ( daemon == D_RELAY || (index >= 0 && launcherp && launcherp->type == L_POWERFAIL) )
-+   if ( daemon == D_RELAY || (launcherp && launcherp->type == L_POWERFAIL) )
-       putenv("HEYU_PARENT=RELAY");    
-    else
-       putenv("HEYU_PARENT=ENGINE");