diff options
author | jgh <jgh@FreeBSD.org> | 2013-02-27 07:11:52 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-02-27 07:11:52 +0800 |
commit | afca59e968d06ee12e36a9e5577147100b91fb48 (patch) | |
tree | 7f2743b0bb114522abd100f2caa6c6932d4662f6 /security/pidgin-otr | |
parent | b1e96949f439dcebcec4d0a82d0da7ea6efb130a (diff) | |
download | freebsd-ports-gnome-afca59e968d06ee12e36a9e5577147100b91fb48.tar.gz freebsd-ports-gnome-afca59e968d06ee12e36a9e5577147100b91fb48.tar.zst freebsd-ports-gnome-afca59e968d06ee12e36a9e5577147100b91fb48.zip |
- take maintainership and drop verify target
Diffstat (limited to 'security/pidgin-otr')
-rw-r--r-- | security/pidgin-otr/Makefile | 9 | ||||
-rw-r--r-- | security/pidgin-otr/distinfo | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index e41645a15130..6fbf4b64c582 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -8,15 +8,13 @@ CATEGORIES= security net-im net 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= ports@FreeBSD.org +MAINTAINER= jgh@FreeBSD.org COMMENT= Allows deniable private conversations using Pidgin BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ pkgconf>0:${PORTSDIR}/devel/pkgconf -LIB_DEPENDS= otr.5:${PORTSDIR}/security/libotr \ +LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \ gcrypt:${PORTSDIR}/security/libgcrypt \ purple:${PORTSDIR}/net-im/libpurple @@ -32,7 +30,4 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \ --with-libotr-inc-prefix=${LOCALBASE}/include -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc - .include <bsd.port.mk> diff --git a/security/pidgin-otr/distinfo b/security/pidgin-otr/distinfo index 4f65f21dfdbc..93126ec24c87 100644 --- a/security/pidgin-otr/distinfo +++ b/security/pidgin-otr/distinfo @@ -1,4 +1,2 @@ SHA256 (pidgin-otr-4.0.0.tar.gz) = d56b3f092dbe9ee6597641c7d2dd294884dc04ba47aaf4ec571cd54977df4691 SIZE (pidgin-otr-4.0.0.tar.gz) = 459591 -SHA256 (pidgin-otr-4.0.0.tar.gz.asc) = cbde09d59d0341df738d83c789563435e1a555e881c4b749e339b364e17074f5 -SIZE (pidgin-otr-4.0.0.tar.gz.asc) = 190 |