From ffe96f0b1dbaa7fe7624df09ed6061e4659ddc27 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Thu, 10 Jul 2008 03:15:08 +0000 Subject: [PATCH] Always build the latest revision. From the n2n makefile in their svn repo. SVN-Revision: 11761 --- net/n2n/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/n2n/Makefile b/net/n2n/Makefile index a1172b9ef8..89b98f7687 100644 --- a/net/n2n/Makefile +++ b/net/n2n/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_BRANCH:=trunk PKG_SOURCE_URL:=https://svn.ntop.org/svn/ntop/trunk/n2n -PKG_REV:=3561 +PKG_REV:=$(shell LC_ALL=C svn info ${PKG_SOURCE_URL} | sed -ne's/^Last Changed Rev: //p') PKG_NAME:=n2n PKG_VERSION:=$(PKG_REV) -- 2.30.2