diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-01-07 18:38:54 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-01-07 18:38:54 +0000 |
commit | 0aaa0b110c4e0e3cdba1bbc7aa8857ff19ba5d35 (patch) | |
tree | 1ac03638a0970fc248152965726019fda0db69cc /net/micq | |
parent | Remove broken MASTER_SITES, and add a new site. This leaves us with (diff) |
Correct distfile fennerage, and upgrade to 0.3.3 while we're at it.
Notes
Notes:
svn path=/head/; revision=15916
Diffstat (limited to 'net/micq')
-rw-r--r-- | net/micq/Makefile | 10 | ||||
-rw-r--r-- | net/micq/distinfo | 2 | ||||
-rw-r--r-- | net/micq/files/patch-aa | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net/micq/Makefile b/net/micq/Makefile index 7af02f1359b5..45d671a8cb9c 100644 --- a/net/micq/Makefile +++ b/net/micq/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: micq -# Version required: 13 Dec 1998 +# Version required: 0.3.3 # Date created: 11 Oct 1998 # Whom: mph # -# $Id: Makefile,v 1.2 1998/10/26 17:58:29 mph Exp $ +# $Id: Makefile,v 1.3 1998/12/14 22:36:07 mph Exp $ # DISTNAME= micq -PKGNAME= micq-0.3.2 +PKGNAME= micq-0.3.3 CATEGORIES= net -MASTER_SITES= ftp://micq.ml.org/pub/micq/V0.3.2/ +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.3.3/ EXTRACT_SUFX= .tgz MAINTAINER= mph@freebsd.org -WRKSRC= ${WRKDIR}/micq981213 +WRKSRC= ${WRKDIR}/micq981218 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin diff --git a/net/micq/distinfo b/net/micq/distinfo index d99e7879f145..4a9ecad83086 100644 --- a/net/micq/distinfo +++ b/net/micq/distinfo @@ -1 +1 @@ -MD5 (micq.tgz) = ecb9c5de0a132147ce3605b62c97d7f0 +MD5 (micq.tgz) = 2bdb5c91dcb7308e9994cd7889ba84ae diff --git a/net/micq/files/patch-aa b/net/micq/files/patch-aa index 91ccecc2c4b1..811a1e28a735 100644 --- a/net/micq/files/patch-aa +++ b/net/micq/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.orig Mon Dec 14 16:24:40 1998 -+++ Makefile Mon Dec 14 16:25:36 1998 +--- Makefile.orig Thu Dec 17 23:04:03 1998 ++++ Makefile Thu Jan 7 10:34:19 1999 @@ -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 = -O4 -Wall -DUNIX -DANSI_COLOR +-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR +#CC = gcc +CFLAGS += -DUNIX -DANSI_COLOR # Uncomment the below line for humorous messages |