svn commit: r419347 - head/x11-fm/doublecmd
Pawel Pekala
pawel at FreeBSD.org
Sun Jul 31 08:39:00 UTC 2016
Author: pawel
Date: Sun Jul 31 08:38:58 2016
New Revision: 419347
URL: https://svnweb.freebsd.org/changeset/ports/419347
Log:
- 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)
Modified:
head/x11-fm/doublecmd/Makefile
head/x11-fm/doublecmd/distinfo
Modified: head/x11-fm/doublecmd/Makefile
==============================================================================
--- head/x11-fm/doublecmd/Makefile Sun Jul 31 08:27:00 2016 (r419346)
+++ head/x11-fm/doublecmd/Makefile Sun Jul 31 08:38:58 2016 (r419347)
@@ -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:multime
.if ${PORT_OPTIONS:MGTK2}
LCL_PLATFORM= gtk2
+USE_GNOME+= cairo gdkpixbuf2
.elif ${PORT_OPTIONS:MQT4}
+BROKEN= Does not build
LCL_PLATFORM= qt
.endif
Modified: head/x11-fm/doublecmd/distinfo
==============================================================================
--- head/x11-fm/doublecmd/distinfo Sun Jul 31 08:27:00 2016 (r419346)
+++ head/x11-fm/doublecmd/distinfo Sun Jul 31 08:38:58 2016 (r419347)
@@ -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
More information about the svn-ports-all
mailing list