From 4cbc64e13a56f83ff56314f54e65f394757cb0f7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Jun 2011 09:07:23 +0000 Subject: [PATCH] freeswitch: its 2011, not 2010 - revert PKG_REV change SVN-Revision: 27177 --- net/freeswitch/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 967cb6991..6c5da916e 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2010 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,11 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freeswitch PKG_VERSION:=1.0.7 +PKG_REV:=079f48458e024a87c4ce6336a6f88d50a18d4f25 +PKG_RELEASE:=$(PKG_REV) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://git.$(PKG_NAME).org/$(PKG_NAME).git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=079f48458e024a87c4ce6336a6f88d50a18d4f25 +PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -- 2.30.2