diff options
author | jnemeth <jnemeth> | 2009-12-15 08:29:35 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2009-12-15 08:29:35 +0000 |
commit | 28e5941c17e1b61780d893010eae69e8648ba469 (patch) | |
tree | c78c5040a89effb16500c408b2630e6c3fc91447 /chat/centerim/Makefile | |
parent | ddb41e03008851525b51ebec8962f55f4f291e94 (diff) | |
download | pkgsrc-28e5941c17e1b61780d893010eae69e8648ba469.tar.gz |
Update to 4.22.9. Note that 4.22.8 contains a security fix.
* 2009-12-14 CenterIM 4.22.9 released
This release fixes the issues with connection to the MSN
protocol.
* 2009-08-09 CenterIM 4.22.8 released
This release fixes the issues with connection to the Yahoo
messenger protocol as well as a Security bug in the gadugadu
library CVE-2008-4776.
* 2009-06-24 Yahoo! protocol change
CenterIM has updated support for new version and YIM should
work again - try latest mobshot
* 2009-02-22 Centerim 4.22.7 has been released
This release fixes the AIM regression from 4.22.6. Also
introduces Atom feed support and much more. See the Changelog
for more details.
* 2008-10-26 Centerim 4.22.6 has been released
Diffstat (limited to 'chat/centerim/Makefile')
-rw-r--r-- | chat/centerim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/centerim/Makefile b/chat/centerim/Makefile index 3558b195ec7..70f9129aec2 100644 --- a/chat/centerim/Makefile +++ b/chat/centerim/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2009/08/26 19:57:15 sno Exp $ +# $NetBSD: Makefile,v 1.9 2009/12/15 08:29:35 jnemeth Exp $ # -DISTNAME= centerim-4.22.5 -PKGREVISION= 1 +DISTNAME= centerim-4.22.9 CATEGORIES= chat MASTER_SITES= http://www.centerim.org/download/releases/ \ http://transacid.de/centerim/releases/ @@ -10,6 +9,7 @@ MASTER_SITES= http://www.centerim.org/download/releases/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.centerim.org/ COMMENT= Instant Messenger interface supporting many protocols +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -60,7 +60,7 @@ CONFIGURE_ENV+= ac_cv_lib_iconv_iconv=yes .endif post-install: - ${INSTALL_MAN} ${WRKSRC}/centerim.1 ${DESTDIR:Q}${PREFIX}/${PKGMANDIR}/man1/ + ${INSTALL_MAN} ${WRKSRC}/centerim.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ .include "../../mk/bsd.pkg.mk" |