svn commit: r325273 - in head/security: pinentry pinentry-curses pinentry-gtk pinentry-gtk2 pinentry-qt4 pinentry/files
Max Brazhnikov
makc at FreeBSD.org
Fri Aug 23 16:12:33 UTC 2013
Author: makc
Date: Fri Aug 23 16:12:31 2013
New Revision: 325273
URL: http://svnweb.freebsd.org/changeset/ports/325273
Log:
- Update to 0.8.3
- Remove stale patch
- Drop deprecated PTHREAD_* stuff
Deleted:
head/security/pinentry/files/patch-curses-utf
Modified:
head/security/pinentry-curses/Makefile
head/security/pinentry-gtk/Makefile
head/security/pinentry-gtk2/Makefile
head/security/pinentry-qt4/Makefile
head/security/pinentry/Makefile
head/security/pinentry/distinfo (contents, props changed)
Modified: head/security/pinentry-curses/Makefile
==============================================================================
--- head/security/pinentry-curses/Makefile Fri Aug 23 15:40:27 2013 (r325272)
+++ head/security/pinentry-curses/Makefile Fri Aug 23 16:12:31 2013 (r325273)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pinentry
-PORTREVISION= 3
+PORTREVISION= 0
COMMENT= Curses version of the gnupg password dialog
Modified: head/security/pinentry-gtk/Makefile
==============================================================================
--- head/security/pinentry-gtk/Makefile Fri Aug 23 15:40:27 2013 (r325272)
+++ head/security/pinentry-gtk/Makefile Fri Aug 23 16:12:31 2013 (r325273)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pinentry
-PORTREVISION= 3
+PORTREVISION= 0
COMMENT= GTK version of the gnupg password dialog
Modified: head/security/pinentry-gtk2/Makefile
==============================================================================
--- head/security/pinentry-gtk2/Makefile Fri Aug 23 15:40:27 2013 (r325272)
+++ head/security/pinentry-gtk2/Makefile Fri Aug 23 16:12:31 2013 (r325273)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pinentry
-PORTREVISION= 3
+PORTREVISION= 0
COMMENT= GTK+ 2.0 version of the GnuPG password dialog
Modified: head/security/pinentry-qt4/Makefile
==============================================================================
--- head/security/pinentry-qt4/Makefile Fri Aug 23 15:40:27 2013 (r325272)
+++ head/security/pinentry-qt4/Makefile Fri Aug 23 16:12:31 2013 (r325273)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pinentry
-PORTREVISION= 3
+PORTREVISION= 0
COMMENT= Qt 4 version of the gnupg password dialog
Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile Fri Aug 23 15:40:27 2013 (r325272)
+++ head/security/pinentry/Makefile Fri Aug 23 16:12:31 2013 (r325273)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= pinentry
-PORTVERSION= 0.8.1
-PORTREVISION?= 4
+PORTVERSION= 0.8.3
+PORTREVISION?= 0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= pinentry
@@ -16,6 +16,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security
CONFLICTS_INSTALL?= pinentry-[a-z]*
+USE_BZIP2= yes
USES= iconv gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-pinentry-qt
@@ -43,7 +44,6 @@ PKGNAMESUFFIX= ${PINENTRY_SLAVE}
USE_QT4= gui moc_build
PLIST_SUB+= WITH_QT4=""
MOC4= ${LOCALBASE}/bin/moc-qt4
-LDFLAGS+= ${PTHREAD_LIBS}
.else
CONFIGURE_ARGS+=--disable-pinentry-qt4
PLIST_SUB+= WITH_QT4="@comment "
@@ -74,8 +74,6 @@ PLIST_SUB+= WITH_NCURSES="@comment "
.endif
pre-configure:
- ${REINPLACE_CMD} -e "s at -lpthread@${PTHREAD_LIBS}@g" \
- ${WRKSRC}/m4/qt.m4 ${WRKSRC}/configure
.if ${PORT_OPTIONS:MQT4}
cd ${WRKSRC}/qt4 && \
${MOC4} pinentrydialog.h > pinentrydialog.moc && \
Modified: head/security/pinentry/distinfo
==============================================================================
--- head/security/pinentry/distinfo Fri Aug 23 15:40:27 2013 (r325272)
+++ head/security/pinentry/distinfo Fri Aug 23 16:12:31 2013 (r325273)
@@ -1,2 +1,2 @@
-SHA256 (pinentry-0.8.1.tar.gz) = 3e17e1d410686d197f96b61b04e3fad28bd6bcb029077bdfd902780934de9132
-SIZE (pinentry-0.8.1.tar.gz) = 504101
+SHA256 (pinentry-0.8.3.tar.bz2) = 568b0b09b50b2388a4f94d704d5bcb28718ecd4654ed1acc43ab1f97d921a0ad
+SIZE (pinentry-0.8.3.tar.bz2) = 430753
More information about the svn-ports-all
mailing list