1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Update to version 0.6.6

PR:		ports/97597
Submitted by:	az
Approved by:	maintainer timeout
This commit is contained in:
Andrej Zverev 2006-06-11 18:12:02 +00:00
parent 181466b6a6
commit 8e8551dc70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165124
3 changed files with 4 additions and 17 deletions

View File

@ -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/

View File

@ -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

View File

@ -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;