Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2003 23:30:51 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48049: Update port: net/opendchub to 0.7.4
Message-ID:  <20030207233051.7bf30a5f.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         48049
>Category:       ports
>Synopsis:       Update port: net/opendchub to 0.7.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 07 06:40:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 0.7.4

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/opendchub/Makefile net/opendchub/Makefile
--- /usr/ports/net/opendchub/Makefile	Mon Jan  6 16:03:11 2003
+++ net/opendchub/Makefile	Fri Feb  7 21:30:02 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	opendchub
-PORTVERSION=	0.7.3
+PORTVERSION=	0.7.4
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,6 +16,11 @@
 USE_PERL5=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+
+post-patch:
+.for file in src/fileio.c src/main.c
+	@${PERL} -pi -e 's|#include <crypt.h>||g' ${WRKSRC}/${file}
+.endfor
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN /usr/ports/net/opendchub/distinfo net/opendchub/distinfo
--- /usr/ports/net/opendchub/distinfo	Mon Jan  6 16:03:11 2003
+++ net/opendchub/distinfo	Fri Feb  7 21:23:57 2003
@@ -1 +1 @@
-MD5 (opendchub-0.7.3.tar.gz) = 56b07b1677427b07145a2b1639d05866
+MD5 (opendchub-0.7.4.tar.gz) = d79d30daed85e884b2bef176ebd2c374
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030207233051.7bf30a5f.tkato>