Date: Fri, 12 May 2017 17:26:30 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440693 - head/games/aisleriot Message-ID: <201705121726.v4CHQUf5040063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Fri May 12 17:26:30 2017 New Revision: 440693 URL: https://svnweb.freebsd.org/changeset/ports/440693 Log: games/aisleriot: merge couple of fixes from gnome devel repo - add missing dependency upon libcanberra (reported by QA) - change CONFLICTS because it only conflicts on install phase - bump PORTREVISON because of dependency list change With hat: gnome Modified: head/games/aisleriot/Makefile Modified: head/games/aisleriot/Makefile ============================================================================== --- head/games/aisleriot/Makefile Fri May 12 17:21:48 2017 (r440692) +++ head/games/aisleriot/Makefile Fri May 12 17:26:30 2017 (r440693) @@ -3,6 +3,7 @@ PORTNAME= aisleriot PORTVERSION= 3.22.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,10 +15,11 @@ BUILD_DEPENDS= itstool:textproc/itstool appstream-builder:devel/appstream-glib \ bash:shells/bash LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ + libcanberra.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libgc-threaded.so:devel/boehm-gc-threaded -CONFLICTS= sol-[0-9]* +CONFLICTS_INSTALL= sol-[0-9]* PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig tar:xz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705121726.v4CHQUf5040063>