ports/138819: Update port: net-p2p/opendchub to 0.7.16

KATO Tsuguru tkato432 at yahoo.com
Mon Sep 14 18:10:05 UTC 2009


>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:



More information about the freebsd-ports-bugs mailing list