diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-07-02 05:49:30 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-07-02 05:49:30 +0000 |
commit | 8ff88f62ab9152bf13d550da69dca0b4ee8b587f (patch) | |
tree | 67a763c12cccd3d218e02620899af7524d2c40ad /security/libotr | |
parent | 42a0d5d49b6aee8a09be67ab7c1311648418b040 (diff) | |
download | ports-8ff88f62ab9152bf13d550da69dca0b4ee8b587f.tar.gz ports-8ff88f62ab9152bf13d550da69dca0b4ee8b587f.zip |
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.
In this version support for pkgconfig has been added, and the
shared library version number has been bumped.
This port has 3 consumers, net-im/climm, security/kopete-otr, and
security/pidgin-otr. Maintainers of the first two have confirmed
that this update works for them. An update for pidgin-otr is next.
This has been tested against pidgin 2.4.2 and 2.4.3.
Finally, I'm taking over maintainership per agreement with the
current maintainer.
Notes
Notes:
svn path=/head/; revision=216124
Diffstat (limited to 'security/libotr')
-rw-r--r-- | security/libotr/Makefile | 10 | ||||
-rw-r--r-- | security/libotr/distinfo | 12 | ||||
-rw-r--r-- | security/libotr/pkg-plist | 3 |
3 files changed, 15 insertions, 10 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile index dfba4300fc59..c0912d5a2685 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -7,19 +7,19 @@ # PORTNAME= libotr -PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTVERSION= 3.2.0 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ca/otr/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@mcdermottroe.com +MAINTAINER= dougb@FreeBSD.org COMMENT= The portable OTR Messaging Library and toolkit LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \ gcrypt:${PORTSDIR}/security/libgcrypt +USE_GNOME= pkgconfig USE_AUTOTOOLS= autoconf:261 libtool:15 USE_LDCONFIG= yes @@ -34,4 +34,8 @@ MLINKS= otr_toolkit.1 otr_parse.1 \ verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc +post-patch: + @${REINPLACE_CMD} -e 's#^pkgconfigdir .*#pkgconfigdir = ${PREFIX}/libdata/pkgconfig#' \ + ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am + .include <bsd.port.mk> diff --git a/security/libotr/distinfo b/security/libotr/distinfo index eca177537f48..a29fb9da6156 100644 --- a/security/libotr/distinfo +++ b/security/libotr/distinfo @@ -1,6 +1,6 @@ -MD5 (libotr-3.1.0.tar.gz) = 6266a2966cc9e00822add3175b0b77cf -SHA256 (libotr-3.1.0.tar.gz) = 721560bba21ec7e54c75925de26fe7b59ecdaf9c9b81613a052a3d86b72d7ef4 -SIZE (libotr-3.1.0.tar.gz) = 428444 -MD5 (libotr-3.1.0.tar.gz.asc) = 3a9bc7bfc275c5fb9775e196b9bb52a6 -SHA256 (libotr-3.1.0.tar.gz.asc) = 4fb161a8171cad5bb28c23ec036d2a4bbcbe2cc5701840f1bf0c0c3b1a42512d -SIZE (libotr-3.1.0.tar.gz.asc) = 191 +MD5 (libotr-3.2.0.tar.gz) = faba02e60f64e492838929be2272f839 +SHA256 (libotr-3.2.0.tar.gz) = d83b9d20e36e2a4a55e5336f15d1d218d627bc0af7af94e3835bdc8b6d8b6693 +SIZE (libotr-3.2.0.tar.gz) = 430299 +MD5 (libotr-3.2.0.tar.gz.asc) = d2bf4eed45d75728b7c8f357d8846d78 +SHA256 (libotr-3.2.0.tar.gz.asc) = ac0cdb8ec410cf35c632aee2b0d9d75525a2d59361d3b23002f598e35ac79f65 +SIZE (libotr-3.2.0.tar.gz.asc) = 191 diff --git a/security/libotr/pkg-plist b/security/libotr/pkg-plist index b7386709aca5..27c9ced871fc 100644 --- a/security/libotr/pkg-plist +++ b/security/libotr/pkg-plist @@ -21,6 +21,7 @@ include/libotr/version.h lib/libotr.a lib/libotr.la lib/libotr.so -lib/libotr.so.3 +lib/libotr.so.4 +libdata/pkgconfig/libotr.pc share/aclocal/libotr.m4 @dirrm include/libotr |