From owner-svn-ports-all@FreeBSD.ORG Sat Apr 12 09:19:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAEEE7E5; Sat, 12 Apr 2014 09:19:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB86010B9; Sat, 12 Apr 2014 09:19:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3C9JT7h049646; Sat, 12 Apr 2014 09:19:29 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3C9JSck049639; Sat, 12 Apr 2014 09:19:28 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201404120919.s3C9JSck049639@svn.freebsd.org> From: Thierry Thomas Date: Sat, 12 Apr 2014 09:19:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351080 - in head/games: cardpics libmaitretarot libmt_client maitretarot mt_dolphin_ia mt_gtk_client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 09:19:29 -0000 Author: thierry Date: Sat Apr 12 09:19:28 2014 New Revision: 351080 URL: http://svnweb.freebsd.org/changeset/ports/351080 QAT: https://qat.redports.org/buildarchive/r351080/ Log: Use the new infrastructure and define licenses for maitretarot' ports. Modified: head/games/cardpics/Makefile head/games/libmaitretarot/Makefile head/games/libmt_client/Makefile head/games/maitretarot/Makefile head/games/mt_dolphin_ia/Makefile head/games/mt_gtk_client/Makefile Modified: head/games/cardpics/Makefile ============================================================================== --- head/games/cardpics/Makefile Sat Apr 12 08:28:55 2014 (r351079) +++ head/games/cardpics/Makefile Sat Apr 12 09:19:28 2014 (r351080) @@ -10,7 +10,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= Free cards for your free card games! -USE_BZIP2= yes +LICENSE= GPLv2 + +USES= tar:bzip2 +NO_ARCH= yes GNU_CONFIGURE= yes .include Modified: head/games/libmaitretarot/Makefile ============================================================================== --- head/games/libmaitretarot/Makefile Sat Apr 12 08:28:55 2014 (r351079) +++ head/games/libmaitretarot/Makefile Sat Apr 12 09:19:28 2014 (r351080) @@ -11,9 +11,10 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= Core library of MaitreTarot, a Tarot card game -USES= pkgconfig +LICENSE= GPLv2 + +USES= pkgconfig tar:bzip2 USE_AUTOTOOLS= libtool -USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 lthack USE_LDCONFIG= yes Modified: head/games/libmt_client/Makefile ============================================================================== --- head/games/libmt_client/Makefile Sat Apr 12 08:28:55 2014 (r351079) +++ head/games/libmt_client/Makefile Sat Apr 12 09:19:28 2014 (r351080) @@ -11,11 +11,12 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= Client-side library of MaitreTarot, a Tarot card game -LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +LICENSE= GPLv2 -USES= pkgconfig +LIB_DEPENDS= libmaitretarot.so:${PORTSDIR}/games/libmaitretarot + +USES= pkgconfig tar:bzip2 USE_AUTOTOOLS= libtool -USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 lthack USE_LDCONFIG= yes Modified: head/games/maitretarot/Makefile ============================================================================== --- head/games/maitretarot/Makefile Sat Apr 12 08:28:55 2014 (r351079) +++ head/games/maitretarot/Makefile Sat Apr 12 09:19:28 2014 (r351080) @@ -11,10 +11,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= Server side of MaitreTarot, a Tarot card game -LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +LICENSE= GPLv2 -USES= pkgconfig -USE_BZIP2= yes +LIB_DEPENDS= libmaitretarot.so:${PORTSDIR}/games/libmaitretarot + +USES= pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 Modified: head/games/mt_dolphin_ia/Makefile ============================================================================== --- head/games/mt_dolphin_ia/Makefile Sat Apr 12 08:28:55 2014 (r351079) +++ head/games/mt_dolphin_ia/Makefile Sat Apr 12 09:19:28 2014 (r351080) @@ -3,7 +3,7 @@ PORTNAME= mt_dolphin_ia PORTVERSION= 0.1.98 -PORTREVISION= 3 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= maitretarot @@ -11,10 +11,11 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= A basic AI for MaitreTarot, a Tarot card game -LIB_DEPENDS= mt_client.0:${PORTSDIR}/games/libmt_client +LICENSE= GPLv2 -USES= pkgconfig -USE_BZIP2= yes +LIB_DEPENDS= libmt_client.so:${PORTSDIR}/games/libmt_client + +USES= pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 Modified: head/games/mt_gtk_client/Makefile ============================================================================== --- head/games/mt_gtk_client/Makefile Sat Apr 12 08:28:55 2014 (r351079) +++ head/games/mt_gtk_client/Makefile Sat Apr 12 09:19:28 2014 (r351080) @@ -3,7 +3,7 @@ PORTNAME= mt_gtk_client PORTVERSION= 0.1.98 -PORTREVISION= 10 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= maitretarot @@ -11,12 +11,13 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= GTK+ client for MaitreTarot, a Tarot card game -LIB_DEPENDS= mt_client.0:${PORTSDIR}/games/libmt_client +LICENSE= GPLv2 + +LIB_DEPENDS= libmt_client.so:${PORTSDIR}/games/libmt_client RUN_DEPENDS= ${LOCALBASE}/share/cardpics/images/78.png:${PORTSDIR}/games/cardpics -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gettext pkgconfig +USES= gettext pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 libxml2 .if !defined(WITHOUT_SERVER) @@ -26,5 +27,4 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/maitreta RUN_DEPENDS+= ${LOCALBASE}/bin/mt_dolphin_ia:${PORTSDIR}/games/mt_dolphin_ia .endif -NO_STAGE= yes .include