Date: Sat, 16 Nov 2024 18:30:38 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6af25c3e3fbf - main - filesystems/gphotofs: Update to latest commit Message-ID: <202411161830.4AGIUctM055010@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6af25c3e3fbfb93dcc9bca2487ff6927ab6fc758 commit 6af25c3e3fbfb93dcc9bca2487ff6927ab6fc758 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-16 10:01:12 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-11-16 18:29:08 +0000 filesystems/gphotofs: Update to latest commit Last release in 2015 and last commit in 2018, update to latest commit as there are a few bug fixes / enhancements and as development seems to have stopped. While at it update WWW entry PR: 282355 Approved by: portmgr (maintainer timeout, 2+ weeks) --- filesystems/gphotofs/Makefile | 13 ++++++++----- filesystems/gphotofs/distinfo | 5 +++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/filesystems/gphotofs/Makefile b/filesystems/gphotofs/Makefile index bbd1226738d5..d2ff71731073 100644 --- a/filesystems/gphotofs/Makefile +++ b/filesystems/gphotofs/Makefile @@ -1,20 +1,23 @@ PORTNAME= gphotofs -PORTVERSION= 0.5 -PORTREVISION= 5 +DISTVERSION= 0.5.20181029 CATEGORIES= filesystems graphics sysutils -MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}.0 PKGNAMEPREFIX= fusefs- MAINTAINER= danfe@FreeBSD.org COMMENT= Mount PTP camera as a file system -WWW= http://gphoto.sourceforge.net/proj/gphotofs/ +WWW= https://github.com/gphoto/gphotofs LICENSE= GPLv2 LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 -USES= fuse gnome pkgconfig tar:bzip2 +USES= autoreconf fuse gnome libtool pkgconfig USE_GNOME= glib20 + +USE_GITHUB= yes +GH_ACCOUNT= gphoto +GH_TAGNAME= 9f9f594 + GNU_CONFIGURE= yes PLIST_FILES= bin/gphotofs diff --git a/filesystems/gphotofs/distinfo b/filesystems/gphotofs/distinfo index 8c2f49dc3b94..059b8a1f6155 100644 --- a/filesystems/gphotofs/distinfo +++ b/filesystems/gphotofs/distinfo @@ -1,3 +1,4 @@ TIMESTAMP = 1730905199 -SHA256 (gphotofs-0.5.tar.bz2) = 676ec4de69a81c193ffc31bdc7b587ac2a2cc3780b14f0e7c9c4c0a517b343cc -SIZE (gphotofs-0.5.tar.bz2) = 261357 +TIMESTAMP = 1730027628 +SHA256 (gphoto-gphotofs-0.5.20181029-9f9f594_GH0.tar.gz) = 66b53832b994ae35d5453baa5b9f30bcdb17c97a38d880b9db7e12cce0255ddd +SIZE (gphoto-gphotofs-0.5.20181029-9f9f594_GH0.tar.gz) = 51440
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411161830.4AGIUctM055010>