summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libcapsinetwork/Makefile5
-rw-r--r--devel/libcapsinetwork/distinfo2
-rw-r--r--devel/libcapsinetwork/pkg-descr2
3 files changed, 4 insertions, 5 deletions
diff --git a/devel/libcapsinetwork/Makefile b/devel/libcapsinetwork/Makefile
index 32c5998ff9bb..7723212421ac 100644
--- a/devel/libcapsinetwork/Makefile
+++ b/devel/libcapsinetwork/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= libcapsinetwork
-PORTVERSION= 0.2.4
+PORTVERSION= 0.2.5
CATEGORIES= devel net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://unixcode.org/downloads/libcapsinetwork/
MAINTAINER= petef@FreeBSD.org
COMMENT= Network library aimed at easy development of C++ server daemons
diff --git a/devel/libcapsinetwork/distinfo b/devel/libcapsinetwork/distinfo
index aa22349e354b..f38a7f7ca1c1 100644
--- a/devel/libcapsinetwork/distinfo
+++ b/devel/libcapsinetwork/distinfo
@@ -1 +1 @@
-MD5 (libcapsinetwork-0.2.4.tar.gz) = 2f0e29c3129952216649cdff7a0d2b35
+MD5 (libcapsinetwork-0.2.5.tar.gz) = f5bad47a148ed9280699883b1e23a016
diff --git a/devel/libcapsinetwork/pkg-descr b/devel/libcapsinetwork/pkg-descr
index 8e212b425945..8e77acdd2904 100644
--- a/devel/libcapsinetwork/pkg-descr
+++ b/devel/libcapsinetwork/pkg-descr
@@ -3,7 +3,7 @@ at easy development of server daemons. Implementing the library is
as easy as adding a few lines to your code and writing one function
that handles input events.
-WWW: http://sourceforge.net/projects/libcapsinetwork/
+WWW: http://unixcode.org/libcapsinetwork/
- Pete
petef@FreeBSD.org