diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-08-23 15:18:46 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-08-23 15:18:46 +0000 |
commit | 1d98c097d4a3605c0ccba4a7f911ec51141578e4 (patch) | |
tree | 1837fc7cb11f1f4070f1b4e8d7c9d1c03236f50d /irc/party | |
parent | 0ffa015a24158aa22a6827a64690fe358d52312c (diff) | |
download | ports-1d98c097d4a3605c0ccba4a7f911ec51141578e4.tar.gz ports-1d98c097d4a3605c0ccba4a7f911ec51141578e4.zip |
Notes
Diffstat (limited to 'irc/party')
-rw-r--r-- | irc/party/Makefile | 3 | ||||
-rw-r--r-- | irc/party/distinfo | 2 | ||||
-rw-r--r-- | irc/party/files/patch-aa | 12 | ||||
-rw-r--r-- | irc/party/files/patch-ab | 14 | ||||
-rw-r--r-- | irc/party/files/patch-ac | 11 |
5 files changed, 2 insertions, 40 deletions
diff --git a/irc/party/Makefile b/irc/party/Makefile index ac49216bc4db..9e1ee8e204d1 100644 --- a/irc/party/Makefile +++ b/irc/party/Makefile @@ -6,8 +6,7 @@ # PORTNAME= party -PORTVERSION= 2.12 -PORTREVISION= 1 +PORTVERSION= 2.13 CATEGORIES= irc MASTER_SITES= http://www.vocito.com/downloads/software/party/ \ ftp://ftp.vocito.com/pub/vocito.com/software/party/ diff --git a/irc/party/distinfo b/irc/party/distinfo index 37808a789674..b81cd95073e3 100644 --- a/irc/party/distinfo +++ b/irc/party/distinfo @@ -1 +1 @@ -MD5 (party-2.12.tar.gz) = 356577d15463016fefee465976fde554 +MD5 (party-2.13.tar.gz) = 869492415a8dcb312e1c48fbc4e022b6 diff --git a/irc/party/files/patch-aa b/irc/party/files/patch-aa deleted file mode 100644 index 59702be3f837..000000000000 --- a/irc/party/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- party.h.orig Thu Jan 27 21:04:32 2000 -+++ party.h Thu Jan 27 21:05:01 2000 -@@ -470,7 +470,8 @@ - struct passwd *getpwnam(), *getpwuid(); - struct chnname *who_clist(), *addchn(); - char *leafname(); --long time(), backup(); -+long backup(); -+time_t time(); - vint (*oldsigpipe)(); - vint (*(signal()))(); - FILE *upopen(); diff --git a/irc/party/files/patch-ab b/irc/party/files/patch-ab deleted file mode 100644 index 0549e3418b44..000000000000 --- a/irc/party/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.orig Thu Aug 22 23:19:41 2002 -+++ Makefile Thu Aug 22 23:19:48 2002 -@@ -1,9 +1,9 @@ - # M-Net Settings. M-Net runs BSDI Unix --CC= cc -+CC?= gcc - DEFAULTS = \ - -DBSD \ - -DSUID --CFLAGS = $(DEFAULTS) -+CFLAGS += $(DEFAULTS) - LIBS= -ltermcap - - # Grex Settings. Grex runs SunOS Unix diff --git a/irc/party/files/patch-ac b/irc/party/files/patch-ac deleted file mode 100644 index ee8a7c887d04..000000000000 --- a/irc/party/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- proc.c.orig Thu Aug 22 23:22:19 2002 -+++ proc.c Thu Aug 22 23:22:31 2002 -@@ -50,7 +50,7 @@ - /* If a filter is running, and it is different, kill it */ - if (out_fd != 1) - { -- if (!strncmp(ofilter,opt[OPT_FILTER].str)) -+ if (!strncmp(ofilter,opt[OPT_FILTER].str, BFSZ)) - return(0); - else - stop_filter(); |