From owner-svn-ports-all@freebsd.org Thu Oct 8 19:08:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9AA09D286F; Thu, 8 Oct 2015 19:08:03 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6782BF44; Thu, 8 Oct 2015 19:08:03 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t98J82NE070671; Thu, 8 Oct 2015 19:08:02 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t98J82oU070668; Thu, 8 Oct 2015 19:08:02 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201510081908.t98J82oU070668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 8 Oct 2015 19:08:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398886 - head/comms/ncid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 19:08:03 -0000 Author: pi Date: Thu Oct 8 19:08:02 2015 New Revision: 398886 URL: https://svnweb.freebsd.org/changeset/ports/398886 Log: comms/ncid: 1.1 -> 1.2 Changes: See doc/CHANGES - added a hangup-feature - man-pages updated PR: 203615 Submitted by: Carlos J. Puga Medina (maintainer) Modified: head/comms/ncid/Makefile head/comms/ncid/distinfo head/comms/ncid/pkg-descr Modified: head/comms/ncid/Makefile ============================================================================== --- head/comms/ncid/Makefile Thu Oct 8 19:07:25 2015 (r398885) +++ head/comms/ncid/Makefile Thu Oct 8 19:08:02 2015 (r398886) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ncid -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= comms MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/comms/ncid/distinfo ============================================================================== --- head/comms/ncid/distinfo Thu Oct 8 19:07:25 2015 (r398885) +++ head/comms/ncid/distinfo Thu Oct 8 19:08:02 2015 (r398886) @@ -1,2 +1,2 @@ -SHA256 (ncid-1.1-src.tar.gz) = ea4bc740477c9e674ac60b2fda83017a2774405c2a710ee2aef71ac705986c4c -SIZE (ncid-1.1-src.tar.gz) = 644249 +SHA256 (ncid-1.2-src.tar.gz) = 9f9b6c6f8247d2a5636f53411e0dea96dbeb996f7524a0d77044b473bb6a791f +SIZE (ncid-1.2-src.tar.gz) = 1581364 Modified: head/comms/ncid/pkg-descr ============================================================================== --- head/comms/ncid/pkg-descr Thu Oct 8 19:07:25 2015 (r398885) +++ head/comms/ncid/pkg-descr Thu Oct 8 19:08:02 2015 (r398886) @@ -1,5 +1,6 @@ -NCID is a network based Caller ID package that contains a server to obtain the -CID information from a modem, and a client to display the CID information on a -computer, TiVo, text pager, or cell phone. Multiple clients are permitted. +NCID is a network based Caller ID package that contains a server +to obtain the CID information from a modem, and a client to display +the CID information on a computer, TiVo, text pager, or cell phone. +Multiple clients are permitted. WWW: http://ncid.sourceforge.net/