From owner-svn-ports-head@freebsd.org Wed Feb 21 14:38:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACDE4F07689; Wed, 21 Feb 2018 14:38:41 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F0687E9E8; Wed, 21 Feb 2018 14:38:41 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 59E2A19C91; Wed, 21 Feb 2018 14:38:41 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1LEcfuA003146; Wed, 21 Feb 2018 14:38:41 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1LEceLK003143; Wed, 21 Feb 2018 14:38:40 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802211438.w1LEceLK003143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 21 Feb 2018 14:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462526 - in head/games/gottet: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/games/gottet: . files X-SVN-Commit-Revision: 462526 X-SVN-Commit-Repository: ports 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.25 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: Wed, 21 Feb 2018 14:38:41 -0000 Author: jhale Date: Wed Feb 21 14:38:40 2018 New Revision: 462526 URL: https://svnweb.freebsd.org/changeset/ports/462526 Log: Update to 1.1.5 Move USES block upward Deleted: head/games/gottet/files/ Modified: head/games/gottet/Makefile head/games/gottet/distinfo head/games/gottet/pkg-plist Modified: head/games/gottet/Makefile ============================================================================== --- head/games/gottet/Makefile Wed Feb 21 14:28:17 2018 (r462525) +++ head/games/gottet/Makefile Wed Feb 21 14:38:40 2018 (r462526) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gottet -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.5 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= https://gottcode.org/gottet/ @@ -14,12 +13,12 @@ COMMENT= Tetris clone LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= compiler:c++11-lib qmake tar:bzip2 USE_GL= gl USE_QT5= core gui widgets \ buildtools_build linguisttools_build + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes Modified: head/games/gottet/distinfo ============================================================================== --- head/games/gottet/distinfo Wed Feb 21 14:28:17 2018 (r462525) +++ head/games/gottet/distinfo Wed Feb 21 14:38:40 2018 (r462526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484792778 -SHA256 (gottet-1.1.3-src.tar.bz2) = ff8111c9760091980d12bc116ff75599d231437fea6a9313e7ab1bd0b2a15e1b -SIZE (gottet-1.1.3-src.tar.bz2) = 395302 +TIMESTAMP = 1519223274 +SHA256 (gottet-1.1.5-src.tar.bz2) = 81a4eeb0b4845560c5153d362ff9a3d94db299cc7cf3ee3b807a8a678f18fc84 +SIZE (gottet-1.1.5-src.tar.bz2) = 395879 Modified: head/games/gottet/pkg-plist ============================================================================== --- head/games/gottet/pkg-plist Wed Feb 21 14:28:17 2018 (r462525) +++ head/games/gottet/pkg-plist Wed Feb 21 14:38:40 2018 (r462526) @@ -1,6 +1,5 @@ bin/gottet man/man6/gottet.6.gz -share/appdata/gottet.appdata.xml share/applications/gottet.desktop %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -35,4 +34,5 @@ share/icons/hicolor/48x48/apps/gottet.png share/icons/hicolor/512x512/apps/gottet.png share/icons/hicolor/64x64/apps/gottet.png share/icons/hicolor/scalable/apps/gottet.svg +share/metainfo/gottet.appdata.xml share/pixmaps/gottet.xpm