Date: Tue, 16 Sep 2014 13:44:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368312 - in head/security: dirmngr gnupg libksba pinentry Message-ID: <201409161344.s8GDiDEX076340@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 16 13:44:13 2014 New Revision: 368312 URL: http://svnweb.freebsd.org/changeset/ports/368312 QAT: https://qat.redports.org/buildarchive/r368312/ Log: - Drop .la files for security/libksba, no dependees require them - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/security/dirmngr/Makefile head/security/gnupg/Makefile head/security/libksba/Makefile head/security/libksba/pkg-plist head/security/pinentry/Makefile Modified: head/security/dirmngr/Makefile ============================================================================== --- head/security/dirmngr/Makefile Tue Sep 16 13:41:41 2014 (r368311) +++ head/security/dirmngr/Makefile Tue Sep 16 13:44:13 2014 (r368312) @@ -3,7 +3,7 @@ PORTNAME= dirmngr PORTVERSION= 1.1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= dirmngr Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Tue Sep 16 13:41:41 2014 (r368311) +++ head/security/gnupg/Makefile Tue Sep 16 13:44:13 2014 (r368312) @@ -2,6 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.26 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg Modified: head/security/libksba/Makefile ============================================================================== --- head/security/libksba/Makefile Tue Sep 16 13:41:41 2014 (r368311) +++ head/security/libksba/Makefile Tue Sep 16 13:44:13 2014 (r368312) @@ -3,7 +3,7 @@ PORTNAME= libksba PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= GNUPG/${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --enable-static GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_PERL5= build -USES= perl5 tar:bzip2 libtool:oldver +USES= perl5 tar:bzip2 libtool INFO= ksba Modified: head/security/libksba/pkg-plist ============================================================================== --- head/security/libksba/pkg-plist Tue Sep 16 13:41:41 2014 (r368311) +++ head/security/libksba/pkg-plist Tue Sep 16 13:44:13 2014 (r368312) @@ -1,7 +1,7 @@ bin/ksba-config include/ksba.h lib/libksba.a -lib/libksba.la lib/libksba.so -lib/libksba.so.19 +lib/libksba.so.8 +lib/libksba.so.8.11.1 share/aclocal/ksba.m4 Modified: head/security/pinentry/Makefile ============================================================================== --- head/security/pinentry/Makefile Tue Sep 16 13:41:41 2014 (r368311) +++ head/security/pinentry/Makefile Tue Sep 16 13:44:13 2014 (r368312) @@ -3,7 +3,7 @@ PORTNAME= pinentry PORTVERSION= 0.8.3 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= security MASTER_SITES= GNUPG/pinentry
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409161344.s8GDiDEX076340>