From owner-svn-ports-all@freebsd.org Wed Feb 21 16:36:46 2018 Return-Path: Delivered-To: svn-ports-all@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 8432EF133AE; Wed, 21 Feb 2018 16:36:46 +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 326B4850C2; Wed, 21 Feb 2018 16:36:46 +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 2D3C81B00F; Wed, 21 Feb 2018 16:36:46 +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 w1LGak0A063951; Wed, 21 Feb 2018 16:36:46 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1LGaj8U063948; Wed, 21 Feb 2018 16:36:45 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802211636.w1LGaj8U063948@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 16:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462533 - in head/games/cutemaze: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/games/cutemaze: . files X-SVN-Commit-Revision: 462533 X-SVN-Commit-Repository: ports 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.25 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: Wed, 21 Feb 2018 16:36:46 -0000 Author: jhale Date: Wed Feb 21 16:36:45 2018 New Revision: 462533 URL: https://svnweb.freebsd.org/changeset/ports/462533 Log: Update to 1.2.2 Fix LICENSE Fix stage-qa warning about USE_GL Move USES upward Remove INSTALLS_ICONS (unneeded for Qt) Don't install oxygen icons. They are built into the binary as Qt resources. Deleted: head/games/cutemaze/files/ Modified: head/games/cutemaze/Makefile head/games/cutemaze/distinfo head/games/cutemaze/pkg-plist Modified: head/games/cutemaze/Makefile ============================================================================== --- head/games/cutemaze/Makefile Wed Feb 21 16:24:53 2018 (r462532) +++ head/games/cutemaze/Makefile Wed Feb 21 16:36:45 2018 (r462533) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cutemaze -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -10,33 +10,27 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Simple, top-down game in which mazes are randomly generated -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= qmake tar:bzip2 +USE_GL= gl USE_QT5= core gui svg imageformats_run widgets \ linguisttools_build buildtools_build -INSTALLS_ICONS= yes PORTDOCS= ChangeLog NEWS README +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes +post-patch: + @${REINPLACE_CMD} -e 's|share/man|man|' \ + ${WRKSRC}/cutemaze.pro + post-patch-NLS-off: @${REINPLACE_CMD} -i '' '/qm.files/,/qm.path/s/^/#/' \ ${WRKSRC}/cutemaze.pro - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} -.for d in 16x16 22x22 scalable - @(cd ${WRKSRC}/icons/oxygen && ${COPYTREE_SHARE} ${d} \ - ${STAGEDIR}${PREFIX}/share/icons/oxygen) -.endfor - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/games/cutemaze/distinfo ============================================================================== --- head/games/cutemaze/distinfo Wed Feb 21 16:24:53 2018 (r462532) +++ head/games/cutemaze/distinfo Wed Feb 21 16:36:45 2018 (r462533) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501493373 -SHA256 (cutemaze-1.2.1-src.tar.bz2) = 841f2a208770c9de6009fed64e24a059a878686c444c4b572c56b564e4cfa66e -SIZE (cutemaze-1.2.1-src.tar.bz2) = 803354 +TIMESTAMP = 1519227164 +SHA256 (cutemaze-1.2.2-src.tar.bz2) = 1e9464d0be6eacae20a8fa29e699e3776f3081c00eaffdfeceed4b77eaac52a8 +SIZE (cutemaze-1.2.2-src.tar.bz2) = 805648 Modified: head/games/cutemaze/pkg-plist ============================================================================== --- head/games/cutemaze/pkg-plist Wed Feb 21 16:24:53 2018 (r462532) +++ head/games/cutemaze/pkg-plist Wed Feb 21 16:36:45 2018 (r462533) @@ -1,9 +1,9 @@ bin/cutemaze man/man6/cutemaze.6.gz -share/appdata/cutemaze.appdata.xml share/applications/cutemaze.desktop %%NLS%%%%DATADIR%%/translations/cutemaze_cs.qm %%NLS%%%%DATADIR%%/translations/cutemaze_de.qm +%%NLS%%%%DATADIR%%/translations/cutemaze_el.qm %%NLS%%%%DATADIR%%/translations/cutemaze_en.qm %%NLS%%%%DATADIR%%/translations/cutemaze_eo.qm %%NLS%%%%DATADIR%%/translations/cutemaze_es.qm @@ -29,35 +29,5 @@ share/icons/hicolor/48x48/apps/cutemaze.png share/icons/hicolor/512x512/apps/cutemaze.png share/icons/hicolor/64x64/apps/cutemaze.png share/icons/hicolor/scalable/apps/cutemaze.svg -share/icons/oxygen/16x16/application-exit.png -share/icons/oxygen/16x16/document-new.png -share/icons/oxygen/16x16/games-config-options.png -share/icons/oxygen/16x16/games-highscores.png -share/icons/oxygen/16x16/games-hint.png -share/icons/oxygen/16x16/help-about.png -share/icons/oxygen/16x16/media-playback-pause.png -share/icons/oxygen/16x16/preferences-desktop-locale.png -share/icons/oxygen/16x16/zoom-in.png -share/icons/oxygen/16x16/zoom-out.png -share/icons/oxygen/22x22/application-exit.png -share/icons/oxygen/22x22/document-new.png -share/icons/oxygen/22x22/games-config-options.png -share/icons/oxygen/22x22/games-highscores.png -share/icons/oxygen/22x22/games-hint.png -share/icons/oxygen/22x22/help-about.png -share/icons/oxygen/22x22/media-playback-pause.png -share/icons/oxygen/22x22/preferences-desktop-locale.png -share/icons/oxygen/22x22/zoom-in.png -share/icons/oxygen/22x22/zoom-out.png -share/icons/oxygen/scalable/application-exit.svgz -share/icons/oxygen/scalable/document-new.svgz -share/icons/oxygen/scalable/games-config-options.svgz -share/icons/oxygen/scalable/games-highscores.svgz -share/icons/oxygen/scalable/games-hint.svgz -share/icons/oxygen/scalable/help-about.svgz -share/icons/oxygen/scalable/media-playback-pause.svgz -share/icons/oxygen/scalable/preferences-desktop-locale.svgz -share/icons/oxygen/scalable/zoom-in.svgz -share/icons/oxygen/scalable/zoom-out.svgz -share/pixmaps/cutemaze.png +share/metainfo/cutemaze.appdata.xml share/pixmaps/cutemaze.xpm