Update to version 3.2.0, released June 15th. The configuration and
"OTR button" functionality have been moved to a menu. Also, "Buddy authentication has been revamped, based on the user study published in SOUPS 2008." The old authentication methods are still allowed. This version adds locale files for ar, de, hu, and ru. Drop the specific library version number for libpurple to (hopefully) avoid churn down the road. Assume maintainership, and add my website to MASTER_SITES. Approved by: Maintainer timeout
This commit is contained in:
parent
8557c070e5
commit
962c0c5185
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216128
3 changed files with 15 additions and 11 deletions
|
@ -7,22 +7,22 @@
|
|||
#
|
||||
|
||||
PORTNAME= otr
|
||||
PORTVERSION= 3.1.0
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://www.cypherpunks.ca/otr/
|
||||
MASTER_SITES= http://www.cypherpunks.ca/otr/ \
|
||||
http://dougbarton.us/Downloads/
|
||||
PKGNAMEPREFIX= pidgin-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= perlfu@gmail.com
|
||||
MAINTAINER= dougb@FreeBSD.org
|
||||
COMMENT= Allows deniable private conversations using Pidgin
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin
|
||||
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
|
||||
gcrypt:${PORTSDIR}/security/libgcrypt \
|
||||
purple.4:${PORTSDIR}/net-im/libpurple
|
||||
purple:${PORTSDIR}/net-im/libpurple
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= intltool
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (pidgin-otr-3.1.0.tar.gz) = f4ca8bc228069616d4c8fa9288af6bb5
|
||||
SHA256 (pidgin-otr-3.1.0.tar.gz) = 429f68931e63bfaedce7201e7039ee1fa3ef23f6f2abb890794fc0593a26a2d0
|
||||
SIZE (pidgin-otr-3.1.0.tar.gz) = 403637
|
||||
MD5 (pidgin-otr-3.1.0.tar.gz.asc) = 0b6fcd5705cb365b88d4c22c67cb70f5
|
||||
SHA256 (pidgin-otr-3.1.0.tar.gz.asc) = 7dceff6dd946930da985d39881268ff0bd7314add6516ec7f67b11cf927c5b83
|
||||
SIZE (pidgin-otr-3.1.0.tar.gz.asc) = 191
|
||||
MD5 (pidgin-otr-3.2.0.tar.gz) = 8af70b654b7d7c5a5b7785699ff562f9
|
||||
SHA256 (pidgin-otr-3.2.0.tar.gz) = 0870858b06d90cb522b93a354435f7645a9e28cff2d4bae929a6455d4cd1e6b2
|
||||
SIZE (pidgin-otr-3.2.0.tar.gz) = 435146
|
||||
MD5 (pidgin-otr-3.2.0.tar.gz.asc) = 67d711a7a44cef2791f50b319aaf0e0e
|
||||
SHA256 (pidgin-otr-3.2.0.tar.gz.asc) = f57ee77b18b563e8d341bcc87376faac36107b797b4c17276835de45602f5867
|
||||
SIZE (pidgin-otr-3.2.0.tar.gz.asc) = 191
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
lib/pidgin/pidgin-otr.la
|
||||
lib/pidgin/pidgin-otr.so
|
||||
share/locale/ar/LC_MESSAGES/pidgin-otr.mo
|
||||
share/locale/de/LC_MESSAGES/pidgin-otr.mo
|
||||
share/locale/es/LC_MESSAGES/pidgin-otr.mo
|
||||
share/locale/fr/LC_MESSAGES/pidgin-otr.mo
|
||||
share/locale/hu/LC_MESSAGES/pidgin-otr.mo
|
||||
share/locale/nl/LC_MESSAGES/pidgin-otr.mo
|
||||
share/locale/ru/LC_MESSAGES/pidgin-otr.mo
|
||||
share/locale/sk/LC_MESSAGES/pidgin-otr.mo
|
||||
@dirrmtry lib/pidgin
|
||||
|
|
Loading…
Reference in a new issue