From owner-svn-ports-all@FreeBSD.ORG Tue Dec 2 04:16:19 2014 Return-Path: Delivered-To: svn-ports-all@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 6029C2B2; Tue, 2 Dec 2014 04:16:19 +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 4D503A78; Tue, 2 Dec 2014 04:16:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB24GJnM063664; Tue, 2 Dec 2014 04:16:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB24GIcE063660; Tue, 2 Dec 2014 04:16:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201412020416.sB24GIcE063660@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 Dec 2014 04:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373748 - head/games/xabacus 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.18-1 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: Tue, 02 Dec 2014 04:16:19 -0000 Author: amdmi3 Date: Tue Dec 2 04:16:18 2014 New Revision: 373748 URL: https://svnweb.freebsd.org/changeset/ports/373748 QAT: https://qat.redports.org/buildarchive/r373748/ Log: - Fix license - Add LICENSE_FILE - There is absolutely no need for binary to be owned by games:games Modified: head/games/xabacus/Makefile head/games/xabacus/pkg-plist Modified: head/games/xabacus/Makefile ============================================================================== --- head/games/xabacus/Makefile Tue Dec 2 04:16:09 2014 (r373747) +++ head/games/xabacus/Makefile Tue Dec 2 04:16:18 2014 (r373748) @@ -10,7 +10,8 @@ MASTER_SITES= http://www.tux.org/~bagley MAINTAINER= ports@FreeBSD.org COMMENT= Abacus for X Window System -LICENSE= BSD +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 USE_XORG= xpm Modified: head/games/xabacus/pkg-plist ============================================================================== --- head/games/xabacus/pkg-plist Tue Dec 2 04:16:09 2014 (r373747) +++ head/games/xabacus/pkg-plist Tue Dec 2 04:16:18 2014 (r373748) @@ -1,4 +1,4 @@ -@(games,games,) bin/xabacus +bin/xabacus lib/X11/app-defaults/Abacus man/man6/xabacus.6.gz share/icons/hicolor/16x16/apps/abacus.png