diff options
author | tdb <tdb@FreeBSD.org> | 2006-01-28 19:56:21 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-01-28 19:56:21 +0800 |
commit | 0899dc3c6b9bf9b76e9e6061de19d7a5fe96fb33 (patch) | |
tree | ce9c1bb8b40ab12d5c12a7cd70bdc6f7723d527f /misc/c-hey/Makefile | |
parent | fc695a7d8736e011be62647ccf2301d4b4045dbe (diff) | |
download | freebsd-ports-gnome-0899dc3c6b9bf9b76e9e6061de19d7a5fe96fb33.tar.gz freebsd-ports-gnome-0899dc3c6b9bf9b76e9e6061de19d7a5fe96fb33.tar.zst freebsd-ports-gnome-0899dc3c6b9bf9b76e9e6061de19d7a5fe96fb33.zip |
- Update to 2.1
- Update maintainer's email address
PR: 92424
Submitted by: maintainer
Diffstat (limited to 'misc/c-hey/Makefile')
-rw-r--r-- | misc/c-hey/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/c-hey/Makefile b/misc/c-hey/Makefile index 61410d3ac829..aef4797fcd29 100644 --- a/misc/c-hey/Makefile +++ b/misc/c-hey/Makefile @@ -4,16 +4,14 @@ # $FreeBSD$ PORTNAME= c-hey -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= misc MASTER_SITES= http://www.redbrick.dcu.ie/~c-hey/src.gzipped/ -DISTNAME= c-hey2.0 +DISTNAME= c-hey2.1 -MAINTAINER= philip.reynolds@rfc-networks.ie +MAINTAINER= philip.reynolds@gmail.com COMMENT= Terminal based instant messaging utility -WRKSRC= ${WRKDIR}/c-hey_cvs_latest/c-hey - GNU_CONFIGURE= yes MAN1= c-hey.1 |