mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/libexif-gtk: update to 0.5.0 release
- Project moved to GitHub, use provided tarball - Take maintainersip PR: 252972 Submitted by: fluffy Approved by: maintainer (dbaio)
This commit is contained in:
parent
83d92bffcf
commit
351f6adebd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562468
2 changed files with 9 additions and 7 deletions
|
@ -2,12 +2,11 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= libexif-gtk
|
PORTNAME= libexif-gtk
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.5.0
|
||||||
PORTREVISION= 4
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF/libexif/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= https://github.com/libexif/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||||
|
|
||||||
MAINTAINER= dbaio@FreeBSD.org
|
MAINTAINER= fluffy@FreeBSD.org
|
||||||
COMMENT= GTK+ widgets to display/edit EXIF tags
|
COMMENT= GTK+ widgets to display/edit EXIF tags
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
@ -16,9 +15,11 @@ LIB_DEPENDS= libexif.so:graphics/libexif
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gnome libtool pkgconfig
|
USES= gnome libtool pkgconfig
|
||||||
USE_GNOME= gtk20
|
USE_GNOME= cairo gdkpixbuf2 gtk20
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS
|
OPTIONS_DEFINE= NLS
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (libexif-gtk-0.4.0.tar.gz) = 4d4ac85dab9f10304f329ab6efd7094eaf88411b76a43b3a32e50edb480fad18
|
TIMESTAMP = 1611490122
|
||||||
SIZE (libexif-gtk-0.4.0.tar.gz) = 452303
|
SHA256 (libexif-gtk-0.5.0.tar.gz) = b8ca3729e2ccfd4ee047b99a4a8696c7bb8222f9cd1fa8fd698a393673bfdf3f
|
||||||
|
SIZE (libexif-gtk-0.5.0.tar.gz) = 475056
|
||||||
|
|
Loading…
Add table
Reference in a new issue