aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/korelib/Makefile2
-rw-r--r--devel/korelib/distinfo2
-rw-r--r--devel/korelib/files/patch-hash_map27
-rw-r--r--devel/korelib/pkg-descr2
4 files changed, 3 insertions, 30 deletions
diff --git a/devel/korelib/Makefile b/devel/korelib/Makefile
index 999aa3b36c20..99d109b0cd3a 100644
--- a/devel/korelib/Makefile
+++ b/devel/korelib/Makefile
@@ -8,7 +8,7 @@
PORTNAME= korelib
PORTVERSION= 1.0
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.rygannon.com/pub/Korelib/
+MASTER_SITES= http://www.smga3000.com/thekompany/Korelib/
MAINTAINER= ports@FreeBSD.org
diff --git a/devel/korelib/distinfo b/devel/korelib/distinfo
index 92abaed44215..6d077598293d 100644
--- a/devel/korelib/distinfo
+++ b/devel/korelib/distinfo
@@ -1 +1 @@
-MD5 (korelib-1.0.tar.gz) = 0d94b67238d2f7c492af23fb35b34975
+MD5 (korelib-1.0.tar.gz) = ee220ca3cf6efddf0427ff6a3a5cad36
diff --git a/devel/korelib/files/patch-hash_map b/devel/korelib/files/patch-hash_map
deleted file mode 100644
index 5a4ca72bc384..000000000000
--- a/devel/korelib/files/patch-hash_map
+++ /dev/null
@@ -1,27 +0,0 @@
---- include/kore/metainfo.h Mon May 20 10:26:01 2002
-+++ include/kore/metainfo.h Wed Jul 24 19:24:03 2002
-@@ -9,3 +9,9 @@
- #else
--#include <hash_map>
-+# if defined(__GNUC__) && __GNUC__ > 2
-+# include <ext/hash_map>
-+# include <ext/stl_hash_fun.h>
-+ using namespace __gnu_cxx;
-+# else
-+# include <hash_map>
-+# endif
- #endif
---- kore/metainfo.cpp Mon May 20 10:26:01 2002
-+++ kore/metainfo.cpp Wed Jul 24 19:25:25 2002
-@@ -2,4 +2,3 @@
- #include <vector>
--#include <iostream.h>
--#include <hash_map>
-+#include <iostream>
- using namespace kore;
---- kore/componenttrader.cpp Mon May 20 10:26:01 2002
-+++ kore/componenttrader.cpp Wed Jul 24 19:26:48 2002
-@@ -7,3 +7,2 @@
- //#ifdef _WIN32
--#include <hash_map>
- #include <vector>
diff --git a/devel/korelib/pkg-descr b/devel/korelib/pkg-descr
index 24e2e16c6263..d504825e1300 100644
--- a/devel/korelib/pkg-descr
+++ b/devel/korelib/pkg-descr
@@ -1,3 +1,3 @@
Korelib is a cross-platform C++ library for developing modular applications.
-WWW: http://www.thekompany.com/projects/korelib/index.php3?dhtml_ok=0
+WWW: http://www.thekompany.com/projects/korelib/index.php3