Date: Mon, 12 Feb 2018 05:55:07 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461554 - head/editors/mp Message-ID: <201802120555.w1C5t7Ps016937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Feb 12 05:55:07 2018 New Revision: 461554 URL: https://svnweb.freebsd.org/changeset/ports/461554 Log: editors/mp: Update to 5.2.11 Additional port changes: * Changed to DISTVERSION * Adjusted dependencies for GTK2/GTK3 options Reported by: portscout Approved by: tcberner (mentor, implicit) Modified: head/editors/mp/Makefile head/editors/mp/distinfo Modified: head/editors/mp/Makefile ============================================================================== --- head/editors/mp/Makefile Mon Feb 12 05:49:05 2018 (r461553) +++ head/editors/mp/Makefile Mon Feb 12 05:55:07 2018 (r461554) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mp -PORTVERSION= 5.2.10 +DISTVERSION= 5.2.11 CATEGORIES= editors MASTER_SITES= http://triptico.com/download/mp/ @@ -31,8 +31,10 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_WITH= gettext -GTK2_USE= gnome=gtk20 -GTK3_USE= gnome=gtk30 +GTK2_USE= gnome=cairo,gdkpixbuf2,gtk20 +GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +GTK3_USE= gnome=cairo,gdkpixbuf2,gtk30 PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_WITH= pcre QT4_USE= qt4=corelib,gui,moc_build Modified: head/editors/mp/distinfo ============================================================================== --- head/editors/mp/distinfo Mon Feb 12 05:49:05 2018 (r461553) +++ head/editors/mp/distinfo Mon Feb 12 05:55:07 2018 (r461554) @@ -1,2 +1,3 @@ -SHA256 (mp-5.2.10.tar.gz) = f3ce1831d2cfb42a8540d197a9fdad163ecd17883a57cd798a2f30bfe791ddc1 -SIZE (mp-5.2.10.tar.gz) = 504306 +TIMESTAMP = 1518412913 +SHA256 (mp-5.2.11.tar.gz) = 7108ac2cc8b475a53246c12f4c2ec170e8af49a9358128a6be6015f44e979f79 +SIZE (mp-5.2.11.tar.gz) = 509994
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802120555.w1C5t7Ps016937>