diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-01 11:17:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-01 11:17:54 +0000 |
commit | 1fc33e5d96133d5064c7fadc6b195db871d6dc9b (patch) | |
tree | c200e4abf2382ab4365da9f7d8a8a0c84971381f /graphics/darktable | |
parent | 7aec0f0f215263aee118e287c3f2d27e9134f40e (diff) | |
download | ports-1fc33e5d96133d5064c7fadc6b195db871d6dc9b.tar.gz ports-1fc33e5d96133d5064c7fadc6b195db871d6dc9b.zip |
- Update to 0.5.0
- Bump PORTREVISION for graphics/webp shlib change
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
Notes
Notes:
svn path=/head/; revision=412334
Diffstat (limited to 'graphics/darktable')
-rw-r--r-- | graphics/darktable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 3e2320bd0afe..5a4cc3e900e8 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ |