diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-04-14 08:15:14 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-04-14 08:15:14 +0000 |
commit | 121cc30ca5b29e94f21e5884295cf7fa142b7067 (patch) | |
tree | 2d52b487a85dda90edd8e8b61a75236fdb2788f8 /net/kopete | |
parent | Update modules: mailboxes-1.140-1, samba-1.140-1. (diff) |
Fix last commit by setting PORTVERSION and MAINTAINER accordingly
as originally intended.
Spottet by: Ion-Mihai Tetcu <itetcu@apropo.ro>
Diffstat (limited to 'net/kopete')
-rw-r--r-- | net/kopete/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/kopete/Makefile b/net/kopete/Makefile index c6ba1c783a0c..7c9b5072582c 100644 --- a/net/kopete/Makefile +++ b/net/kopete/Makefile @@ -6,13 +6,12 @@ # PORTNAME= kopete -PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTVERSION= 0.8.0 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= stefan.jahn@nemesis-sektor.de +MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging system (ICQ, AIM, MSN, Jabber, Yahoo, IRC) CONFLICTS= kdenetwork-3.[2-].* |