Date: Thu, 8 Oct 2015 19:08:02 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398886 - head/comms/ncid Message-ID: <201510081908.t98J82oU070668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <cpm@fbsd.es> (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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510081908.t98J82oU070668>