Date: Thu, 7 Feb 2013 22:10:01 GMT From: nemysis <nemysis@gmx.ch> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/173402: [MAINTAINER] emulators/swine: Normal download from GitHub, changed Makefile, pkg-plist Message-ID: <201302072210.r17MA1pf004060@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/173402; it has been noted by GNATS. From: nemysis <nemysis@gmx.ch> To: bug-followup@FreeBSD.org Cc: makc@FreeBSD.org Subject: Re: ports/173402: [MAINTAINER] emulators/swine: Normal download from GitHub, changed Makefile, pkg-plist Date: Thu, 7 Feb 2013 23:07:34 +0100 --MP_/F+mU_O4fx/Jgz3jIWJ7SVV. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Update after commit 1.0.3_1 which have not looked this PR. This is very bad to not look open PRs and update with its. portlint -A looks usual. port test: clean --MP_/F+mU_O4fx/Jgz3jIWJ7SVV. Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=swine.diff ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/emulators/swine/Makefile ./Makefile --- /usr/ports/emulators/swine/Makefile 2013-02-04 17:00:48.000000000 +0100 +++ ./Makefile 2013-02-07 22:55:54.000000000 +0100 @@ -3,9 +3,9 @@ PORTNAME= swine PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators deskutils python -MASTER_SITES= GH +MASTER_SITES= https://github.com/downloads/dswd/Swine/ MAINTAINER= nemysis@gmx.ch COMMENT= Qt4 graphical Wine frontend @@ -20,13 +20,9 @@ DATADIRLIB= ${PREFIX}/lib/${PORTNAME} -USE_GITHUB= yes -GH_ACCOUNT= dswd -GH_PROJECT= Swine -GH_TAGNAME= master -GH_COMMIT= 6567d97 - +FETCH_ARGS?= -Fpr USE_PYTHON= yes +NO_BUILD= yes USE_GMAKE= yes USE_QT4= linguist_build ONLY_FOR_ARCHS= i386 amd64 @@ -40,12 +36,12 @@ .endif post-patch: - @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/version.sh + @${REINPLACE_CMD} -e 's|/usr/share/swine/images/swine32.png|${PREFIX}/share/pixmaps/swine.png|' ${WRKSRC}/resources/swine.desktop + @${FIND} ${WRKSRC} -name "*.bak" -delete do-install: ${MKDIR} ${DATADIRLIB} - ${INSTALL_DATA} ${WRKSRC}/resources.qrc ${DATADIRLIB} ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIRLIB} ${LN} -sf ${DATADIRLIB}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME} ${LN} -sf ${DATADIRLIB}/${PORTNAME}cli.py ${PREFIX}/bin/${PORTNAME}cli diff -ruN --exclude=CVS /usr/ports/emulators/swine/distinfo ./distinfo --- /usr/ports/emulators/swine/distinfo 2013-01-14 17:57:33.000000000 +0100 +++ ./distinfo 2013-02-07 22:57:01.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (swine-1.0.3.tar.gz) = e36bde1119b08333a49dd1b925544fd91cb2bfd3dc6e61834fa0da02fdf1f259 -SIZE (swine-1.0.3.tar.gz) = 203524 +SHA256 (swine-1.0.3.tar.gz) = e474a5657b8b7822d5417237044201d72bda41b3402bc5556e497df8eabd9de0 +SIZE (swine-1.0.3.tar.gz) = 172820 diff -ruN --exclude=CVS /usr/ports/emulators/swine/pkg-plist ./pkg-plist --- /usr/ports/emulators/swine/pkg-plist 2013-01-14 17:57:33.000000000 +0100 +++ ./pkg-plist 2012-11-05 19:10:43.000000000 +0100 @@ -11,7 +11,6 @@ lib/swine/SlotSettings.py lib/swine/config.py lib/swine/icolib.py -lib/swine/resources.qrc lib/swine/resources_rc.py lib/swine/shortcutlib.py lib/swine/swine.py ===> Done --MP_/F+mU_O4fx/Jgz3jIWJ7SVV.--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302072210.r17MA1pf004060>