Received: by mail.netbsd.org (Postfix, from userid 605) id BD59384D95; Sun, 1 Dec 2019 14:53:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45E8D84D54 for ; Sun, 1 Dec 2019 14:53:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id e5Eitd9K1zuN for ; Sun, 1 Dec 2019 14:53:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9FB8F84CD3 for ; Sun, 1 Dec 2019 14:53:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A888FA97; Sun, 1 Dec 2019 14:53:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575212036238550" MIME-Version: 1.0 Date: Sun, 1 Dec 2019 14:53:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/py-qt4 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191201145356.9A888FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1575212036238550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 1 14:53:56 UTC 2019 Modified Files: pkgsrc/x11/py-qt4: Makefile Log Message: py-qt4: fix PKGNAME; update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/x11/py-qt4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575212036238550 Content-Disposition: inline Content-Length: 849 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/py-qt4/Makefile diff -u pkgsrc/x11/py-qt4/Makefile:1.87 pkgsrc/x11/py-qt4/Makefile:1.88 --- pkgsrc/x11/py-qt4/Makefile:1.87 Sun Dec 1 14:46:29 2019 +++ pkgsrc/x11/py-qt4/Makefile Sun Dec 1 14:53:56 2019 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.87 2019/12/01 14:46:29 adam Exp $ +# $NetBSD: Makefile,v 1.88 2019/12/01 14:53:56 adam Exp $ DISTNAME= PyQt4_gpl_${PYQT_SYS}-4.12.3 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyQt4/qt4/} +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyQt4_gpl_${PYQT_SYS}/qt4/} CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Python binding for Qt4 -HOMEPAGE= http://www.riverbankcomputing.com/software/pyqt/intro +HOMEPAGE= https://riverbankcomputing.com/software/pyqt/intro LICENSE= gnu-gpl-v3 USE_LIBTOOL= yes --_----------=_1575212036238550--