From mraleks@bk.ru  Tue Feb 28 11:02:15 2006
Return-Path: <mraleks@bk.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B5D9216A422
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Feb 2006 11:02:15 +0000 (GMT)
	(envelope-from mraleks@bk.ru)
Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 927FC43D80
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Feb 2006 11:01:52 +0000 (GMT)
	(envelope-from mraleks@bk.ru)
Received: from [62.213.36.34] (port=20851 helo=localhost)
	by mx2.mail.ru with esmtp 
	id 1FE2c1-0002Yy-00
	for FreeBSD-gnats-submit@freebsd.org; Tue, 28 Feb 2006 14:01:49 +0300
Message-Id: <20060228110148.GA81243@aleks.vzletka.net>
Date: Tue, 28 Feb 2006 18:01:48 +0700
From: "Aleksandr S. Goncharov" <mraleks@bk.ru>
Reply-To: "Aleksandr S. Goncharov" <mraleks@bk.ru>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port net-p2p/dcd
X-Send-Pr-Version: 3.113

>Number:         93937
>Category:       ports
>Synopsis:       Update port: net-p2p/dcd
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 28 11:10:11 GMT 2006
>Closed-Date:    Tue Feb 28 11:36:58 GMT 2006
>Last-Modified:  Tue Feb 28 11:36:58 GMT 2006
>Originator:     Aleksandr S. Goncharov
>Release:        FreeBSD 6.0-RELEASE-p2 i386
>Organization:
<organization of PR author (multiple lines)>                                                                                                 
>Environment:
System: FreeBSD aleks.vzletka.net 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #4: Fri Jan 13 05:00:36 KRAT 2006 root@aleks.vzletka.net:/usr/obj/usr/src/sys/aleks_k


>Description:
        Update port: net-p2p/dcd
>How-To-Repeat:
diff -ruN ./dcd-old/Makefile ./dcd/Makefile
--- ./dcd-old/Makefile  Sun Feb 26 17:32:34 2006
+++ ./dcd/Makefile      Tue Feb 28 00:58:06 2006
@@ -2,20 +2,19 @@
 # Date created:                                14 May 2005                                                                                                  
 # Whom:                                        Aleksandr S. Goncharov <mraleks@bk.ru>                                                                       
 #                                                                                                                                                           
-# $FreeBSD: ports/net-p2p/dcd/Makefile,v 1.5 2006/02/23 10:38:37 ade Exp $
+# $FreeBSD$
 #                                                                                                                                                           

 PORTNAME=      dcd
-PORTVERSION=   0.5.9
-CATEGORIES=    net-p2p
+PORTVERSION=   0.6.1
+CATEGORIES=    net
 MASTER_SITES=  http://www.dc.ds.pg.gda.pl/download/sources/stable/

 MAINTAINER=    mraleks@bk.ru
 COMMENT=       Direct Connect Hub clone for Unix

 USE_BZIP2=     yes
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
+USE_AUTOTOOLS= libtool:15

 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"

@@ -31,7 +30,7 @@
 .include <bsd.port.pre.mk>

 .if ${OSVERSION} < 500000
-BROKEN=                "Does not compile"
+IGNORE=                fails to work on versions of FreeBSD before 5.0
 .endif

 post-patch:
diff -ruN ./dcd-old/distinfo ./dcd/distinfo
--- ./dcd-old/distinfo  Wed Nov 30 18:00:13 2005
+++ ./dcd/distinfo      Tue Feb 28 00:32:31 2006
@@ -1,3 +1,3 @@
-MD5 (dcd-0.5.9.tar.bz2) = 0a46f116137459507bae588a818b0be3
-SHA256 (dcd-0.5.9.tar.bz2) = ad22b767a1faaaa585839cddc5ee0f2ca9ad471b7b3f4aab556e84ca9283c17f
-SIZE (dcd-0.5.9.tar.bz2) = 340164
+MD5 (dcd-0.6.1.tar.bz2) = 35cc5d427004a3aa5ff46427f3b59a6a
+SHA256 (dcd-0.6.1.tar.bz2) = 3d81ff3ce854c8212bff9558197935914a48ae4b97c75c4118e92f1aef15f96b
+SIZE (dcd-0.6.1.tar.bz2) = 341730
diff -ruN ./dcd-old/pkg-descr ./dcd/pkg-descr
--- ./dcd-old/pkg-descr Fri May 20 11:09:58 2005
+++ ./dcd/pkg-descr     Thu Jan  5 01:49:22 2006
@@ -1,16 +1,17 @@
 DConnect Daemon is a Direct Connect Hub clone for Unix. It allows people to
 share their resources, i.e.: programs, graphics, other files...

-Features:
+Features
+--------

-    * fast, pure C implementation
-    * libwrap support (hosts.allow, hosts.deny)
-    * low per-user memory consumption
-    * uses threads (no forking)
-    * nick pattern matching
-    * simple administration through telnet console
+* fast, pure C implementation
+* libwrap support (hosts.allow, hosts.deny)
+* low memory per user consumption
+* uses threads (no forking)
+* nick pattern matching
+* simple administration throught telnet console

-WWW: http://www.dc.ds.pg.gda.pl/
+WWW: http://www.dc.ds.pg.gda.pl/

 - Aleksandr S. Goncharov
 mraleks@bk.ru
diff -ruN ./dcd-old/pkg-plist ./dcd/pkg-plist
--- ./dcd-old/pkg-plist Sun Jan 22 09:45:49 2006
+++ ./dcd/pkg-plist     Thu Dec  1 21:11:58 2005
@@ -12,6 +12,6 @@
 etc/dcd/nicks.allow.default
 @exec install -d -m 751 -o daemon -g daemon /var/log/dcd
 @unexec rmdir /var/log/dcd 2>/dev/null || true
-@dirrmtry etc/dcd
-@dirrmtry man/pl.ISO8859-2/man8
-@dirrmtry man/pl.ISO8859-2
+@unexec rmdir %D/etc/dcd 2>/dev/null || true
+@unexec rmdir %D/man/pl.ISO8859-2/man8 2>/dev/null || true
+@unexec rmdir %D/man/pl.ISO8859-2 2>/dev/null || true

>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Feb 28 11:35:21 UTC 2006 
State-Changed-Why:  
Duplicate of ports/93907. 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Feb 28 11:35:21 UTC 2006 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=93937 
>Unformatted:
