update URLs for smtptrapd
authorAndy Boyett <agb@openwrt.org>
Wed, 30 Jul 2008 16:37:23 +0000 (16:37 +0000)
committerAndy Boyett <agb@openwrt.org>
Wed, 30 Jul 2008 16:37:23 +0000 (16:37 +0000)
The project has moved to SourceForge, the patch updates both site and download URLs.

Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name>
SVN-Revision: 12014

net/smtptrapd/Makefile

index 3665d84df4c612dad6d255859dd9a9cc89827747..626ba825540a61be736a621a60036df729da86fd 100644 (file)
@@ -12,7 +12,7 @@ PKG_VERSION:=1.5
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://smtptrapd.inodes.org
+PKG_SOURCE_URL:=@SF/$(PKG_NAME)
 PKG_MD5SUM:=edc5f2f3ea9f9bdd9e0f479a58903bf1
 
 include $(INCLUDE_DIR)/package.mk
@@ -22,7 +22,7 @@ define Package/smtptrapd
   CATEGORY:=Network
   DEPENDS:=+libpthread
   TITLE:=SMTP Trap Daemon
-  URL:=http://smtptrapd.inodes.org/
+  URL:=http://smtptrapd.sourceforge.net/
 endef
 
 define Package/smtptrapd/description