update to 3.1.0
help and ok steven@
This commit is contained in:
parent
64ca3c8ae0
commit
5ace239209
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/15 23:30:00 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/11/29 14:07:42 okan Exp $
|
||||
|
||||
COMMENT= allows deniable private conversations using Pidgin
|
||||
|
||||
DISTNAME= pidgin-otr-20070506
|
||||
DISTNAME= pidgin-otr-3.1.0
|
||||
CATEGORIES= security net
|
||||
|
||||
HOMEPAGE= http://www.cypherpunks.ca/otr/ \
|
||||
http://www.xelerance.com/mirror/otr/
|
||||
HOMEPAGE= http://www.cypherpunks.ca/otr/
|
||||
|
||||
MASTER_SITES= http://humppa.nl/distfiles/ # ${HOMEPAGE}
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -17,13 +17,14 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :pidgin->=2.0.0:net/pidgin
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= otr.>=3:libotr->=3.0.0p0:security/libotr
|
||||
LIB_DEPENDS= otr.>=3.1:libotr->=3.1.0:security/libotr
|
||||
|
||||
MODULES= devel/gettext
|
||||
WANTLIB= gpg-error gcrypt
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
LIBTOOL_FLAGS+= --tag=disable-static
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -35,9 +36,16 @@ AUTOCONF_VERSION=2.59
|
||||
AUTOMAKE_VERSION=1.9
|
||||
BUILD_DEPENDS+= :autoconf-${AUTOCONF_VERSION}*:devel/autoconf/${AUTOCONF_VERSION} \
|
||||
:automake-${AUTOMAKE_VERSION}*:devel/automake/${AUTOMAKE_VERSION} \
|
||||
::textproc/intltool
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SETENV} AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} autoreconf -s -i
|
||||
cd ${WRKSRC} && ${LOCALBASE}/bin/intltoolize --force --copy
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pidgin
|
||||
${INSTALL_DATA} ${WRKSRC}/README \
|
||||
${PREFIX}/share/doc/pidgin/otr-plugin.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (pidgin-otr-20070506.tar.gz) = VtTXb8FAnucEFK0LlPMV0Q==
|
||||
RMD160 (pidgin-otr-20070506.tar.gz) = qYwdc7Y4h/b6K9tpQOLkCqr1Ayo=
|
||||
SHA1 (pidgin-otr-20070506.tar.gz) = LMSiccOS/Fa+yh8ubi51Gntaqiw=
|
||||
SHA256 (pidgin-otr-20070506.tar.gz) = XhPJj/uATmsiXOgNP3ZxBeH9oH65nEj9usr3dxWHet4=
|
||||
SIZE (pidgin-otr-20070506.tar.gz) = 48725
|
||||
MD5 (pidgin-otr-3.1.0.tar.gz) = 9MqLwigGlhbUyPqSiK9rtQ==
|
||||
RMD160 (pidgin-otr-3.1.0.tar.gz) = 8HkHGP7k1jvjqy55XlAHURN/AOU=
|
||||
SHA1 (pidgin-otr-3.1.0.tar.gz) = 8i2UiNo9CF+YgJDKO495KRuO20U=
|
||||
SHA256 (pidgin-otr-3.1.0.tar.gz) = Qp9okx5jv67c5yAecDnuH6PvI/byq7iQeU/AWTomotA=
|
||||
SIZE (pidgin-otr-3.1.0.tar.gz) = 403637
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/28 07:26:33 steven Exp $
|
||||
lib/pidgin/pidgin-otr.a
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/11/29 14:07:42 okan Exp $
|
||||
lib/pidgin/pidgin-otr.la
|
||||
lib/pidgin/pidgin-otr.so
|
||||
share/doc/pidgin/otr-plugin.txt
|
||||
|
Loading…
Reference in New Issue
Block a user