diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-01-17 21:33:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-01-17 21:33:24 +0000 |
commit | 14e6ab71f996ad4b9f2bb5ce962138303eeae16c (patch) | |
tree | 6f3cb983883a32b0c13aaed7c4c7be2b2df553fb | |
parent | 4d894b19b9410d481f518b0340ae529b36940152 (diff) | |
download | ports-14e6ab71f996ad4b9f2bb5ce962138303eeae16c.tar.gz ports-14e6ab71f996ad4b9f2bb5ce962138303eeae16c.zip |
Notes
-rw-r--r-- | graphics/fusefs-gphotofs/Makefile | 8 | ||||
-rw-r--r-- | graphics/fusefs-gphotofs/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/graphics/fusefs-gphotofs/Makefile b/graphics/fusefs-gphotofs/Makefile index 502e557e4a27..137a0e4dd72e 100644 --- a/graphics/fusefs-gphotofs/Makefile +++ b/graphics/fusefs-gphotofs/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= gphotofs -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5 CATEGORIES= graphics sysutils -MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}.0 PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org @@ -13,7 +12,7 @@ COMMENT= Mount PTP camera as a file system LICENSE= GPLv2 -LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 USES= fuse pkgconfig USE_BZIP2= yes @@ -22,5 +21,4 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/gphotofs -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/fusefs-gphotofs/distinfo b/graphics/fusefs-gphotofs/distinfo index 51f38a52f53e..0ce15b49b9f5 100644 --- a/graphics/fusefs-gphotofs/distinfo +++ b/graphics/fusefs-gphotofs/distinfo @@ -1,2 +1,2 @@ -SHA256 (gphotofs-0.4.0.tar.bz2) = d88f37dd70d36585edcff887d04c886b4a3dd3f5cb68f5d3b5c67f3fb9b2fd1f -SIZE (gphotofs-0.4.0.tar.bz2) = 267708 +SHA256 (gphotofs-0.5.tar.bz2) = 676ec4de69a81c193ffc31bdc7b587ac2a2cc3780b14f0e7c9c4c0a517b343cc +SIZE (gphotofs-0.5.tar.bz2) = 261357 |