summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-06-03 08:31:13 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-06-03 08:31:13 +0000
commit11e7baf89f3fe58eb96faf6dc71151230580829a (patch)
tree9ea27a5ea292757f216898121d95b5fe820a7a19 /net-im
parentAdd WWW: (diff)
upgrade to 0.4.1
Notes
Notes: svn path=/head/; revision=19191
Diffstat (limited to 'net-im')
-rw-r--r--net-im/climm/Makefile8
-rw-r--r--net-im/climm/distinfo2
-rw-r--r--net-im/climm/files/patch-aa27
-rw-r--r--net-im/micq/Makefile8
-rw-r--r--net-im/micq/distinfo2
-rw-r--r--net-im/micq/files/patch-aa27
6 files changed, 48 insertions, 26 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index 1bcfb6e1c430..d94e11f88ef8 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: micq
-# Version required: 0.4.0
+# Version required: 0.4.*
# Date created: 11 Oct 1998
# Whom: mph
#
-# $Id: Makefile,v 1.4 1999/01/07 18:38:53 mph Exp $
+# $Id: Makefile,v 1.5 1999/04/06 20:46:56 mph Exp $
#
-DISTNAME= micq-0.4.0
+DISTNAME= micq-0.4.1
CATEGORIES= net
-MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.0/
+MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.1/
EXTRACT_SUFX= .tgz
MAINTAINER= mph@freebsd.org
diff --git a/net-im/climm/distinfo b/net-im/climm/distinfo
index 6e590a14ebba..b300fe6d25bc 100644
--- a/net-im/climm/distinfo
+++ b/net-im/climm/distinfo
@@ -1 +1 @@
-MD5 (micq-0.4.0.tgz) = 5d020c7a6c208ad06ea791c4a425307c
+MD5 (micq-0.4.1.tgz) = c0d9d32727335401386964e8f256e73f
diff --git a/net-im/climm/files/patch-aa b/net-im/climm/files/patch-aa
index 627ccf57bd8b..926de765bbdc 100644
--- a/net-im/climm/files/patch-aa
+++ b/net-im/climm/files/patch-aa
@@ -1,13 +1,24 @@
---- Makefile.orig Tue Apr 6 13:40:57 1999
-+++ Makefile Tue Apr 6 13:41:19 1999
-@@ -1,8 +1,8 @@
- # Anyone who knows how to make Makefiles please help out.
+--- Makefile.orig Fri May 21 07:06:38 1999
++++ Makefile Thu Jun 3 12:18:39 1999
+@@ -2,7 +2,8 @@
# I have no clue but this appears to work fairly well
# be sure to use gmake
--CC = gcc
+ CC = gcc
-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR
-+#CC = gcc
-+CFLAGS += -DUNIX -DANSI_COLOR
++#CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR
++CFLAGS += -Wall -DUNIX -DANSI_COLOR
+ CFLAGS += -DMAX_CONTACTS=255
CFLAGS += -DUSE_MREADLINE
CFLAGS += -DENGLISH_LANG
- #CFLAGS += -DBRAZIL_LANG
+@@ -16,9 +17,9 @@
+ #CFLAGS += -DITALIAN_LANG
+ #CFLAGS += -DUKRAINIAN_LANG
+ # Uncomment the below line for humorous messages
+-CFLAGS += -DFUNNY_MSGS
++#CFLAGS += -DFUNNY_MSGS
+ # uncomment the line below for debuging info
+-CFLAGS += -g
++#CFLAGS += -g
+ CLIBS =
+ #uncomment the line below if your using Solaris
+ #CLIBS= -lnsl -lsocket
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile
index 1bcfb6e1c430..d94e11f88ef8 100644
--- a/net-im/micq/Makefile
+++ b/net-im/micq/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: micq
-# Version required: 0.4.0
+# Version required: 0.4.*
# Date created: 11 Oct 1998
# Whom: mph
#
-# $Id: Makefile,v 1.4 1999/01/07 18:38:53 mph Exp $
+# $Id: Makefile,v 1.5 1999/04/06 20:46:56 mph Exp $
#
-DISTNAME= micq-0.4.0
+DISTNAME= micq-0.4.1
CATEGORIES= net
-MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.0/
+MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.1/
EXTRACT_SUFX= .tgz
MAINTAINER= mph@freebsd.org
diff --git a/net-im/micq/distinfo b/net-im/micq/distinfo
index 6e590a14ebba..b300fe6d25bc 100644
--- a/net-im/micq/distinfo
+++ b/net-im/micq/distinfo
@@ -1 +1 @@
-MD5 (micq-0.4.0.tgz) = 5d020c7a6c208ad06ea791c4a425307c
+MD5 (micq-0.4.1.tgz) = c0d9d32727335401386964e8f256e73f
diff --git a/net-im/micq/files/patch-aa b/net-im/micq/files/patch-aa
index 627ccf57bd8b..926de765bbdc 100644
--- a/net-im/micq/files/patch-aa
+++ b/net-im/micq/files/patch-aa
@@ -1,13 +1,24 @@
---- Makefile.orig Tue Apr 6 13:40:57 1999
-+++ Makefile Tue Apr 6 13:41:19 1999
-@@ -1,8 +1,8 @@
- # Anyone who knows how to make Makefiles please help out.
+--- Makefile.orig Fri May 21 07:06:38 1999
++++ Makefile Thu Jun 3 12:18:39 1999
+@@ -2,7 +2,8 @@
# I have no clue but this appears to work fairly well
# be sure to use gmake
--CC = gcc
+ CC = gcc
-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR
-+#CC = gcc
-+CFLAGS += -DUNIX -DANSI_COLOR
++#CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR
++CFLAGS += -Wall -DUNIX -DANSI_COLOR
+ CFLAGS += -DMAX_CONTACTS=255
CFLAGS += -DUSE_MREADLINE
CFLAGS += -DENGLISH_LANG
- #CFLAGS += -DBRAZIL_LANG
+@@ -16,9 +17,9 @@
+ #CFLAGS += -DITALIAN_LANG
+ #CFLAGS += -DUKRAINIAN_LANG
+ # Uncomment the below line for humorous messages
+-CFLAGS += -DFUNNY_MSGS
++#CFLAGS += -DFUNNY_MSGS
+ # uncomment the line below for debuging info
+-CFLAGS += -g
++#CFLAGS += -g
+ CLIBS =
+ #uncomment the line below if your using Solaris
+ #CLIBS= -lnsl -lsocket