diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-09 07:02:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-09 07:02:18 +0000 |
commit | 136aefccf0aace0d6c0e9cef7b3be4e23bd7d4e1 (patch) | |
tree | c92778ea817ca8f904122cbec242226fbc917938 /net-p2p | |
parent | 5aedfbd6ccf85754ec52f53b9c186456e2832ed0 (diff) | |
download | ports-136aefccf0aace0d6c0e9cef7b3be4e23bd7d4e1.tar.gz ports-136aefccf0aace0d6c0e9cef7b3be4e23bd7d4e1.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/opendchub/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/opendchub/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index 282cf8ae137d..f56ac477d3f7 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opendchub -PORTVERSION= 0.7.9 +PORTVERSION= 0.7.12 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,9 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: -.for file in src/fileio.c src/main.c - @${PERL} -pi -e 's|#include <crypt.h>||g' ${WRKSRC}/${file} -.endfor + @${PERL} -pi -e 's|crypt\.h||g ; \ + s|malloc\.h||g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/net-p2p/opendchub/distinfo b/net-p2p/opendchub/distinfo index 047cbff76d0a..ce87568b02d9 100644 --- a/net-p2p/opendchub/distinfo +++ b/net-p2p/opendchub/distinfo @@ -1 +1 @@ -MD5 (opendchub-0.7.9.tar.gz) = 828f7aa5c61623b7f8e86366ddd92120 +MD5 (opendchub-0.7.12.tar.gz) = 40adff72b70ccf9cce3d6d6b744ac845 |