diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-30 05:25:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-30 05:25:17 +0800 |
commit | f3e7430d0285d0964acc3c0bdd700667d5268d32 (patch) | |
tree | 6954944330383c80e63f2f02e9626ea365ca6eb2 | |
parent | 7a7d2aa29fccaff83b64e5e2682a1cd1c8697de6 (diff) | |
download | freebsd-ports-gnome-f3e7430d0285d0964acc3c0bdd700667d5268d32.tar.gz freebsd-ports-gnome-f3e7430d0285d0964acc3c0bdd700667d5268d32.tar.zst freebsd-ports-gnome-f3e7430d0285d0964acc3c0bdd700667d5268d32.zip |
- Update to 0.3.10
- Update pkg-descr to point to the new homepage [1]
- Some small tidy-ups to the port [1]
PR: 114118 [1]
Submitted by: Shane Bell <decept0@gmail.com> [1]
-rw-r--r-- | net-p2p/dclib/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/dclib/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/dclib/pkg-descr | 6 | ||||
-rw-r--r-- | net-p2p/dclib/pkg-plist | 7 |
4 files changed, 15 insertions, 12 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index 85e19c4ecbb3..555380596e9e 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -7,13 +7,13 @@ # PORTNAME= dclib -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.10 CATEGORIES= net-p2p -MASTER_SITES= http://download.berlios.de/dcgui/ \ - http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ +MASTER_SITES= SF +MASTER_SITE_SUBDIR= wxdcgui MAINTAINER= ports@FreeBSD.org -COMMENT= Direct connect interface library for dcgui +COMMENT= Direct connect interface library for valknut LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ xml2.5:${PORTSDIR}/textproc/libxml2 diff --git a/net-p2p/dclib/distinfo b/net-p2p/dclib/distinfo index c9802fabd01e..1497d64d50ae 100644 --- a/net-p2p/dclib/distinfo +++ b/net-p2p/dclib/distinfo @@ -1,3 +1,3 @@ -MD5 (dclib-0.3.7.tar.bz2) = d35833414534bcac8ce2c8a62ce903a4 -SHA256 (dclib-0.3.7.tar.bz2) = cc657130d96050926af957617c4ba95729c9eedb269596c56e417f0c4bfd4d0a -SIZE (dclib-0.3.7.tar.bz2) = 543586 +MD5 (dclib-0.3.10.tar.bz2) = 9b73b1dae2d7767452fca11a3ca61333 +SHA256 (dclib-0.3.10.tar.bz2) = 9289c7a3138f16810ffde824dd2c1c64b0874d4ad4822a77c9868820d55c6be4 +SIZE (dclib-0.3.10.tar.bz2) = 654284 diff --git a/net-p2p/dclib/pkg-descr b/net-p2p/dclib/pkg-descr index 33cfc98d6951..5d2f877df8e2 100644 --- a/net-p2p/dclib/pkg-descr +++ b/net-p2p/dclib/pkg-descr @@ -1,4 +1,4 @@ -This is a library for the Direct Connect system. It is used by the -dcgui (net/dcgui) port. +This is a library for the Direct Connect system. It is used by +valknut. -WWW: http://dcgui.berlios.de/ +WWW: http://wxdcgui.sourceforge.net/ diff --git a/net-p2p/dclib/pkg-plist b/net-p2p/dclib/pkg-plist index bb4fba789181..39649ee89355 100644 --- a/net-p2p/dclib/pkg-plist +++ b/net-p2p/dclib/pkg-plist @@ -52,8 +52,11 @@ include/dclib/cutils.h include/dclib/dclib.h include/dclib/dcobject.h include/dclib/dcos.h -include/dclib/hash/tiger.h -include/dclib/hash/tigertree.h +include/dclib/hash/Encoder.h +include/dclib/hash/HashValue.h +include/dclib/hash/MerkleTree.h +include/dclib/hash/TigerHash.h +include/dclib/hash/compat.h lib/libdc.a lib/libdc.la lib/libdc.so |