mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
1. Update to 3.1.0
2. Update the MASTER_SITES 3. Add a verify target for the PGP signature, and download the signature 4. Add USE_GMAKE 5. Add an unconditional USE_GETTEXT since there is no way to disable it 6. Update pkg-plist with the *.mo files Approved by: maintainer timeout PR: ports/115664 (pkg-plist fix) Submitted by: Matthias Andree <matthias.andree@gmx.de>
This commit is contained in:
parent
515e8058bf
commit
e8a706e264
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198219
@ -7,12 +7,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= otr
|
||||
PORTVERSION= 3.0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://www.cyberdyne.org/~icebrkr/files/
|
||||
MASTER_SITES= http://www.cypherpunks.ca/otr/
|
||||
PKGNAMEPREFIX= pidgin-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= perlfu@gmail.com
|
||||
COMMENT= Allows deniable private conversations using Pidgin
|
||||
@ -23,6 +24,8 @@ LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
|
||||
purple.1:${PORTSDIR}/net-im/libpurple
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
|
||||
@ -30,6 +33,9 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
|
||||
CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \
|
||||
--with-libotr-inc-prefix=${LOCALBASE}/include
|
||||
|
||||
verify: checksum
|
||||
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
MD5 (pidgin-otr-3.0.1.tar.gz) = 826975e987418d2b3b3f8561a6c25467
|
||||
SHA256 (pidgin-otr-3.0.1.tar.gz) = 38b128909395f98b53c63868351a8d18a7ec6949631aaa6d3e54f928894ed80f
|
||||
SIZE (pidgin-otr-3.0.1.tar.gz) = 571630
|
||||
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
|
||||
|
@ -1,3 +1,7 @@
|
||||
lib/pidgin/pidgin-otr.la
|
||||
lib/pidgin/pidgin-otr.so
|
||||
share/locale/es/LC_MESSAGES/pidgin-otr.mo
|
||||
share/locale/fr/LC_MESSAGES/pidgin-otr.mo
|
||||
share/locale/nl/LC_MESSAGES/pidgin-otr.mo
|
||||
share/locale/sk/LC_MESSAGES/pidgin-otr.mo
|
||||
@dirrmtry lib/pidgin
|
||||
|
Loading…
Reference in New Issue
Block a user