diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-12 07:38:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-12 07:38:27 +0000 |
commit | 65723ab160b67c692b31bd9791c0c49cdd0ed963 (patch) | |
tree | cb8c6778ab5185c6781dca67050680b2bf535bff /net-im/imcom | |
parent | 0afb999ff9d5916f6edf55a7a112f417edad6d04 (diff) | |
download | ports-65723ab160b67c692b31bd9791c0c49cdd0ed963.tar.gz ports-65723ab160b67c692b31bd9791c0c49cdd0ed963.zip |
Notes
Diffstat (limited to 'net-im/imcom')
-rw-r--r-- | net-im/imcom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile index 4375f6cf5a6b..de15d3a5c0de 100644 --- a/net-im/imcom/Makefile +++ b/net-im/imcom/Makefile @@ -5,10 +5,11 @@ # $FreeBSD$ PORTNAME= imcom -DISTVERSION= 1.33p1 +PORTVERSION= 1.33.1 CATEGORIES= net MASTER_SITES= http://nafai.dyndns.org/files/ \ http://imcom.floobin.cx/files/ +DISTNAME= ${PORTNAME}-1.33p1 MAINTAINER= martijn@pacno.net COMMENT= IMCom is a command-line Jabber client written in Python |