diff options
author | Andrej Zverev <az@FreeBSD.org> | 2008-12-22 08:22:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2008-12-22 08:22:42 +0000 |
commit | 93bd655fc2ee50424d31eb2e036009e0d9080d9b (patch) | |
tree | b2fa4cf019351f2ac1917192e8e1222f1226d6cc /net-p2p/dcd | |
parent | 845936edc53611f04557d66b7b4973e3f5ab1e3c (diff) |
Update to version 1.1.0
Drop 5.x support.
Notes
Notes:
svn path=/head/; revision=224556
Diffstat (limited to 'net-p2p/dcd')
-rw-r--r-- | net-p2p/dcd/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/dcd/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/dcd/files/extra-src-net.h | 15 |
3 files changed, 4 insertions, 23 deletions
diff --git a/net-p2p/dcd/Makefile b/net-p2p/dcd/Makefile index 5b3713fdf1db..c6bffa04bd93 100644 --- a/net-p2p/dcd/Makefile +++ b/net-p2p/dcd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dcd -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= net-p2p MASTER_SITES= http://www.dc.ds.pg.gda.pl/download/sources/stable/ @@ -31,10 +31,6 @@ SUB_LIST= CONF_FILES="${CONF_FILES}" CONF_DIR="${PREFIX}/etc/dcd" .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600020 -EXTRA_PATCHES= ${PATCHDIR}/extra-src-net.h -.endif - post-patch: .for f in dcd dcd.console @${MV} ${WRKSRC}/doc/${f}.2 ${WRKSRC}/doc/${f}.8 diff --git a/net-p2p/dcd/distinfo b/net-p2p/dcd/distinfo index 36a094f2bd3b..6a30001da18b 100644 --- a/net-p2p/dcd/distinfo +++ b/net-p2p/dcd/distinfo @@ -1,3 +1,3 @@ -MD5 (dcd-1.0.1.tar.bz2) = fb3f772f25d3bbcdb5c31d66e04d8773 -SHA256 (dcd-1.0.1.tar.bz2) = ba7188d82f37a455a823f70a25cfbf11780da2f6279d445bfdd9656940f05d68 -SIZE (dcd-1.0.1.tar.bz2) = 354235 +MD5 (dcd-1.1.0.tar.bz2) = ab2c014c063f3adc14d19d3c5a96ac45 +SHA256 (dcd-1.1.0.tar.bz2) = 2e393cc6b75f24d5554d2620d9550e0ab1f7cb0791de4b145efafd1bad7df325 +SIZE (dcd-1.1.0.tar.bz2) = 362045 diff --git a/net-p2p/dcd/files/extra-src-net.h b/net-p2p/dcd/files/extra-src-net.h deleted file mode 100644 index ae45b9910aad..000000000000 --- a/net-p2p/dcd/files/extra-src-net.h +++ /dev/null @@ -1,15 +0,0 @@ ---- src/net.h.orig Wed Aug 30 22:09:02 2006 -+++ src/net.h Wed Apr 25 00:25:29 2007 -@@ -13,6 +13,12 @@ - #if !defined( __vXhz__NET_H__INCLUDED__ ) - #define __vXhz__NET_H__INCLUDED__ - -+// Prior 600020 where no MSG_NOSIGNAL, so we will use SO_NOSIGPIPE -+#if defined (__FreeBSD__) -+ #ifndef MSG_NOSIGNAL -+ #define MSG_NOSIGNAL SO_NOSIGPIPE -+ #endif -+#endif - - - void disttcp(userrec_t *usr, char *msg); |