diff options
author | dougb <dougb@FreeBSD.org> | 2007-08-24 04:57:59 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-08-24 04:57:59 +0800 |
commit | 54b0b1f41acb07d41af48bcadfe8b8be24294f93 (patch) | |
tree | e44759a10e4b6b0c6b167d82d2d73acae17da7e8 /security/libotr | |
parent | 6deb4386d7c87ed595bb385ff1ac7443a74189a3 (diff) | |
download | freebsd-ports-gnome-54b0b1f41acb07d41af48bcadfe8b8be24294f93.tar.gz freebsd-ports-gnome-54b0b1f41acb07d41af48bcadfe8b8be24294f93.tar.zst freebsd-ports-gnome-54b0b1f41acb07d41af48bcadfe8b8be24294f93.zip |
1. Update to version 3.1.0
2. Add a verify target for the PGP signature, and download the signature
Approved by: maintainer
PR: ports/115664 (pkg-plist fix)
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'security/libotr')
-rw-r--r-- | security/libotr/Makefile | 8 | ||||
-rw-r--r-- | security/libotr/distinfo | 9 | ||||
-rw-r--r-- | security/libotr/pkg-plist | 3 |
3 files changed, 14 insertions, 6 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile index f367502a7417..0eb8f8e87932 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -7,10 +7,11 @@ # PORTNAME= libotr -PORTVERSION= 3.0.0 -PORTREVISION= 3 +PORTVERSION= 3.1.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 COMMENT= The portable OTR Messaging Library and toolkit @@ -29,4 +30,7 @@ MLINKS= otr_toolkit.1 otr_parse.1 \ otr_toolkit.1 otr_modify.1 \ otr_toolkit.1 otr_remac.1 +verify: checksum + gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc + .include <bsd.port.mk> diff --git a/security/libotr/distinfo b/security/libotr/distinfo index cd4aedde3bf7..eca177537f48 100644 --- a/security/libotr/distinfo +++ b/security/libotr/distinfo @@ -1,3 +1,6 @@ -MD5 (libotr-3.0.0.tar.gz) = 117aea2c7de6b208ebed662045f46f3e -SHA256 (libotr-3.0.0.tar.gz) = 085b3bdb3ef04ee2a59cd853ff0f2c31a47587bced157ad3f0395d24bed6c3b0 -SIZE (libotr-3.0.0.tar.gz) = 392431 +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 diff --git a/security/libotr/pkg-plist b/security/libotr/pkg-plist index 7064f1bc2b7f..b7386709aca5 100644 --- a/security/libotr/pkg-plist +++ b/security/libotr/pkg-plist @@ -14,12 +14,13 @@ include/libotr/privkey.h include/libotr/privkey-t.h include/libotr/proto.h include/libotr/serial.h +include/libotr/sm.h include/libotr/tlv.h include/libotr/userstate.h include/libotr/version.h lib/libotr.a lib/libotr.la lib/libotr.so -lib/libotr.so.2 +lib/libotr.so.3 share/aclocal/libotr.m4 @dirrm include/libotr |