diff options
author | markus <markus@FreeBSD.org> | 2004-04-14 16:15:14 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-04-14 16:15:14 +0800 |
commit | 5b153471749c3f493791aab867bcb054c438fb6f (patch) | |
tree | 1f54b0ff07d2eeb1b83d439e55b6c0368c8b65d2 | |
parent | d9464238d5f381328edb6e5132ebb3caeb03989f (diff) | |
download | freebsd-ports-gnome-5b153471749c3f493791aab867bcb054c438fb6f.tar.gz freebsd-ports-gnome-5b153471749c3f493791aab867bcb054c438fb6f.tar.zst freebsd-ports-gnome-5b153471749c3f493791aab867bcb054c438fb6f.zip |
Fix last commit by setting PORTVERSION and MAINTAINER accordingly
as originally intended.
Spottet by: Ion-Mihai Tetcu <itetcu@apropo.ro>
-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-].* |