Date: Sat, 21 Dec 2002 16:01:27 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46426: Update port: net/opendchub to 0.7.3 (fix ports/46303) Message-ID: <20021221160127.0955be32.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 46426 >Category: ports >Synopsis: Update port: net/opendchub to 0.7.3 (fix ports/46303) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.7.3 Following PRs shuold be superseded by this one: [2002/12/16] ports/46303 ports Update port: net/opendchub to 0.7.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/opendchub/Makefile net/opendchub/Makefile --- /usr/ports/net/opendchub/Makefile Mon Nov 11 19:00:42 2002 +++ net/opendchub/Makefile Fri Dec 20 22:32:45 2002 @@ -6,24 +6,21 @@ # PORTNAME= opendchub -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_PERL5= yes USE_GMAKE= yes - -DOC_FILES= COPYING README +GNU_CONFIGURE= yes post-install: -.ifndef(NOPORTDOCS) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff -urN /usr/ports/net/opendchub/distinfo net/opendchub/distinfo --- /usr/ports/net/opendchub/distinfo Mon Jun 17 06:38:55 2002 +++ net/opendchub/distinfo Sat Dec 21 04:38:27 2002 @@ -1 +1 @@ -MD5 (opendchub-0.6.6.tar.gz) = 18e566e069b985d0024e8658d80fb252 +MD5 (opendchub-0.7.3.tar.gz) = 56b07b1677427b07145a2b1639d05866 diff -urN /usr/ports/net/opendchub/pkg-plist net/opendchub/pkg-plist --- /usr/ports/net/opendchub/pkg-plist Mon Jun 10 02:59:48 2002 +++ net/opendchub/pkg-plist Sat Dec 14 08:56:07 2002 @@ -1,4 +1,3 @@ bin/opendchub -%%PORTDOCS%%share/doc/opendchub/COPYING %%PORTDOCS%%share/doc/opendchub/README %%PORTDOCS%%@dirrm share/doc/opendchub >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021221160127.0955be32.tkato>