diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-11 04:20:52 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-11 04:20:52 +0000 |
commit | c18be9a5ac420d886bbd45ac169fc5bd1c4299c4 (patch) | |
tree | eca53ed3d70aa9f4eee0be89589b96f75d8751a1 /net/gaim | |
parent | 961eb721ed600bdc5d3804271929cdff89dcf7e8 (diff) | |
download | FreeBSD-ports-c18be9a5ac420d886bbd45ac169fc5bd1c4299c4.zip FreeBSD-ports-c18be9a5ac420d886bbd45ac169fc5bd1c4299c4.tar.gz |
Looks like 0.75 was respun. The differences are superficial. The NEWS file
changed (a lot of text was removed including a thank you to me :-( ). Also,
the VERSION file was changed from 0.75 to 0.75cvs, the RPM spec file was
slightly altered to remove the COPYRIGHT file, and a lot of the translation
files had their dates changed.
Also, remove text talking about OpenSSL. We no longer support OpenSSL in
gaim. [1]
Reported by: bland [1]
Diffstat (limited to 'net/gaim')
-rw-r--r-- | net/gaim/Makefile | 3 | ||||
-rw-r--r-- | net/gaim/distinfo | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 6bf0142..9290f1b 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -101,8 +101,7 @@ pre-everything:: @${ECHO_MSG} " TCL_VER Use Tcl/Tk (version)" @${ECHO_MSG} "" .if !defined(WITH_GNUTLS) && defined(WITHOUT_NSS) - @${ECHO_MSG} "WARNING: In order to use MSN, you must define WITH_GNUTLS and/or WITH_NSS" - @${ECHO_MSG} " if you disable OpenSSL support" + @${ECHO_MSG} "WARNING: In order to use MSN, you must define WITH_GNUTLS and/or WITH_NSS." @${ECHO_MSG} "" .endif diff --git a/net/gaim/distinfo b/net/gaim/distinfo index 3800332..95107ad 100644 --- a/net/gaim/distinfo +++ b/net/gaim/distinfo @@ -1 +1 @@ -MD5 (gaim-0.75.tar.bz2) = 9935155985c25dfc9b59183de0da3c30 +MD5 (gaim-0.75.tar.bz2) = 227653b2987315f53f43b64aa3ba7216 |