From owner-svn-ports-head@FreeBSD.ORG Sun Dec 7 13:37:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A4C5ACD; Sun, 7 Dec 2014 13:37:18 +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 EB02F237; Sun, 7 Dec 2014 13:37:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB7DbH40002931; Sun, 7 Dec 2014 13:37:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB7DbHsN002929; Sun, 7 Dec 2014 13:37:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201412071337.sB7DbHsN002929@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Dec 2014 13:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374199 - head/games/CaribbeanStud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 13:37:18 -0000 Author: amdmi3 Date: Sun Dec 7 13:37:17 2014 New Revision: 374199 URL: https://svnweb.freebsd.org/changeset/ports/374199 QAT: https://qat.redports.org/buildarchive/r374199/ Log: - Simplify MASTER_SITES - Add LICENSE - Drop @dirrm* from plist Modified: head/games/CaribbeanStud/Makefile head/games/CaribbeanStud/pkg-plist Modified: head/games/CaribbeanStud/Makefile ============================================================================== --- head/games/CaribbeanStud/Makefile Sun Dec 7 13:37:07 2014 (r374198) +++ head/games/CaribbeanStud/Makefile Sun Dec 7 13:37:17 2014 (r374199) @@ -5,13 +5,14 @@ PORTNAME= CaribbeanStud PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games +MASTER_SITES= XCONTRIB/games DISTNAME= CS MAINTAINER= ports@FreeBSD.org COMMENT= Caribbean Stud gambling game for X Window System +LICENSE= MIT + MAKEFILE= Xmakefile USES= motif CFLAGS+= -Wno-deprecated Modified: head/games/CaribbeanStud/pkg-plist ============================================================================== --- head/games/CaribbeanStud/pkg-plist Sun Dec 7 13:37:07 2014 (r374198) +++ head/games/CaribbeanStud/pkg-plist Sun Dec 7 13:37:17 2014 (r374199) @@ -2,4 +2,3 @@ bin/CaribbeanStud lib/X11/app-defaults/CaribbeanStud %%PORTDOCS%%share/doc/CaribbeanStud/README %%PORTDOCS%%share/doc/CaribbeanStud/class.ps -%%PORTDOCS%%@dirrm share/doc/CaribbeanStud