1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update to 0.7.2

This commit is contained in:
Michael Nottebrock 2005-04-15 23:46:01 +00:00
parent 090d5e38ff
commit b8cbe9f50e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133458
6 changed files with 9 additions and 37 deletions

View File

@ -9,7 +9,7 @@ PORTNAME= pinentry
COMMENT= Curses version of the gnupg password dialog
CONFLICTS= pinentry-0.7.1
CONFLICTS= pinentry-[0-9]*
PINENTRY_CURSES=yes

View File

@ -9,7 +9,7 @@ PORTNAME= pinentry
COMMENT= GTK version of the gnupg password dialog
CONFLICTS= pinentry-0.7.1
CONFLICTS= pinentry-[0-9]*
PINENTRY_GTK= yes

View File

@ -9,7 +9,7 @@ PORTNAME= pinentry
COMMENT= GTK+ 2.0 version of the GnuPG password dialog
CONFLICTS= pinentry-0.7.1
CONFLICTS= pinentry-[0-9]*
PINENTRY_GTK2= yes

View File

@ -9,7 +9,7 @@ PORTNAME= pinentry
COMMENT= QT version of the gnupg password dialog
CONFLICTS= pinentry-0.7.1
CONFLICTS= pinentry-[0-9]*
PINENTRY_QT= yes

View File

@ -6,8 +6,7 @@
#
PORTNAME= pinentry
PORTVERSION= 0.7.1
PORTREVISION= 3
PORTVERSION= 0.7.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= pinentry
@ -18,7 +17,7 @@ COMMENT?= A collection of simple PIN or passphrase entry dialogs
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
ksba.13:${PORTSDIR}/security/libksba
CONFLICTS?= pinentry-qt* pinentry-gtk* pinentry-curses*
CONFLICTS?= pinentry-[a-z]*-[0.9]*
USE_GETOPT_LONG=yes
USE_ICONV= yes
@ -56,16 +55,7 @@ PLIST_SUB+= WITH_GTK="@comment "
.if defined(PINENTRY_GTK2)
USE_GNOME+= gtk20
PLIST_SUB+= WITH_GTK2=""
PATCH_SITES= http://home.arcor.de/dralbrecht.dress/GnuPG/
PATCHFILES= pinentry-0.7.1-gtk+-2.4.diff.bz2
PATCH_DIST_STRIP= -p1
USE_AUTOCONF_VER= 259
USE_AUTOMAKE_VER= 19
pre-configure:
@cd ${WRKSRC}; ${ACLOCAL}
CONFIGURE_ENV+= CFLAGS=-I/usr/local/include
.else
CONFIGURE_ARGS+=--disable-pinentry-gtk2
PLIST_SUB+= WITH_GTK2="@comment "
@ -78,28 +68,12 @@ CONFIGURE_ARGS+=--disable-pinentry-curses
PLIST_SUB+= WITH_CURSES="@comment "
.endif
.else
PATCH_SITES= http://home.arcor.de/dralbrecht.dress/GnuPG/
PATCHFILES= pinentry-0.7.1-gtk+-2.4.diff.bz2
PATCH_DIST_STRIP= -p1
USE_AUTOCONF_VER= 259
USE_AUTOMAKE_VER= 19
USE_QT_VER= 3
USE_GNOME+= gtk12 gtk20
PLIST_SUB+= WITH_QT=""
PLIST_SUB+= WITH_GTK=""
PLIST_SUB+= WITH_GTK2=""
PLIST_SUB+= WITH_CURSES=""
pre-configure:
@cd ${WRKSRC}; ${ACLOCAL}
run-autotools:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} \
${AUTOMAKE_ARGS})
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF} \
${AUTOCONF_ARGS})
@${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" \
${WRKSRC}/acinclude.m4 ${WRKSRC}/configure
.endif
.include <bsd.port.mk>

View File

@ -1,4 +1,2 @@
MD5 (pinentry-0.7.1.tar.gz) = 7861d63dea6434a5a05da84e83f209e6
SIZE (pinentry-0.7.1.tar.gz) = 347047
MD5 (pinentry-0.7.1-gtk+-2.4.diff.bz2) = 824144322bcfbba4d291e293b352610a
SIZE (pinentry-0.7.1-gtk+-2.4.diff.bz2) = 26267
MD5 (pinentry-0.7.2.tar.gz) = 55626ce13ed76d82ec5330d19bdf3ab4
SIZE (pinentry-0.7.2.tar.gz) = 398775