diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-09 15:02:18 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-09 15:02:18 +0800 |
commit | 59a295474fde91440209159412151c715f657d72 (patch) | |
tree | ccc603ea0e6812ab97cc5da1039076948d2d13ba /net-p2p/opendchub | |
parent | 8c935b166391c3cc471ab5f32214af05a2fd0e42 (diff) | |
download | freebsd-ports-gnome-59a295474fde91440209159412151c715f657d72.tar.gz freebsd-ports-gnome-59a295474fde91440209159412151c715f657d72.tar.zst freebsd-ports-gnome-59a295474fde91440209159412151c715f657d72.zip |
upgrade to 0.7.12
PR: 51973
Submitted by: Ports Fury
Diffstat (limited to 'net-p2p/opendchub')
-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 |