aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/dcd
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2006-06-12 02:12:02 +0800
committeraz <az@FreeBSD.org>2006-06-12 02:12:02 +0800
commitf23fc7721a5542525df2ed8dad8bf1032c7e5e33 (patch)
tree01b96daf72bdb2bf6b95ffc47fe09dc75747b27e /net-p2p/dcd
parent65b417a86c18e4c84342bcb0e9f6b44c4c13aa8b (diff)
downloadfreebsd-ports-gnome-f23fc7721a5542525df2ed8dad8bf1032c7e5e33.tar.gz
freebsd-ports-gnome-f23fc7721a5542525df2ed8dad8bf1032c7e5e33.tar.zst
freebsd-ports-gnome-f23fc7721a5542525df2ed8dad8bf1032c7e5e33.zip
- Update to version 0.6.6
PR: ports/97597 Submitted by: az Approved by: maintainer timeout
Diffstat (limited to 'net-p2p/dcd')
-rw-r--r--net-p2p/dcd/Makefile2
-rw-r--r--net-p2p/dcd/distinfo6
-rw-r--r--net-p2p/dcd/files/patch-src-cmd.dc.h13
3 files changed, 4 insertions, 17 deletions
diff --git a/net-p2p/dcd/Makefile b/net-p2p/dcd/Makefile
index 0ae915978c2d..29cacf397f09 100644
--- a/net-p2p/dcd/Makefile
+++ b/net-p2p/dcd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dcd
-PORTVERSION= 0.6.5
+PORTVERSION= 0.6.6
CATEGORIES= net-p2p
MASTER_SITES= http://www.dc.ds.pg.gda.pl/download/sources/stable/
diff --git a/net-p2p/dcd/distinfo b/net-p2p/dcd/distinfo
index 973fc7561eec..0178c0fa3682 100644
--- a/net-p2p/dcd/distinfo
+++ b/net-p2p/dcd/distinfo
@@ -1,3 +1,3 @@
-MD5 (dcd-0.6.5.tar.bz2) = f73325ce84cfd31dc6ba7c1e885717bd
-SHA256 (dcd-0.6.5.tar.bz2) = 790bb42f6207c5535f892985f8667f2fae32c43f2ee4d1599cd8f5b05493aac9
-SIZE (dcd-0.6.5.tar.bz2) = 346353
+MD5 (dcd-0.6.6.tar.bz2) = 76e7a990cc38c7a848e97ef9bc953eaf
+SHA256 (dcd-0.6.6.tar.bz2) = 3963c107fc607a1982136093aeab58c3d4ab3b1b045f8fbc924281e5a851d16d
+SIZE (dcd-0.6.6.tar.bz2) = 347104
diff --git a/net-p2p/dcd/files/patch-src-cmd.dc.h b/net-p2p/dcd/files/patch-src-cmd.dc.h
deleted file mode 100644
index f49db6649d5d..000000000000
--- a/net-p2p/dcd/files/patch-src-cmd.dc.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/cmd.dc.h.orig Mon Mar 20 04:03:53 2006
-+++ src/cmd.dc.h Fri Apr 28 15:10:57 2006
-@@ -13,6 +13,10 @@
- #if !defined(__CMD_DC_H__)
- #define __CMD_DC_H__
-
-+#ifndef UINT64_C
-+#define UINT64_C(c) (c ## ULL)
-+#endif
-+
- typedef struct{
- userrec_t *usr;
- char *cmd;