From owner-svn-ports-all@freebsd.org Mon Jan 25 11:27:57 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD1CC4DDFD7; Mon, 25 Jan 2021 11:27:57 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DPSK94S2Kz3p2x; Mon, 25 Jan 2021 11:27:57 +0000 (UTC) (envelope-from fluffy@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 812AB15972; Mon, 25 Jan 2021 11:27:57 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10PBRvQr009564; Mon, 25 Jan 2021 11:27:57 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10PBRuUx009560; Mon, 25 Jan 2021 11:27:56 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202101251127.10PBRuUx009560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Mon, 25 Jan 2021 11:27:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r562563 - in branches/2021Q1/graphics: gphoto2 libgphoto2 X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in branches/2021Q1/graphics: gphoto2 libgphoto2 X-SVN-Commit-Revision: 562563 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2021 11:27:57 -0000 Author: fluffy Date: Mon Jan 25 11:27:56 2021 New Revision: 562563 URL: https://svnweb.freebsd.org/changeset/ports/562563 Log: MFH: r562561 graphics/[lib]gphoto2: update to 2.5.26 LibCurl and LibXml2 now are mandatory to build driver for Lumix cameras Changelog: http://www.gphoto.org/news/ No ABI change, no need to bump consumers PR: 252959, 252960 Submitted by: fluffy Approved by: maintainer (woodsb02) Modified: branches/2021Q1/graphics/gphoto2/Makefile branches/2021Q1/graphics/gphoto2/distinfo branches/2021Q1/graphics/libgphoto2/Makefile branches/2021Q1/graphics/libgphoto2/distinfo branches/2021Q1/graphics/libgphoto2/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/gphoto2/Makefile ============================================================================== --- branches/2021Q1/graphics/gphoto2/Makefile Mon Jan 25 11:26:15 2021 (r562562) +++ branches/2021Q1/graphics/gphoto2/Makefile Mon Jan 25 11:27:56 2021 (r562563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gphoto2 -PORTVERSION= 2.5.23 +PORTVERSION= 2.5.26 CATEGORIES= graphics MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} Modified: branches/2021Q1/graphics/gphoto2/distinfo ============================================================================== --- branches/2021Q1/graphics/gphoto2/distinfo Mon Jan 25 11:26:15 2021 (r562562) +++ branches/2021Q1/graphics/gphoto2/distinfo Mon Jan 25 11:27:56 2021 (r562563) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576064341 -SHA256 (gphoto2-2.5.23.tar.bz2) = df87092100e7766c9d0a4323217c91908a9c891c0d3670ebf40b76903be458d1 -SIZE (gphoto2-2.5.23.tar.bz2) = 802951 +TIMESTAMP = 1611463835 +SHA256 (gphoto2-2.5.26.tar.bz2) = 7653213b05329c1dc2779efea3eff00504e12011436587aedc9aaa1e8665ab2f +SIZE (gphoto2-2.5.26.tar.bz2) = 804521 Modified: branches/2021Q1/graphics/libgphoto2/Makefile ============================================================================== --- branches/2021Q1/graphics/libgphoto2/Makefile Mon Jan 25 11:26:15 2021 (r562562) +++ branches/2021Q1/graphics/libgphoto2/Makefile Mon Jan 25 11:27:56 2021 (r562563) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libgphoto2 -PORTVERSION= 2.5.23 -PORTREVISION= 1 +PORTVERSION= 2.5.26 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} @@ -13,10 +12,12 @@ COMMENT= Universal digital camera control library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libltdl.so:devel/libltdl +LIB_DEPENDS= libltdl.so:devel/libltdl \ + libcurl.so:ftp/curl -USES= gmake iconv libtool localbase pathfix pkgconfig tar:bzip2 +USES= gmake gnome iconv libtool localbase pathfix pkgconfig tar:bzip2 USE_CSTD= gnu89 +USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \ @@ -34,8 +35,8 @@ PATHFIX_MAKEFILEIN= Makefile.in \ PLIST_SUB= VERSION="${PORTVERSION}" VERSION_PORT=0.12.0 -OPTIONS_DEFINE= DOCS GD JPEG LIBEXIF NLS XML -OPTIONS_DEFAULT= GD JPEG LIBEXIF XML +OPTIONS_DEFINE= DOCS GD JPEG LIBEXIF NLS +OPTIONS_DEFAULT= GD JPEG LIBEXIF OPTIONS_SUB= yes GD_LIB_DEPENDS= libgd.so:graphics/gd @@ -46,9 +47,6 @@ LIBEXIF_LIB_DEPENDS= libexif.so:graphics/libexif LIBEXIF_CONFIGURE_OFF= --with-libexif=no NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -XML_USE= GNOME=libxml2 -XML_USES= gnome -XML_CONFIGURE_OFF= --with-libxml-2.0=no post-patch: .for i in configure libgphoto2_port/configure Modified: branches/2021Q1/graphics/libgphoto2/distinfo ============================================================================== --- branches/2021Q1/graphics/libgphoto2/distinfo Mon Jan 25 11:26:15 2021 (r562562) +++ branches/2021Q1/graphics/libgphoto2/distinfo Mon Jan 25 11:27:56 2021 (r562563) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576064373 -SHA256 (libgphoto2-2.5.23.tar.bz2) = d8af23364aa40fd8607f7e073df74e7ace05582f4ba13f1724d12d3c97e8852d -SIZE (libgphoto2-2.5.23.tar.bz2) = 7616078 +TIMESTAMP = 1611463219 +SHA256 (libgphoto2-2.5.26.tar.bz2) = 7740fea3cbb78489071cdfec06c07fab528e69e27ac82734eae6a73eaeeabcd4 +SIZE (libgphoto2-2.5.26.tar.bz2) = 7572381 Modified: branches/2021Q1/graphics/libgphoto2/pkg-plist ============================================================================== --- branches/2021Q1/graphics/libgphoto2/pkg-plist Mon Jan 25 11:26:15 2021 (r562562) +++ branches/2021Q1/graphics/libgphoto2/pkg-plist Mon Jan 25 11:27:56 2021 (r562563) @@ -1,6 +1,5 @@ bin/gphoto2-config bin/gphoto2-port-config -include/gphoto2/gphoto2 include/gphoto2/gphoto2-abilities-list.h include/gphoto2/gphoto2-camera.h include/gphoto2/gphoto2-context.h @@ -27,12 +26,15 @@ lib/libgphoto2/%%VERSION%%/canon.so lib/libgphoto2/%%VERSION%%/digigr8.so lib/libgphoto2/%%VERSION%%/dimagev.so lib/libgphoto2/%%VERSION%%/directory.so +lib/libgphoto2/%%VERSION%%/docupen.so lib/libgphoto2/%%VERSION%%/jl2005a.so lib/libgphoto2/%%VERSION%%/jl2005c.so lib/libgphoto2/%%VERSION%%/kodak_dc240.so +lib/libgphoto2/%%VERSION%%/lumix.so lib/libgphoto2/%%VERSION%%/mars.so lib/libgphoto2/%%VERSION%%/pentax.so lib/libgphoto2/%%VERSION%%/ptp2.so +lib/libgphoto2/%%VERSION%%/ricoh_g3.so lib/libgphoto2/%%VERSION%%/sierra.so lib/libgphoto2/%%VERSION%%/sonix.so lib/libgphoto2/%%VERSION%%/sq905.so @@ -46,8 +48,6 @@ lib/libgphoto2_port.so.12.0.0 lib/libgphoto2_port/%%VERSION_PORT%%/disk.so lib/libgphoto2_port/%%VERSION_PORT%%/ptpip.so lib/libgphoto2_port/%%VERSION_PORT%%/usb1.so -lib/libgphoto2_port/%%VERSION_PORT%%/usbdiskdirect.so -lib/libgphoto2_port/%%VERSION_PORT%%/usbscsi.so libdata/pkgconfig/libgphoto2.pc libdata/pkgconfig/libgphoto2_port.pc man/man3/libgphoto2.3.gz