mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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>
This commit is contained in:
parent
7cff31552a
commit
a4b970eb78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198217
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user