aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libcapsinetwork
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2004-01-30 22:20:56 +0800
committerpetef <petef@FreeBSD.org>2004-01-30 22:20:56 +0800
commit936ae64ffe110dc0d9e47316900c0d397f675b59 (patch)
tree56ecaf49543814c99bc68963ca0e2b213fed852f /devel/libcapsinetwork
parentbcf0673de8303b986777c04d4096f424536e74e2 (diff)
downloadfreebsd-ports-gnome-936ae64ffe110dc0d9e47316900c0d397f675b59.tar.gz
freebsd-ports-gnome-936ae64ffe110dc0d9e47316900c0d397f675b59.tar.zst
freebsd-ports-gnome-936ae64ffe110dc0d9e47316900c0d397f675b59.zip
- update to 0.2.5
- project has a new home Submitted by: Rob Kaper <cap@capsi.com>
Diffstat (limited to 'devel/libcapsinetwork')
-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