Bug 176658 - [Update] net-p2p/ncdc to 1.15
Summary: [Update] net-p2p/ncdc to 1.15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-05 07:50 UTC by Dmitriy Limonov
Modified: 2013-03-13 17:20 UTC (History)
0 users

See Also:


Attachments
file.diff (830 bytes, patch)
2013-03-05 07:50 UTC, Dmitriy Limonov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitriy Limonov 2013-03-05 07:50:01 UTC
Update ncdc to version 1.15

Fix: Patch attached with submission follows:
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2013-03-05 08:11:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2013-03-12 05:26:48 UTC
Responsible Changed
From-To: jgh->freebsd-ports-bugs

back to the pool
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-03-13 16:18:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-03-13 17:13:43 UTC
Author: pawel
Date: Wed Mar 13 17:13:35 2013
New Revision: 314096
URL: http://svnweb.freebsd.org/changeset/ports/314096

Log:
  - Update to version 1.15 [1]
  - Add dependency on security/libgcrypt, configure script
    requires it for gnutls < 3.0.0
  
  PR:		ports/176658 [1]
  Submitted by:	Dmitriy Limonov <earl1k@mail.ru>

Modified:
  head/net-p2p/ncdc/Makefile
  head/net-p2p/ncdc/distinfo   (contents, props changed)

Modified: head/net-p2p/ncdc/Makefile
==============================================================================
--- head/net-p2p/ncdc/Makefile	Wed Mar 13 16:34:04 2013	(r314095)
+++ head/net-p2p/ncdc/Makefile	Wed Mar 13 17:13:35 2013	(r314096)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ncdc
-PORTVERSION=	1.14
-PORTREVISION=	2
+PORTVERSION=	1.15
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF \
 		http://dev.yorhel.nl/download/
@@ -16,6 +15,7 @@ LIB_DEPENDS=	sqlite3:${PORTSDIR}/databas
 		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
 

Modified: head/net-p2p/ncdc/distinfo
==============================================================================
--- head/net-p2p/ncdc/distinfo	Wed Mar 13 16:34:04 2013	(r314095)
+++ head/net-p2p/ncdc/distinfo	Wed Mar 13 17:13:35 2013	(r314096)
@@ -1,2 +1,2 @@
-SHA256 (ncdc-1.14.tar.gz) = 050f692cf59e7251cc6593f35545e907c72254d4582ba2c82f3d8ff8fd082deb
-SIZE (ncdc-1.14.tar.gz) = 336616
+SHA256 (ncdc-1.15.tar.gz) = 88367691d5ab36bcd40ecab0f2ebfa592634752359ef7d813adb4b757f2d5b8c
+SIZE (ncdc-1.15.tar.gz) = 339891
_______________________________________________
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"
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2013-03-13 17:13:47 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!