From nobody@FreeBSD.org  Thu Oct  3 08:21:07 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id DB21D7FE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Oct 2013 08:21:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id CA14E2BF3
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Oct 2013 08:21:07 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r938L7Yq007219
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 3 Oct 2013 08:21:07 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r938L7wh007185;
	Thu, 3 Oct 2013 08:21:07 GMT
	(envelope-from nobody)
Message-Id: <201310030821.r938L7wh007185@oldred.freebsd.org>
Date: Thu, 3 Oct 2013 08:21:07 GMT
From: Dmitriy Limonov <earl1k@mail.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Update] net-p2p/ncdc to 1.18
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         182592
>Category:       ports
>Synopsis:       [Update] net-p2p/ncdc to 1.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danilo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 03 08:30:00 UTC 2013
>Closed-Date:    Fri Oct 04 14:41:42 UTC 2013
>Last-Modified:  Fri Oct  4 14:50:00 UTC 2013
>Originator:     Dmitriy Limonov
>Release:        FreeBSD 9.0-RELEASE-p5 amd64
>Organization:
>Environment:
FreeBSD excluzive.ws 9.0-RELEASE-p5 FreeBSD 9.0-RELEASE-p5 #0 r243502: Sun Nov 25 10:25:21 MSK 2012 earl@excluzive.ws:/usr/obj/usr/src/sys/EXCLUZIVE amd64
>Description:
Update ncdc to version 1.18

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Naur ncdc.orig/Makefile ncdc/Makefile
--- ncdc.orig/Makefile	2013-06-18 19:48:06.000000000 +0400
+++ ncdc/Makefile	2013-10-03 12:14:00.325867286 +0400
@@ -2,7 +2,7 @@
 # $FreeBSD: net-p2p/ncdc/Makefile 321197 2013-06-18 15:48:06Z wg $
 
 PORTNAME=	ncdc
-PORTVERSION=	1.17
+PORTVERSION=	1.18
 PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF \
diff -Naur ncdc.orig/distinfo ncdc/distinfo
--- ncdc.orig/distinfo	2013-06-18 19:48:06.000000000 +0400
+++ ncdc/distinfo	2013-10-03 12:14:44.254857924 +0400
@@ -1,2 +1,2 @@
-SHA256 (ncdc-1.17.tar.gz) = 7c4e1d004a8a87cc2647b4a116298a4c05f38ee0656873f3666b33a769cdec41
-SIZE (ncdc-1.17.tar.gz) = 338953
+SHA256 (ncdc-1.18.tar.gz) = 9746732c076c6a0610d060ccb1f7b5306163e022da711c8363ed3653bdbec0af
+SIZE (ncdc-1.18.tar.gz) = 350326


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danilo 
Responsible-Changed-By: danilo 
Responsible-Changed-When: Thu Oct 3 21:50:48 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182592 
State-Changed-From-To: open->closed 
State-Changed-By: danilo 
State-Changed-When: Fri Oct 4 14:41:41 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182592 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182592: commit references a PR
Date: Fri,  4 Oct 2013 14:41:27 +0000 (UTC)

 Author: danilo
 Date: Fri Oct  4 14:41:19 2013
 New Revision: 329317
 URL: http://svnweb.freebsd.org/changeset/ports/329317
 
 Log:
   - Update from 1.17 to 1.18 [1]
   - Convert LIB_DEPENDS to new syntax
   - Convert USE_GMAKE to USES
   - Add stage support
   
   PR:		ports/182592
   Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer) [1]
   Approved by:	wg / culot (mentors, implicit)
 
 Modified:
   head/net-p2p/ncdc/Makefile
   head/net-p2p/ncdc/distinfo
 
 Modified: head/net-p2p/ncdc/Makefile
 ==============================================================================
 --- head/net-p2p/ncdc/Makefile	Fri Oct  4 14:35:20 2013	(r329316)
 +++ head/net-p2p/ncdc/Makefile	Fri Oct  4 14:41:19 2013	(r329317)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	ncdc
 -PORTVERSION=	1.17
 -PORTREVISION=	1
 +PORTVERSION=	1.18
  CATEGORIES=	net-p2p
  MASTER_SITES=	SF \
  		http://dev.yorhel.nl/download/
 @@ -14,23 +13,21 @@ COMMENT=	Lightweight direct connect clie
  
  LICENSE=	MIT
  
 -LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3 \
 -		pcre:${PORTSDIR}/devel/pcre \
 -		gmp:${PORTSDIR}/math/gmp \
 -		gnutls:${PORTSDIR}/security/gnutls \
 -		gcrypt:${PORTSDIR}/security/libgcrypt \
 -		nettle:${PORTSDIR}/security/nettle \
 -		p11-kit:${PORTSDIR}/security/p11-kit
 +LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
 +		libpcre.so:${PORTSDIR}/devel/pcre \
 +		libgmp.so:${PORTSDIR}/math/gmp \
 +		libgnutls.so:${PORTSDIR}/security/gnutls \
 +		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
 +		libnettle.so:${PORTSDIR}/security/nettle \
 +		libp11-kit.so:${PORTSDIR}/security/p11-kit
  
 -USES=		pkgconfig ncurses
 +USES=		gmake pkgconfig ncurses
  USE_GNOME=	glib20
 -USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
 -MAN1=		ncdc.1
 -PLIST_FILES=	bin/ncdc
 +PLIST_FILES=	bin/ncdc \
 +		man/man1/ncdc.1.gz
  
  CFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Modified: head/net-p2p/ncdc/distinfo
 ==============================================================================
 --- head/net-p2p/ncdc/distinfo	Fri Oct  4 14:35:20 2013	(r329316)
 +++ head/net-p2p/ncdc/distinfo	Fri Oct  4 14:41:19 2013	(r329317)
 @@ -1,2 +1,2 @@
 -SHA256 (ncdc-1.17.tar.gz) = 7c4e1d004a8a87cc2647b4a116298a4c05f38ee0656873f3666b33a769cdec41
 -SIZE (ncdc-1.17.tar.gz) = 338953
 +SHA256 (ncdc-1.18.tar.gz) = 9746732c076c6a0610d060ccb1f7b5306163e022da711c8363ed3653bdbec0af
 +SIZE (ncdc-1.18.tar.gz) = 350326
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
