pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/qconf qconf: Upgrade to 2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47870e7721f2
branches:  trunk
changeset: 342954:47870e7721f2
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Mon Oct 28 09:06:31 2019 +0000

description:
qconf: Upgrade to 2.4

Set new HOMEPAGE and switch to GitHub for distfiles.

Remove qt4/qt5 switch, use qt5 only.

Changelog unknown.

diffstat:

 devel/qconf/Makefile   |  15 +++++++--------
 devel/qconf/distinfo   |  10 +++++-----
 devel/qconf/options.mk |  15 ---------------
 3 files changed, 12 insertions(+), 28 deletions(-)

diffs (72 lines):

diff -r 00d982350766 -r 47870e7721f2 devel/qconf/Makefile
--- a/devel/qconf/Makefile      Mon Oct 28 08:56:14 2019 +0000
+++ b/devel/qconf/Makefile      Mon Oct 28 09:06:31 2019 +0000
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.43 2019/04/03 00:32:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2019/10/28 09:06:31 kamil Exp $
 #
 
-DISTNAME=              qconf-2.0
-PKGREVISION=           13
+DISTNAME=              qconf-2.4
 CATEGORIES=            devel
-MASTER_SITES=          http://delta.affinix.com/download/
-EXTRACT_SUFX=          .tar.bz2
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=psi-im/}
+GITHUB_TAG=            v${PKGVERSION_NOREV}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://delta.affinix.com/qconf/
+HOMEPAGE=              https://github.com/psi-plus/qconf
 COMMENT=               Configure script generator for qmake
 LICENSE=               gnu-gpl-v2
 
 USE_PKGLOCALEDIR=      yes
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
+CONFIGURE_ARGS+=       --qtselect=5
 USE_LANGUAGES=         c c++
 
 DOCDIR=                        ${PREFIX}/share/doc/${PKGBASE}
@@ -29,6 +29,5 @@
                ${INSTALL_DATA} $${fn} ${DESTDIR}${EGDIR};      \
        done
 
-.include "options.mk"
-
+.include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 00d982350766 -r 47870e7721f2 devel/qconf/distinfo
--- a/devel/qconf/distinfo      Mon Oct 28 08:56:14 2019 +0000
+++ b/devel/qconf/distinfo      Mon Oct 28 09:06:31 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/03/09 23:21:29 nros Exp $
+$NetBSD: distinfo,v 1.8 2019/10/28 09:06:31 kamil Exp $
 
-SHA1 (qconf-2.0.tar.bz2) = 650335de244d41de203f07de539d9da65380fc4d
-RMD160 (qconf-2.0.tar.bz2) = fc3b38054223df07e483f3e320fa7aada0762630
-SHA512 (qconf-2.0.tar.bz2) = 8820dfe191149b8bf7aa2cd631a6c4900b821c30817c6bffcf79734271c47165daceef11507690d495881c8dc8d19f8dec441c7adeb2a3e36b355b66b4f5c43a
-Size (qconf-2.0.tar.bz2) = 50507 bytes
+SHA1 (qconf-2.4.tar.gz) = 7ae5daade2ad5ef0951f0f70c7a9404c9ca1e110
+RMD160 (qconf-2.4.tar.gz) = 0d158f10da44f6f3f8ee6ba6b1019557d3366b24
+SHA512 (qconf-2.4.tar.gz) = 425b15bbe86ea31df48f7772b5c36efffb458a9c3edf09b541be61583f74287e541276cd2ff5fcf8e439db70e6405c121c347c6649ece57b6880da11db01ec4b
+Size (qconf-2.4.tar.gz) = 97556 bytes
diff -r 00d982350766 -r 47870e7721f2 devel/qconf/options.mk
--- a/devel/qconf/options.mk    Mon Oct 28 08:56:14 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2016/03/09 23:21:29 nros Exp $
-
-PKG_OPTIONS_VAR=               PKG_OPTIONS.qconf
-PKG_OPTIONS_REQUIRED_GROUPS=   qt
-PKG_OPTIONS_GROUP.qt =         qt4 qt5
-PKG_SUGGESTED_OPTIONS=         qt4
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mqt5)
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Mqt4)
-.include "../../x11/qt4-tools/buildlink3.mk"
-.endif



Home | Main Index | Thread Index | Old Index