diff options
author | mrg <mrg@pkgsrc.org> | 2019-04-26 00:13:34 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2019-04-26 00:13:34 +0000 |
commit | 7d7c72d99d1ad7e8f2decf68da9a8445816080b7 (patch) | |
tree | 3dfaa782e9fcce5f384313ea9984d3f840ad3e61 /chat/ircII/Makefile | |
parent | 063d42e9c9c87be2cd46cf05681ec2f3417a8758 (diff) | |
download | pkgsrc-7d7c72d99d1ad7e8f2decf68da9a8445816080b7.tar.gz |
bump pkg version - real bug fix added.
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 96e30078d7b..85646e48649 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.82 2019/01/18 10:47:48 mrg Exp $ +# $NetBSD: Makefile,v 1.83 2019/04/26 00:13:34 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://ircii.warped.com/ EXTRACT_SUFX= .tar.bz2 |