From owner-svn-ports-head@freebsd.org Mon Feb 13 14:30:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9DF9CDDE67; Mon, 13 Feb 2017 14:30:45 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 67DB81D5; Mon, 13 Feb 2017 14:30:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DEUi62081764; Mon, 13 Feb 2017 14:30:44 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DEUiAi081759; Mon, 13 Feb 2017 14:30:44 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702131430.v1DEUiAi081759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 13 Feb 2017 14:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433994 - in head/games/cutemaze: . files 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.23 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: Mon, 13 Feb 2017 14:30:45 -0000 Author: vanilla Date: Mon Feb 13 14:30:43 2017 New Revision: 433994 URL: https://svnweb.freebsd.org/changeset/ports/433994 Log: 1: Update to 1.2.0. 2: move to QT5. Added: head/games/cutemaze/files/ head/games/cutemaze/files/patch-cutemaze.pro (contents, props changed) Modified: head/games/cutemaze/Makefile head/games/cutemaze/distinfo head/games/cutemaze/pkg-plist Modified: head/games/cutemaze/Makefile ============================================================================== --- head/games/cutemaze/Makefile Mon Feb 13 14:28:19 2017 (r433993) +++ head/games/cutemaze/Makefile Mon Feb 13 14:30:43 2017 (r433994) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cutemaze -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -11,12 +11,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple, top-down game in which mazes are randomly generated LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= qmake tar:bzip2 -USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ - corelib gui svg +USE_QT5= buildtools core gui svg imageformats_run linguisttools \ + widgets INSTALLS_ICONS= yes PORTDOCS= ChangeLog NEWS README @@ -24,25 +25,20 @@ PORTDOCS= ChangeLog NEWS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -.include - -post-patch: -.if ! ${PORT_OPTIONS:MNLS} +post-patch-NLS-off: @${REINPLACE_CMD} -i '' '/qm.files/,/qm.path/s/^/#/' \ ${WRKSRC}/cutemaze.pro -.endif 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} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/games/cutemaze/distinfo ============================================================================== --- head/games/cutemaze/distinfo Mon Feb 13 14:28:19 2017 (r433993) +++ head/games/cutemaze/distinfo Mon Feb 13 14:30:43 2017 (r433994) @@ -1,2 +1,3 @@ -SHA256 (cutemaze-1.1.1-src.tar.bz2) = 3236d012af36a8390b86524e84d38baa40a12203a1e991c653203f3a23a7445d -SIZE (cutemaze-1.1.1-src.tar.bz2) = 370854 +TIMESTAMP = 1486992704 +SHA256 (cutemaze-1.2.0-src.tar.bz2) = d23a0d11a237f53d6b8da9234b5b475bbca8d67abbdd124cfa7c0cb4da70349b +SIZE (cutemaze-1.2.0-src.tar.bz2) = 800890 Added: head/games/cutemaze/files/patch-cutemaze.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/cutemaze/files/patch-cutemaze.pro Mon Feb 13 14:30:43 2017 (r433994) @@ -0,0 +1,11 @@ +--- cutemaze.pro.orig 2017-02-13 13:47:42 UTC ++++ cutemaze.pro +@@ -94,7 +94,7 @@ macx { + qm.CONFIG += no_check_exist + + man.files = doc/cutemaze.6 +- man.path = $$PREFIX/share/man/man6 ++ man.path = $$PREFIX/man/man6 + + INSTALLS += target pixmap icon desktop appdata qm man + } Modified: head/games/cutemaze/pkg-plist ============================================================================== --- head/games/cutemaze/pkg-plist Mon Feb 13 14:28:19 2017 (r433993) +++ head/games/cutemaze/pkg-plist Mon Feb 13 14:30:43 2017 (r433994) @@ -1,16 +1,33 @@ 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_en.qm +%%NLS%%%%DATADIR%%/translations/cutemaze_eo.qm %%NLS%%%%DATADIR%%/translations/cutemaze_es.qm +%%NLS%%%%DATADIR%%/translations/cutemaze_fi.qm %%NLS%%%%DATADIR%%/translations/cutemaze_fr.qm %%NLS%%%%DATADIR%%/translations/cutemaze_he.qm +%%NLS%%%%DATADIR%%/translations/cutemaze_lt.qm +%%NLS%%%%DATADIR%%/translations/cutemaze_nl.qm %%NLS%%%%DATADIR%%/translations/cutemaze_pl.qm %%NLS%%%%DATADIR%%/translations/cutemaze_pt_BR.qm %%NLS%%%%DATADIR%%/translations/cutemaze_ro.qm %%NLS%%%%DATADIR%%/translations/cutemaze_ru.qm %%NLS%%%%DATADIR%%/translations/cutemaze_tr.qm +share/icons/hicolor/1024x1024/apps/cutemaze.png +share/icons/hicolor/128x128/apps/cutemaze.png +share/icons/hicolor/16x16/apps/cutemaze.png +share/icons/hicolor/22x22/apps/cutemaze.png +share/icons/hicolor/24x24/apps/cutemaze.png +share/icons/hicolor/256x256/apps/cutemaze.png +share/icons/hicolor/32x32/apps/cutemaze.png 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 @@ -42,3 +59,4 @@ share/icons/oxygen/scalable/preferences- share/icons/oxygen/scalable/zoom-in.svgz share/icons/oxygen/scalable/zoom-out.svgz share/pixmaps/cutemaze.png +share/pixmaps/cutemaze.xpm