svn commit: r322122 - head/graphics/darktable
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Jul 1 11:45:33 UTC 2013
Author: danfe
Date: Mon Jul 1 11:45:32 2013
New Revision: 322122
URL: http://svnweb.freebsd.org/changeset/ports/322122
Log:
- Update to version 1.2.2, another patch release in 1.2 branch, which mostly
brings support for several new cameras, and some minor bugfixes
- Remove no longer needed patching (const gint -> gint)
- Relax types of cache counters (to unbreak with GCC/i386)
Modified:
head/graphics/darktable/Makefile
head/graphics/darktable/distinfo
head/graphics/darktable/pkg-plist
Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile Mon Jul 1 11:29:44 2013 (r322121)
+++ head/graphics/darktable/Makefile Mon Jul 1 11:45:32 2013 (r322122)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= darktable
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
@@ -128,8 +128,8 @@ LDFLAGS+= -lstdc++
.endif
post-patch:
- @${REINPLACE_CMD} -e 's,const gint,gint,' \
- ${WRKSRC}/src/external/osm-gps-map/src/osm-gps-map-image.*
+ @${REINPLACE_CMD} -e '/stats_/s,uint64_t,unsigned long,' \
+ ${WRKSRC}/src/common/mipmap_cache.h
# Do not install useless (to end-user) documentation; adjust manpages path
@${REINPLACE_CMD} -e '/DOC_FILES/d ; s,share/man/man1,man/man1,' \
${WRKSRC}/doc/CMakeLists.txt
Modified: head/graphics/darktable/distinfo
==============================================================================
--- head/graphics/darktable/distinfo Mon Jul 1 11:29:44 2013 (r322121)
+++ head/graphics/darktable/distinfo Mon Jul 1 11:45:32 2013 (r322122)
@@ -1,2 +1,2 @@
-SHA256 (darktable-1.2.1.tar.xz) = b1756295dfda78fc828603033a58f233ced1908b8a50ec97d2e600d6eacf8e2a
-SIZE (darktable-1.2.1.tar.xz) = 2273260
+SHA256 (darktable-1.2.2.tar.xz) = 12902e8c3ef185d2167ce3a5f9d11eddde763c5a3cb0e9267f4b470a252fc859
+SIZE (darktable-1.2.2.tar.xz) = 2307300
Modified: head/graphics/darktable/pkg-plist
==============================================================================
--- head/graphics/darktable/pkg-plist Mon Jul 1 11:29:44 2013 (r322121)
+++ head/graphics/darktable/pkg-plist Mon Jul 1 11:45:32 2013 (r322122)
@@ -209,6 +209,7 @@ share/locale/da/LC_MESSAGES/darktable.mo
share/locale/de/LC_MESSAGES/darktable.mo
share/locale/es/LC_MESSAGES/darktable.mo
share/locale/fr/LC_MESSAGES/darktable.mo
+share/locale/it/LC_MESSAGES/darktable.mo
share/locale/ja/LC_MESSAGES/darktable.mo
share/locale/nl/LC_MESSAGES/darktable.mo
share/locale/pl/LC_MESSAGES/darktable.mo
More information about the svn-ports-head
mailing list