diff options
author | pawel <pawel@FreeBSD.org> | 2016-07-31 16:38:58 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-07-31 16:38:58 +0800 |
commit | 080c5f9fe8e0c444a4a12a06f7bc3426f87eca33 (patch) | |
tree | 7da796c8c6bb93d936ca6e5bcf2b4cd6f43b34eb /x11-fm | |
parent | 796a7dbe1ca6150c91aad55f9ba7c5c921bd8735 (diff) | |
download | freebsd-ports-gnome-080c5f9fe8e0c444a4a12a06f7bc3426f87eca33.tar.gz freebsd-ports-gnome-080c5f9fe8e0c444a4a12a06f7bc3426f87eca33.tar.zst freebsd-ports-gnome-080c5f9fe8e0c444a4a12a06f7bc3426f87eca33.zip |
- Update to version 0.7.3
- Add missing indirect dependencies (x11, cairo, gdkpixbuf2)
- Mark QT4 option as broken (seems some dependency in latest Lazarus is not
compiled by default and Double Commander with QT4 it is not building anymore
without it, not even older versions. The next version of Lazarus will
probably fix it from what I have seen in the recent changes).
Changelog:
http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=44
PR: 211343
Submitted by: Benat Gonzalez Etxepare (maintainer)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/doublecmd/Makefile | 5 | ||||
-rw-r--r-- | x11-fm/doublecmd/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index a32c6a5fd12e..167706a52128 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= doublecmd -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.3 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -23,6 +23,7 @@ PORTDOCS= * USES= dos2unix desktop-file-utils USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-registry \ fcl-xml iconvenc pasjpeg rtl-extra x11 +USE_XORG= x11 DOS2UNIX_FILES= src/dmhelpmanager.pas WANT_GNOME= yes @@ -112,7 +113,9 @@ WLX_MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer .if ${PORT_OPTIONS:MGTK2} LCL_PLATFORM= gtk2 +USE_GNOME+= cairo gdkpixbuf2 .elif ${PORT_OPTIONS:MQT4} +BROKEN= Does not build LCL_PLATFORM= qt .endif diff --git a/x11-fm/doublecmd/distinfo b/x11-fm/doublecmd/distinfo index 182b1d327fdf..f344e5f42dfc 100644 --- a/x11-fm/doublecmd/distinfo +++ b/x11-fm/doublecmd/distinfo @@ -1,4 +1,4 @@ -SHA256 (doublecmd-0.7.1-src.tar.gz) = ecfe1fe8d6026181ae03a3defa4ec73226844a2bca8935bab1b66cc2c604fbbf -SIZE (doublecmd-0.7.1-src.tar.gz) = 6655564 +SHA256 (doublecmd-0.7.3-src.tar.gz) = f094d329abe626d139cec50265e7461110ad74a949e55994f52026685df24093 +SIZE (doublecmd-0.7.3-src.tar.gz) = 6668083 SHA256 (doublecmd-help-0.6.0-src.tar.gz) = d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39 SIZE (doublecmd-help-0.6.0-src.tar.gz) = 11514996 |