From 27e022d9ce34df4405b104048e48ea01dfb6610b Mon Sep 17 00:00:00 2001 From: jogo Date: Tue, 28 May 2013 19:04:25 +0000 Subject: [PATCH] AA: asterisk-chan-sccp-b: fix PKG_SOURCE_URL, URL, maintainer and dependency This patch fixes asterisk-chan-sccp-b dependency that breaks asterisk18 menu in openwrt menuconfig, fixes SVN repo URL (HTTP 404 error), project URL (also HTTP error 404) and removes package maintainer variable. Signed-off-by: Jiri Slachta git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_12.09@36750 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/asterisk-chan-sccp-b/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/net/asterisk-chan-sccp-b/Makefile b/net/asterisk-chan-sccp-b/Makefile index 1c48b48..8201519 100644 --- a/net/asterisk-chan-sccp-b/Makefile +++ b/net/asterisk-chan-sccp-b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenWrt.org +# Copyright (C) 2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,10 +10,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk18-chan-sccp-b PKG_REV=3004 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://chan-sccp-b.svn.sourceforge.net/svnroot/chan-sccp-b/trunk +PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/trunk PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=svn @@ -25,9 +25,8 @@ define Package/asterisk18-chan-sccp-b SECTION:=net CATEGORY:=Network TITLE:=SCCP channel provider for asterisk - URL:=http://chan-sccp-b.net.sourceforge.net/ - MAINTAINER:=Hans Zandbelt - DEPENDS:=+asterisk18 +libltdl + URL:=http://chan-sccp-b.sourceforge.net/ + DEPENDS:= asterisk18 +libltdl endef define Package/asterisk18-chan-sccp-b/description -- 2.11.0