Bug 183844 - [Update] net-p2p/ncdc to 1.18.1
Summary: [Update] net-p2p/ncdc to 1.18.1
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-10 17:50 UTC by Dmitriy Limonov
Modified: 2013-11-10 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (810 bytes, patch)
2013-11-10 17: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-11-10 17:50:00 UTC
Update ncdc to version 1.18.1

Fix: Patch attached with submission follows:
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-10 18:39:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-10 19:48:38 UTC
Author: sunpoet
Date: Sun Nov 10 19:48:27 2013
New Revision: 333433
URL: http://svnweb.freebsd.org/changeset/ports/333433

Log:
  - Update to 1.18.1
  - While I'm here, merge MASTER_SITE_SUBDIR to MASTER_SITES
  
  Changes:	http://dev.yorhel.nl/ncdc/changes
  PR:		ports/183844
  Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)

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

Modified: head/net-p2p/ncdc/Makefile
==============================================================================
--- head/net-p2p/ncdc/Makefile	Sun Nov 10 19:48:22 2013	(r333432)
+++ head/net-p2p/ncdc/Makefile	Sun Nov 10 19:48:27 2013	(r333433)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	ncdc
-PORTVERSION=	1.18
+PORTVERSION=	1.18.1
 CATEGORIES=	net-p2p
-MASTER_SITES=	SF \
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
 		http://dev.yorhel.nl/download/
-MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	earl1k@mail.ru
 COMMENT=	Lightweight direct connect client with ncurses interface

Modified: head/net-p2p/ncdc/distinfo
==============================================================================
--- head/net-p2p/ncdc/distinfo	Sun Nov 10 19:48:22 2013	(r333432)
+++ head/net-p2p/ncdc/distinfo	Sun Nov 10 19:48:27 2013	(r333433)
@@ -1,2 +1,2 @@
-SHA256 (ncdc-1.18.tar.gz) = 9746732c076c6a0610d060ccb1f7b5306163e022da711c8363ed3653bdbec0af
-SIZE (ncdc-1.18.tar.gz) = 350326
+SHA256 (ncdc-1.18.1.tar.gz) = cc257731cd2ccc55831b8606694c379d0d8c441d250b8003785bec3d58fa8685
+SIZE (ncdc-1.18.1.tar.gz) = 350781
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-10 19:50:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!