-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
Daniel Engberg
authored and
Daniel Engberg
committed
Nov 16, 2024
1 parent
ec7e5f0
commit 6af25c3
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |