Bug 179680 - [Update] net-p2p/ncdc to 1.17
Summary: [Update] net-p2p/ncdc to 1.17
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 12:40 UTC by Dmitriy Limonov
Modified: 2013-06-18 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (791 bytes, patch)
2013-06-18 12:40 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-06-18 12:40:01 UTC
Update ncdc to version 1.17

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-06-18 15:46:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-18 16:48:14 UTC
Author: wg
Date: Tue Jun 18 15:48:06 2013
New Revision: 321197
URL: http://svnweb.freebsd.org/changeset/ports/321197

Log:
  net-p2p/ncdc: update to 1.17
  
  - Update to 1.17 [1]
  - Add LICENSE (MIT)
  
  PR:		ports/179680 [1]
  Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
  Approved by:	culot / jpaetzel (mentors, implicit)

Modified:
  head/net-p2p/ncdc/Makefile
  head/net-p2p/ncdc/distinfo

Modified: head/net-p2p/ncdc/Makefile
==============================================================================
--- head/net-p2p/ncdc/Makefile	Tue Jun 18 15:45:02 2013	(r321196)
+++ head/net-p2p/ncdc/Makefile	Tue Jun 18 15:48:06 2013	(r321197)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ncdc
-PORTVERSION=	1.16.1
+PORTVERSION=	1.17
 PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF \
@@ -12,6 +12,8 @@ MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNA
 MAINTAINER=	earl1k@mail.ru
 COMMENT=	Lightweight direct connect client with ncurses interface
 
+LICENSE=	MIT
+
 LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3 \
 		pcre:${PORTSDIR}/devel/pcre \
 		gmp:${PORTSDIR}/math/gmp \

Modified: head/net-p2p/ncdc/distinfo
==============================================================================
--- head/net-p2p/ncdc/distinfo	Tue Jun 18 15:45:02 2013	(r321196)
+++ head/net-p2p/ncdc/distinfo	Tue Jun 18 15:48:06 2013	(r321197)
@@ -1,2 +1,2 @@
-SHA256 (ncdc-1.16.1.tar.gz) = 3d06c0c41605865ff321492a8a07122c4ca6eef7a014069245fecda51ef7b73b
-SIZE (ncdc-1.16.1.tar.gz) = 340872
+SHA256 (ncdc-1.17.tar.gz) = 7c4e1d004a8a87cc2647b4a116298a4c05f38ee0656873f3666b33a769cdec41
+SIZE (ncdc-1.17.tar.gz) = 338953
_______________________________________________
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 3 William Grzybowski freebsd_committer freebsd_triage 2013-06-18 16:48:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!