Date: Wed, 22 May 2013 23:16:59 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178844: [MAINTAINER] games/connectagram: update to 1.1.1 Message-ID: <20130522211707.05A241C21@hub.freebsd.org> Resent-Message-ID: <201305222120.r4MLK0gk092184@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178844 >Category: ports >Synopsis: [MAINTAINER] games/connectagram: update to 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 22 21:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Jan 29 15:02:50 EST 2013 >Description: - Update to 1.1.1 - Trim Makefile header - Trim desktop dependency - Fix typo, fix port install - Trim pkg-plist Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- connectagram-1.1.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/connectagram/Makefile ./Makefile --- /usr/ports/games/connectagram/Makefile 2013-02-24 17:33:59.000000000 +0100 +++ ./Makefile 2013-05-22 23:03:05.000000000 +0200 @@ -1,8 +1,9 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis <nemysis@gmx.ch> # $FreeBSD: head/games/connectagram/Makefile 312757 2013-02-22 09:17:37Z pclin $ PORTNAME= connectagram -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 +#PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 @@ -13,7 +14,8 @@ LICENSE= GPLv3 USE_BZIP2= yes -USE_QT4= moc_build qmake_build rcc_build gui network +USES= desktop-file-utils +USE_QT4= moc_build qmake_build rcc_build gui network iconengines imageformats INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes @@ -28,11 +30,11 @@ post-install: @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR}) @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${DATADIR}) - @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/icons/) - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons/) + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif diff -ruN --exclude=CVS /usr/ports/games/connectagram/distinfo ./distinfo --- /usr/ports/games/connectagram/distinfo 2013-02-24 17:33:59.000000000 +0100 +++ ./distinfo 2013-05-22 23:07:50.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (connectagram-1.1.0-src.tar.bz2) = 15ee5ceda89ee378377d8eb3a13e7335c8535f10d0c3740ee05692fbd7ea6adc -SIZE (connectagram-1.1.0-src.tar.bz2) = 780285 +SHA256 (connectagram-1.1.1-src.tar.bz2) = 734c610a59d043a13edb6d7301cc9e72704663128cd95370ba22ae12da4796fb +SIZE (connectagram-1.1.1-src.tar.bz2) = 787725 diff -ruN --exclude=CVS /usr/ports/games/connectagram/pkg-plist ./pkg-plist --- /usr/ports/games/connectagram/pkg-plist 2013-02-24 17:33:59.000000000 +0100 +++ ./pkg-plist 2013-05-22 23:09:32.000000000 +0200 @@ -1,13 +1,4 @@ bin/connectagram -icons/hicolor/128x128/apps/connectagram.png -icons/hicolor/16x16/apps/connectagram.png -icons/hicolor/22x22/apps/connectagram.png -icons/hicolor/24x24/apps/connectagram.png -icons/hicolor/256x256/apps/connectagram.png -icons/hicolor/32x32/apps/connectagram.png -icons/hicolor/48x48/apps/connectagram.png -icons/hicolor/64x64/apps/connectagram.png -icons/hicolor/scalable/apps/connectagram.svg share/applications/connectagram.desktop %%DATADIR%%/data/en/words %%DATADIR%%/data/fr/words @@ -17,10 +8,23 @@ %%DATADIR%%/patterns/3.png %%DATADIR%%/patterns/4.png %%DATADIR%%/patterns/5.png +%%DATADIR%%/translations/connectagram_cs.qm +%%DATADIR%%/translations/connectagram_de.qm +%%DATADIR%%/translations/connectagram_el.qm %%DATADIR%%/translations/connectagram_en.qm %%DATADIR%%/translations/connectagram_fr.qm %%DATADIR%%/translations/connectagram_ro.qm %%DATADIR%%/translations/connectagram_ru.qm +%%DATADIR%%/translations/connectagram_tr.qm +share/icons/hicolor/128x128/apps/connectagram.png +share/icons/hicolor/16x16/apps/connectagram.png +share/icons/hicolor/22x22/apps/connectagram.png +share/icons/hicolor/24x24/apps/connectagram.png +share/icons/hicolor/256x256/apps/connectagram.png +share/icons/hicolor/32x32/apps/connectagram.png +share/icons/hicolor/48x48/apps/connectagram.png +share/icons/hicolor/64x64/apps/connectagram.png +share/icons/hicolor/scalable/apps/connectagram.svg share/pixmaps/connectagram.png share/pixmaps/connectagram.xpm @dirrm %%DATADIR%%/translations @@ -30,23 +34,3 @@ @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% @dirrmtry share/applications -@dirrmtry icons/hicolor/scalable/apps -@dirrmtry icons/hicolor/scalable -@dirrmtry icons/hicolor/64x64/apps -@dirrmtry icons/hicolor/64x64 -@dirrmtry icons/hicolor/48x48/apps -@dirrmtry icons/hicolor/48x48 -@dirrmtry icons/hicolor/32x32/apps -@dirrmtry icons/hicolor/32x32 -@dirrmtry icons/hicolor/256x256/apps -@dirrmtry icons/hicolor/256x256 -@dirrmtry icons/hicolor/24x24/apps -@dirrmtry icons/hicolor/24x24 -@dirrmtry icons/hicolor/22x22/apps -@dirrmtry icons/hicolor/22x22 -@dirrmtry icons/hicolor/16x16/apps -@dirrmtry icons/hicolor/16x16 -@dirrmtry icons/hicolor/128x128/apps -@dirrmtry icons/hicolor/128x128 -@dirrmtry icons/hicolor -@dirrmtry icons --- connectagram-1.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130522211707.05A241C21>