From 9a10f238374b0165294c39ff511b993a8849c7a9 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 23 Aug 2002 06:29:43 +0000 Subject: Fix a bug caused by passing insufficient arguments to strncmp(). This was non-fatal for the compiler in -stable because strncmp() is not prototyped, but it fails on -current. Bump PORTREVISION. --- irc/party/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/party/Makefile') diff --git a/irc/party/Makefile b/irc/party/Makefile index 6efc00a17268..ac49216bc4db 100644 --- a/irc/party/Makefile +++ b/irc/party/Makefile @@ -7,6 +7,7 @@ PORTNAME= party PORTVERSION= 2.12 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://www.vocito.com/downloads/software/party/ \ ftp://ftp.vocito.com/pub/vocito.com/software/party/ -- cgit v1.2.3