aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2006-06-11 18:12:02 +0000
committerAndrej Zverev <az@FreeBSD.org>2006-06-11 18:12:02 +0000
commit8e8551dc70d4a85156c0e7fa1c09a2fffad101aa (patch)
tree3b8e4e7e3ad1130047ea86b419395344396971dc /net-p2p
parent181466b6a6d95dab3451b84ab8409bcefc4ad741 (diff)
downloadports-8e8551dc70d4a85156c0e7fa1c09a2fffad101aa.tar.gz
ports-8e8551dc70d4a85156c0e7fa1c09a2fffad101aa.zip
Notes
Diffstat (limited to 'net-p2p')
-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;