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 | CVS really does need a better way of backing out a commit composing a (diff) |
- DISTVERSION is s/best/worst/ thing since Swiss knife.
Fix PORTVERSION to not go backwards
Reported by: chkversion script
Notes
Notes:
svn path=/head/; revision=133120
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 |