From owner-svn-ports-head@freebsd.org Thu Jul 26 22:56:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00E69105B292; Thu, 26 Jul 2018 22:56:33 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB6F37B455; Thu, 26 Jul 2018 22:56:32 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E9D17B32; Thu, 26 Jul 2018 22:56:32 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6QMuWgP013866; Thu, 26 Jul 2018 22:56:32 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6QMuU6v013860; Thu, 26 Jul 2018 22:56:30 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201807262256.w6QMuU6v013860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 26 Jul 2018 22:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475404 - in head/security/libfprint: . files X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: in head/security/libfprint: . files X-SVN-Commit-Revision: 475404 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2018 22:56:33 -0000 Author: garga Date: Thu Jul 26 22:56:30 2018 New Revision: 475404 URL: https://svnweb.freebsd.org/changeset/ports/475404 Log: - Update security/libfprint to 0.7.0 - Fix MASTER_SITES - Add LICENSE / LICENSE_FILE - Add missing dependencies: nspr and pixman - Remove unnecessary dependency: ssl - Re-generate patches using make makepatch PR: 230039 Approved by: maintainer Modified: head/security/libfprint/Makefile head/security/libfprint/distinfo head/security/libfprint/files/patch-config.h.in head/security/libfprint/files/patch-libfprint-drivers-vfs301.c head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h head/security/libfprint/files/patch-libfprint_Makefile.in Modified: head/security/libfprint/Makefile ============================================================================== --- head/security/libfprint/Makefile Thu Jul 26 22:43:40 2018 (r475403) +++ head/security/libfprint/Makefile Thu Jul 26 22:56:30 2018 (r475404) @@ -2,21 +2,25 @@ # $FreeBSD$ PORTNAME= libfprint -PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTVERSION= 0.7.0 CATEGORIES= security -MASTER_SITES= http://people.freedesktop.org/~hadess/ +MASTER_SITES= https://people.freedesktop.org/~anarsoul/ MAINTAINER= lichray@gmail.com COMMENT= Library for fingerprint reader devices +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick \ - libnss3.so:security/nss + libnss3.so:security/nss \ + libnspr4.so:devel/nspr GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig tar:xz ssl +USES= libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 +USE_XORG= pixman INSTALL_TARGET= install-strip CPPFLAGS+= -DHAVE_MEMMEM Modified: head/security/libfprint/distinfo ============================================================================== --- head/security/libfprint/distinfo Thu Jul 26 22:43:40 2018 (r475403) +++ head/security/libfprint/distinfo Thu Jul 26 22:56:30 2018 (r475404) @@ -1,2 +1,3 @@ -SHA256 (libfprint-0.6.0.tar.xz) = 2583fcb7d542a918c023776f188067fcedec614e65494dd52bc4d661be803cbe -SIZE (libfprint-0.6.0.tar.xz) = 531572 +TIMESTAMP = 1532525845 +SHA256 (libfprint-0.7.0.tar.xz) = 863eee8cf4cbc56776cf08e5b98e30e130f3394b6db95bf8e01addb6bf08f1f3 +SIZE (libfprint-0.7.0.tar.xz) = 550484 Modified: head/security/libfprint/files/patch-config.h.in ============================================================================== --- head/security/libfprint/files/patch-config.h.in Thu Jul 26 22:43:40 2018 (r475403) +++ head/security/libfprint/files/patch-config.h.in Thu Jul 26 22:56:30 2018 (r475404) @@ -1,6 +1,6 @@ ---- config.h.in~ 2011-04-18 12:02:59.000000000 -0500 -+++ config.h.in 2011-10-01 23:12:01.979122045 -0500 -@@ -117,3 +117,8 @@ +--- config.h.in.orig 2017-05-14 16:27:23 UTC ++++ config.h.in +@@ -140,3 +140,8 @@ #ifndef __cplusplus #undef inline #endif Modified: head/security/libfprint/files/patch-libfprint-drivers-vfs301.c ============================================================================== --- head/security/libfprint/files/patch-libfprint-drivers-vfs301.c Thu Jul 26 22:43:40 2018 (r475403) +++ head/security/libfprint/files/patch-libfprint-drivers-vfs301.c Thu Jul 26 22:56:30 2018 (r475404) @@ -1,5 +1,5 @@ ---- ./libfprint/drivers/vfs301.c.ORIG 2013-06-26 14:13:00.000000000 +0200 -+++ ./libfprint/drivers/vfs301.c 2014-04-21 11:09:12.000000000 +0200 +--- libfprint/drivers/vfs301.c.orig 2017-01-05 17:18:55 UTC ++++ libfprint/drivers/vfs301.c @@ -27,7 +27,7 @@ #include #include Modified: head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c ============================================================================== --- head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c Thu Jul 26 22:43:40 2018 (r475403) +++ head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c Thu Jul 26 22:56:30 2018 (r475404) @@ -1,5 +1,5 @@ ---- ./libfprint/drivers/vfs301_proto.c.ORIG 2013-06-26 14:13:00.000000000 +0200 -+++ ./libfprint/drivers/vfs301_proto.c 2014-04-21 11:09:19.000000000 +0200 +--- libfprint/drivers/vfs301_proto.c.orig 2013-01-12 13:18:37 UTC ++++ libfprint/drivers/vfs301_proto.c @@ -33,7 +33,7 @@ #include #include Modified: head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h ============================================================================== --- head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h Thu Jul 26 22:43:40 2018 (r475403) +++ head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h Thu Jul 26 22:56:30 2018 (r475404) @@ -1,5 +1,5 @@ ---- ./libfprint/drivers/vfs301_proto.h.ORIG 2013-06-26 14:13:00.000000000 +0200 -+++ ./libfprint/drivers/vfs301_proto.h 2014-04-21 11:09:27.000000000 +0200 +--- libfprint/drivers/vfs301_proto.h.orig 2013-01-12 13:18:37 UTC ++++ libfprint/drivers/vfs301_proto.h @@ -18,7 +18,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Modified: head/security/libfprint/files/patch-libfprint_Makefile.in ============================================================================== --- head/security/libfprint/files/patch-libfprint_Makefile.in Thu Jul 26 22:43:40 2018 (r475403) +++ head/security/libfprint/files/patch-libfprint_Makefile.in Thu Jul 26 22:56:30 2018 (r475404) @@ -1,6 +1,6 @@ ---- libfprint/Makefile.in~ 2011-10-01 23:20:55.218924048 -0500 -+++ libfprint/Makefile.in 2011-10-01 23:23:50.108796610 -0500 -@@ -1195,7 +1195,7 @@ info: info-am +--- libfprint/Makefile.in.orig 2017-05-14 16:27:17 UTC ++++ libfprint/Makefile.in +@@ -1578,7 +1578,7 @@ info: info-am info-am: