diff options
author | flathill <flathill@FreeBSD.org> | 1999-07-07 09:33:37 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-07-07 09:33:37 +0800 |
commit | 1dfc17d7fd0633cd73718ae93b2331fb858f011f (patch) | |
tree | eec653be85d0e749790305e8acd0d2b45671f9f9 | |
parent | 4d09a7d7f3cdbab82f01c7393614996512995e0d (diff) | |
download | freebsd-ports-gnome-1dfc17d7fd0633cd73718ae93b2331fb858f011f.tar.gz freebsd-ports-gnome-1dfc17d7fd0633cd73718ae93b2331fb858f011f.tar.zst freebsd-ports-gnome-1dfc17d7fd0633cd73718ae93b2331fb858f011f.zip |
Update to 0.4.0
-rw-r--r-- | japanese/micq/Makefile | 14 | ||||
-rw-r--r-- | japanese/micq/distinfo | 4 | ||||
-rw-r--r-- | japanese/micq/files/patch-ab | 20 |
3 files changed, 18 insertions, 20 deletions
diff --git a/japanese/micq/Makefile b/japanese/micq/Makefile index e8a12a372955..c07175e93d07 100644 --- a/japanese/micq/Makefile +++ b/japanese/micq/Makefile @@ -3,24 +3,24 @@ # Date created: 31 Oct 1998 # Whom: flathill # -# $Id: Makefile,v 1.1.1.1 1998/11/19 08:01:50 flathill Exp $ +# $Id: Makefile,v 1.2 1999/01/12 05:22:53 flathill Exp $ # -DISTNAME= micq -PKGNAME= ja-micq-0.3.3 +DISTNAME= micq-0.4.0 +PKGNAME= ja-micq-0.4.0 CATEGORIES= japanese net -MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.3.3/ \ +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.0/ \ http://www.freebsd.org/~flathill/distfiles/ EXTRACT_SUFX= .tgz -PATCH_SITES= http://flos.kuee.kyoto-u.ac.jp/soft/ \ +PATCH_SITES= http://www.tahoo.org/~taku/soft/micq-0.4.0-jp.patch \ http://www.freebsd.org/~flathill/distfiles/ -PATCHFILES= micq981218ja.patch +PATCHFILES= micq-0.4.0-jp.patch PATCH_DIST_STRIP= -p1 MAINTAINER= flathill@FreeBSD.ORG -WRKSRC= ${WRKDIR}/micq981218 +WRKSRC= ${WRKDIR}/micq-0.4.0 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin diff --git a/japanese/micq/distinfo b/japanese/micq/distinfo index 7a397ed2e894..6f89ce9071d7 100644 --- a/japanese/micq/distinfo +++ b/japanese/micq/distinfo @@ -1,2 +1,2 @@ -MD5 (micq.tgz) = 2bdb5c91dcb7308e9994cd7889ba84ae -MD5 (micq981218ja.patch) = d98f7a6a4c0cdfcbc27989a39468f3e2 +MD5 (micq-0.4.0.tgz) = 5d020c7a6c208ad06ea791c4a425307c +MD5 (micq-0.4.0-jp.patch) = c4810e8441818f186be1ed87fee74134 diff --git a/japanese/micq/files/patch-ab b/japanese/micq/files/patch-ab index 1629a6231ba0..1400410d58b6 100644 --- a/japanese/micq/files/patch-ab +++ b/japanese/micq/files/patch-ab @@ -1,13 +1,11 @@ ---- Makefile.orig Tue Jan 12 14:13:46 1999 -+++ Makefile Tue Jan 12 14:13:53 1999 -@@ -1,8 +1,8 @@ - # Anyone who knows how to make Makefiles please help out. +--- Makefile.orig Wed Jul 7 10:20:59 1999 ++++ Makefile Wed Jul 7 10:22:34 1999 +@@ -2,7 +2,7 @@ # I have no clue but this appears to work fairly well # be sure to use gmake --CC = gcc --CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR -+# CC = gcc -+CFLAGS = -DUNIX -DANSI_COLOR - # Uncomment the below line for humorous messages - #CFLAGS += -DFUNNY_MSGS - # uncomment the line below for debuging info + CC = gcc +-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR ++CFLAGS = -Wall -DUNIX -DANSI_COLOR + CFLAGS += -DUSE_MREADLINE + #CFLAGS += -DENGLISH_LANG + #CFLAGS += -DBRAZIL_LANG |