diff options
author | mrg <mrg> | 2014-11-01 14:24:14 +0000 |
---|---|---|
committer | mrg <mrg> | 2014-11-01 14:24:14 +0000 |
commit | e0ae86116d6a41d6472430e1d085631fc717b5f4 (patch) | |
tree | cb844d33d11ab318f40a98252a5a5980f68667c9 /chat/ircII/Makefile | |
parent | 64f30f5a0140c991281c285f5693faf5c919350c (diff) | |
download | pkgsrc-e0ae86116d6a41d6472430e1d085631fc717b5f4.tar.gz |
update to ircii 20141028. mostly, this fixes a resize bug.
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 36415f40f9d..b916d9e2c5b 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2014/10/09 14:06:02 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2014/11/01 14:24:14 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -13,7 +13,7 @@ LICENSE= modified-bsd CONFLICTS= blackened-[0-9]* -VERS= 20140831 +VERS= 20141028 PLIST_SUBST+= VERS=${VERS:Q} .include "../../mk/bsd.prefs.mk" |