diff options
author | pi <pi@FreeBSD.org> | 2015-10-09 03:08:02 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-10-09 03:08:02 +0800 |
commit | 98c2095fd97e3345dbc0e6b64c2be893ab99d7e0 (patch) | |
tree | e05819b5c9b363fb90d9a705a1119377e965881d /comms | |
parent | ddb52bfca0ae4e584dae143a01d4bd2e54cd1ace (diff) | |
download | freebsd-ports-gnome-98c2095fd97e3345dbc0e6b64c2be893ab99d7e0.tar.gz freebsd-ports-gnome-98c2095fd97e3345dbc0e6b64c2be893ab99d7e0.tar.zst freebsd-ports-gnome-98c2095fd97e3345dbc0e6b64c2be893ab99d7e0.zip |
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)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ncid/Makefile | 2 | ||||
-rw-r--r-- | comms/ncid/distinfo | 4 | ||||
-rw-r--r-- | comms/ncid/pkg-descr | 7 |
3 files changed, 7 insertions, 6 deletions
diff --git a/comms/ncid/Makefile b/comms/ncid/Makefile index ff605d3e088e..365ebdb10e49 100644 --- a/comms/ncid/Makefile +++ b/comms/ncid/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ncid -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= comms MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/comms/ncid/distinfo b/comms/ncid/distinfo index 4dbbcb18b14f..59b54fb30e88 100644 --- a/comms/ncid/distinfo +++ b/comms/ncid/distinfo @@ -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 diff --git a/comms/ncid/pkg-descr b/comms/ncid/pkg-descr index fbd5a7ea1269..075f72661010 100644 --- a/comms/ncid/pkg-descr +++ b/comms/ncid/pkg-descr @@ -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/ |