asterisk-chan-sccp-b: bump to version 4.2r5540
authorJiri Slachta <slachta@cesnet.cz>
Sun, 29 Jun 2014 18:28:22 +0000 (20:28 +0200)
committerJiri Slachta <slachta@cesnet.cz>
Sun, 29 Jun 2014 18:28:22 +0000 (20:28 +0200)
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
net/asterisk-1.8.x-chan-sccp-b/Makefile
net/asterisk-11.x-chan-sccp-b/Makefile

index 87406a0cd17056bbe08c77870b6ade5d05519808..cad9f20e3ad0bb68242b007a87bb699a738b94b7 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=asterisk18-chan-sccp-b
-PKG_REV:=5393
-PKG_VERSION:=4.1r$(PKG_REV)
+PKG_REV:=5540
+PKG_VERSION:=v4.2r$(PKG_REV)
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/branches/V4.1
+PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/tags/openwrt
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=$(PKG_REV)
 PKG_SOURCE_PROTO:=svn
@@ -54,7 +54,7 @@ endef
 
 define Package/asterisk18-chan-sccp-b/install
        $(INSTALL_DIR) $(1)/etc/asterisk
-       $(CP)  ./files/sccp.openwrt.conf $(1)/etc/asterisk/sccp.conf
+       $(CP) ./files/sccp.openwrt.conf $(1)/etc/asterisk/sccp.conf
        $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_sccp.so $(1)/usr/lib/asterisk/modules/
 endef
index 975f37190f5e938f7880e8dd607240ec389e4309..cf44d28f62f7268f287b060bd404803379fa028d 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=asterisk11-chan-sccp-b
-PKG_REV:=5393
-PKG_VERSION:=4.1r$(PKG_REV)
+PKG_REV:=5540
+PKG_VERSION:=v4.2r$(PKG_REV)
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/branches/V4.1
+PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/tags/openwrt
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=$(PKG_REV)
 PKG_SOURCE_PROTO:=svn
@@ -54,7 +54,7 @@ endef
 
 define Package/asterisk11-chan-sccp-b/install
        $(INSTALL_DIR) $(1)/etc/asterisk
-       $(CP)  ./files/sccp.openwrt.conf $(1)/etc/asterisk/sccp.conf
+       $(CP) ./files/sccp.openwrt.conf $(1)/etc/asterisk/sccp.conf
        $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_sccp.so $(1)/usr/lib/asterisk/modules/
 endef