diff options
author | mezz <mezz@FreeBSD.org> | 2007-06-07 10:21:42 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-06-07 10:21:42 +0800 |
commit | 7b4b4e1f4072c84f8c5481e255fa76d81c180fdb (patch) | |
tree | 2f309e7a3d8526ab516956035d38dfbb7a53ab0f /irc/xchat/Makefile | |
parent | d763bf2c01e49c2d7255bd3763ab49432e869768 (diff) | |
download | freebsd-ports-gnome-7b4b4e1f4072c84f8c5481e255fa76d81c180fdb.tar.gz freebsd-ports-gnome-7b4b4e1f4072c84f8c5481e255fa76d81c180fdb.tar.zst freebsd-ports-gnome-7b4b4e1f4072c84f8c5481e255fa76d81c180fdb.zip |
Fix defunc processes created by opening tray balloons, bump the PORTREVISION.
Obtained from: http://xchat.org/files/source/2.8/patches/
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r-- | irc/xchat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index d90c9c8b9dd8..e9bf81048d7a 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -8,7 +8,7 @@ PORTNAME= xchat PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ |