Date: Tue, 15 Sep 2009 03:00:37 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138819: Update port: net-p2p/opendchub to 0.7.16 Message-ID: <20090915030037.8d2f459e.tkato432@yahoo.com> Resent-Message-ID: <200909141810.n8EIA4dr096630@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138819 >Category: ports >Synopsis: Update port: net-p2p/opendchub to 0.7.16 >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: Mon Sep 14 18:10:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.2-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.7.16 Remove file: files/patch-telnet_chat_fix pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/net-p2p/opendchub/Makefile net-p2p/opendchub/Makefile --- /usr/ports/net-p2p/opendchub/Makefile 2009-08-22 16:25:51.000000000 +0900 +++ net-p2p/opendchub/Makefile 2009-09-05 22:13:55.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= opendchub -PORTVERSION= 0.7.15 +PORTVERSION= 0.7.16 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/Open%20DC%20Hub/${PORTVERSION} @@ -14,9 +14,16 @@ COMMENT= Unofficial Unix version of the Direct Connect Hub software USE_PERL5= yes +USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" + +PORTDOCS= README configfiles general scriptdoc +PLIST_FILES= bin/${PORTNAME} + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-install: .if !defined(NOPORTDOCS) diff -urN /usr/ports/net-p2p/opendchub/distinfo net-p2p/opendchub/distinfo --- /usr/ports/net-p2p/opendchub/distinfo 2006-08-23 01:47:29.000000000 +0900 +++ net-p2p/opendchub/distinfo 2009-09-05 16:57:48.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (opendchub-0.7.15.tar.gz) = 8f9ab5bb7f85730f4b1ce7cceb6aef96 -SHA256 (opendchub-0.7.15.tar.gz) = cae88a6d3faceb5da35e30399ba0613c85a437f3c85a5b02b954fc1161a965b1 -SIZE (opendchub-0.7.15.tar.gz) = 193507 +MD5 (opendchub-0.7.16.tar.gz) = 81231a770b5fe2cb9360d0c03f004ce7 +SHA256 (opendchub-0.7.16.tar.gz) = 009e0c87e37f2840d40f82edd46cbffed9f3c3ac057b0d0b6b9c254587fbb31b +SIZE (opendchub-0.7.16.tar.gz) = 234982 diff -urN /usr/ports/net-p2p/opendchub/files/patch-telnet_chat_fix net-p2p/opendchub/files/patch-telnet_chat_fix --- /usr/ports/net-p2p/opendchub/files/patch-telnet_chat_fix 2005-02-13 20:24:54.000000000 +0900 +++ net-p2p/opendchub/files/patch-telnet_chat_fix 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- src/main.c.orig Sun Feb 13 16:54:21 2005 -+++ src/main.c Sun Feb 13 16:55:31 2005 -@@ -1056,7 +1056,7 @@ - /* The chat command, starts with <nick> */ - else if(*temp == '<') - { -- if((user->type & (SCRIPT | UNKEYED | LINKED | NON_LOGGED)) == 0) -+ if((user->type & (SCRIPT | UNKEYED | LINKED | NON_LOGGED | NON_LOGGED_ADM)) == 0) - chat(temp, user); - } - diff -urN /usr/ports/net-p2p/opendchub/pkg-plist net-p2p/opendchub/pkg-plist --- /usr/ports/net-p2p/opendchub/pkg-plist 2004-01-01 20:17:17.000000000 +0900 +++ net-p2p/opendchub/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,6 +0,0 @@ -bin/opendchub -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/configfiles -%%PORTDOCS%%%%DOCSDIR%%/general -%%PORTDOCS%%%%DOCSDIR%%/scriptdoc -%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090915030037.8d2f459e.tkato432>