diff options
author | mph <mph@FreeBSD.org> | 1998-10-26 17:58:30 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-10-26 17:58:30 +0000 |
commit | 261a44b603d5c7856239bf985fae2ba966309920 (patch) | |
tree | dd88d7f148823a2bfdbe301e911d90d83527ac1e /net-im/climm | |
parent | 25db4133d558766451cd5cfb063010cc954032d7 (diff) | |
download | FreeBSD-ports-261a44b603d5c7856239bf985fae2ba966309920.zip FreeBSD-ports-261a44b603d5c7856239bf985fae2ba966309920.tar.gz |
Upgrade to 981011.
PR: 8398
Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp>
Diffstat (limited to 'net-im/climm')
-rw-r--r-- | net-im/climm/Makefile | 12 | ||||
-rw-r--r-- | net-im/climm/distinfo | 2 | ||||
-rw-r--r-- | net-im/climm/files/patch-aa | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index a7810d1..ac9adf6 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: micq -# Version required: 26 June 1998 -# Date created: 27 June 1998 +# Version required: 11 Oct 1998 +# Date created: 11 Oct 1998 # Whom: mph # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/28 03:22:36 mph Exp $ # DISTNAME= micq -PKGNAME= micq-19980626 +PKGNAME= micq-981011 CATEGORIES= net -MASTER_SITES= ftp://micq.ml.org/pub/micq/Jun-26-98/ +MASTER_SITES= ftp://micq.ml.org/pub/micq/Oct-11-98/ EXTRACT_SUFX= .tgz MAINTAINER= mph@freebsd.org -WRKSRC= ${WRKDIR}/micq-0626-98 +WRKSRC= ${WRKDIR}/micq981011 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin diff --git a/net-im/climm/distinfo b/net-im/climm/distinfo index 2ac6c79..26a79cd 100644 --- a/net-im/climm/distinfo +++ b/net-im/climm/distinfo @@ -1 +1 @@ -MD5 (micq.tgz) = b4167097bd3e106537cda136cf972f35 +MD5 (micq.tgz) = ac7d8f9608eccd5764a00fc1e94ff964 diff --git a/net-im/climm/files/patch-aa b/net-im/climm/files/patch-aa index 88df178..cbd4721 100644 --- a/net-im/climm/files/patch-aa +++ b/net-im/climm/files/patch-aa @@ -1,13 +1,13 @@ ---- Makefile.orig Sat Jun 27 13:25:53 1998 -+++ Makefile Sat Jun 27 13:26:38 1998 +--- Makefile.orig Sun Oct 11 06:55:43 1998 ++++ Makefile Mon Oct 26 08:22:40 1998 @@ -1,8 +1,8 @@ # Anyone who knows how to make Makefiles please help out. # I have no clue but this appears to work fairly well # be sure to use gmake -CC = gcc --CFLAGS = -Wall -DUNIX +-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR +# CC = gcc -+CFLAGS += -DUNIX ++CFLAGS += -DUNIX -DANSI_COLOR # Uncomment the below line for humorous messages #CFLAGS += -DFUNNY_MSGS # uncomment the line below for debuging info |