From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 7 22:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5D6D094D for ; Thu, 7 Feb 2013 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3D1DD1E0 for ; Thu, 7 Feb 2013 22:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r17MA1KL004063 for ; Thu, 7 Feb 2013 22:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r17MA1pf004060; Thu, 7 Feb 2013 22:10:01 GMT (envelope-from gnats) Date: Thu, 7 Feb 2013 22:10:01 GMT Message-Id: <201302072210.r17MA1pf004060@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: ports/173402: [MAINTAINER] emulators/swine: Normal download from GitHub, changed Makefile, pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: nemysis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 22:10:01 -0000 The following reply was made to PR ports/173402; it has been noted by GNATS. From: nemysis 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.--