diff options
author | danfe <danfe@FreeBSD.org> | 2013-07-01 19:45:32 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-07-01 19:45:32 +0800 |
commit | 69f596a48e304e1509135c8b5f0e891e2ebcda9d (patch) | |
tree | 26557986a92598b8d5de59566626c3eb06754606 /graphics | |
parent | d3e7d53cc3c397c1b06045dbce56dde5ebc1040b (diff) | |
download | freebsd-ports-gnome-69f596a48e304e1509135c8b5f0e891e2ebcda9d.tar.gz freebsd-ports-gnome-69f596a48e304e1509135c8b5f0e891e2ebcda9d.tar.zst freebsd-ports-gnome-69f596a48e304e1509135c8b5f0e891e2ebcda9d.zip |
- 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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/Makefile | 6 | ||||
-rw-r--r-- | graphics/darktable/distinfo | 4 | ||||
-rw-r--r-- | graphics/darktable/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 30763e3a28c6..c4f2e0e406ec 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -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 diff --git a/graphics/darktable/distinfo b/graphics/darktable/distinfo index e0b11c80cf35..2c4ad742bc4d 100644 --- a/graphics/darktable/distinfo +++ b/graphics/darktable/distinfo @@ -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 diff --git a/graphics/darktable/pkg-plist b/graphics/darktable/pkg-plist index 6e52faa92f3f..160def48f5fa 100644 --- a/graphics/darktable/pkg-plist +++ b/graphics/darktable/pkg-plist @@ -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 |