diff options
author | Doug Barton <dougb@FreeBSD.org> | 2007-08-23 21:21:19 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2007-08-23 21:21:19 +0000 |
commit | e8a706e264511252fa159b2ad165d08fa0d621af (patch) | |
tree | 806d49f0e29c41dca417e847704c3bf7ae15b499 | |
parent | 515e8058bf6f833d088f88dfb3d359b7c5189b40 (diff) | |
download | freebsd-ports-e8a706e264511252fa159b2ad165d08fa0d621af.zip |
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>
-rw-r--r-- | security/pidgin-otr/Makefile | 12 | ||||
-rw-r--r-- | security/pidgin-otr/distinfo | 9 | ||||
-rw-r--r-- | security/pidgin-otr/pkg-plist | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index b65e0eefac4b..d5853b3c7874 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -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 diff --git a/security/pidgin-otr/distinfo b/security/pidgin-otr/distinfo index 00c4bc0d1cb4..e55ab5a1a081 100644 --- a/security/pidgin-otr/distinfo +++ b/security/pidgin-otr/distinfo @@ -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 diff --git a/security/pidgin-otr/pkg-plist b/security/pidgin-otr/pkg-plist index 740e1479a0a1..f367ca8051d7 100644 --- a/security/pidgin-otr/pkg-plist +++ b/security/pidgin-otr/pkg-plist @@ -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 |