diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile index 6eeca19503..7d94a99f37 100644 --- a/net/udpxy/Makefile +++ b/net/udpxy/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=udpxy PKG_SOURCE_VERSION:=c045a1e855a8033c5d70ab3e42271ba5636eb520 -PKG_VERSION:=2014-10-27-$(PKG_SOURCE_VERSION) -PKG_RELEASE:=2 +PKG_VERSION:=2015-03-08-$(PKG_SOURCE_VERSION) +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/pcherenkov/udpxy.git diff --git a/net/udpxy/patches/0001-fix-build-on-Mac-OS-X.patch b/net/udpxy/patches/0001-fix-build-on-Mac-OS-X.patch index 594206ca10..24f62e7e90 100644 --- a/net/udpxy/patches/0001-fix-build-on-Mac-OS-X.patch +++ b/net/udpxy/patches/0001-fix-build-on-Mac-OS-X.patch @@ -11,8 +11,6 @@ Signed-off-by: Álvaro Fernández Rojas chipmunk/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -diff --git a/chipmunk/Makefile b/chipmunk/Makefile -index e402128..fd41dbe 100644 --- a/chipmunk/Makefile +++ b/chipmunk/Makefile @@ -32,10 +32,13 @@ DEBUG_ON := -g @@ -30,6 +28,3 @@ index e402128..fd41dbe 100644 BUILDFILE = BUILD BUILDNO := `cat $(BUILDFILE)` --- -2.3.1 -