svn commit: r440693 - head/games/aisleriot

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri May 12 17:26:32 UTC 2017


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


More information about the svn-ports-all mailing list