Tue Oct 21 12:04:12 2014 UTC ()
Update to 4.0.1.

21 Oct 2014:

- Hardened Windows build
- Fix max message size for Novell Groupwise
- New Czech, Finnish, Brazilian Portuguese, Norwegian Bokm奪l
  translations.  Updated French, Chinese translations.
- Release 4.0.1


(gdt)
diff -r1.47 -r1.48 pkgsrc/chat/pidgin-otr/Makefile
diff -r1.4 -r1.5 pkgsrc/chat/pidgin-otr/distinfo

cvs diff -r1.47 -r1.48 pkgsrc/chat/pidgin-otr/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/pidgin-otr/Makefile 2014/05/29 23:35:19 1.47
+++ pkgsrc/chat/pidgin-otr/Makefile 2014/10/21 12:04:12 1.48
@@ -1,24 +1,30 @@ @@ -1,24 +1,30 @@
1# $NetBSD: Makefile,v 1.47 2014/05/29 23:35:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.48 2014/10/21 12:04:12 gdt Exp $
2 2
3DISTNAME= pidgin-otr-4.0.0 3VERSION= 4.0.1
4PKGREVISION= 18 4DISTNAME= pidgin-otr-${VERSION}
 5PKGNAME= pidgin-otr-${VERSION}
5CATEGORIES= chat security 6CATEGORIES= chat security
6MASTER_SITES= http://www.cypherpunks.ca/otr/ 7MASTER_SITES= http://www.cypherpunks.ca/otr/
7 8
8MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= http://www.cypherpunks.ca/otr/ 10HOMEPAGE= http://www.cypherpunks.ca/otr/
10COMMENT= Plugin for pidgin to add OTR (Off-The-Record) encryption 11COMMENT= Plugin for pidgin to add OTR (Off-The-Record) encryption
11 12
 13LICENSE= gnu-gpl-v2
 14
 15# Work around rc tarballs that unpack to bare version.
 16WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
 17
12GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 19USE_LIBTOOL= yes
14USE_TOOLS+= intltool msgfmt perl pkg-config 20USE_TOOLS+= intltool msgfmt perl pkg-config
15INSTALLATION_DIRS+= share/doc/pidgin-otr 21INSTALLATION_DIRS+= share/doc/pidgin-otr
16 22
17BUILDLINK_ABI_DEPENDS.libgcrypt+= libgcrypt>=1.4.3 23BUILDLINK_ABI_DEPENDS.libgcrypt+= libgcrypt>=1.4.3
18 24
19post-install: 25post-install:
20 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-otr/ 26 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-otr/
21 27
22.include "../../chat/pidgin/buildlink3.mk" 28.include "../../chat/pidgin/buildlink3.mk"
23.include "../../chat/libotr/buildlink3.mk" 29.include "../../chat/libotr/buildlink3.mk"
24.include "../../devel/gettext-lib/buildlink3.mk" 30.include "../../devel/gettext-lib/buildlink3.mk"

cvs diff -r1.4 -r1.5 pkgsrc/chat/pidgin-otr/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/pidgin-otr/distinfo 2012/09/06 00:24:47 1.4
+++ pkgsrc/chat/pidgin-otr/distinfo 2014/10/21 12:04:12 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/09/06 00:24:47 gdt Exp $ 1$NetBSD: distinfo,v 1.5 2014/10/21 12:04:12 gdt Exp $
2 2
3SHA1 (pidgin-otr-4.0.0.tar.gz) = 23c602c4b306ef4eeb3ff5959cd389569f39044d 3SHA1 (pidgin-otr-4.0.1.tar.gz) = e231a2dc72c960f2aa70d8c9d4b05abc6d123085
4RMD160 (pidgin-otr-4.0.0.tar.gz) = aac18399f6c29ecf00a78f1c8ec55de4493347f1 4RMD160 (pidgin-otr-4.0.1.tar.gz) = 54be329e86e9f17f98e6bf61c1fe0972a4f4232c
5Size (pidgin-otr-4.0.0.tar.gz) = 459591 bytes 5Size (pidgin-otr-4.0.1.tar.gz) = 496879 bytes