diff options
author | adam <adam@pkgsrc.org> | 2018-12-09 18:51:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-12-09 18:51:58 +0000 |
commit | efb1fd4565223c20630b5ebe741a1315bda7dd9e (patch) | |
tree | 68985d937ee4dc74aece704314ab6a9670d2a366 /x11/qt5-qtserialport | |
parent | 84fff95985bbc11a1b49890a1bef4a94195c514b (diff) | |
download | pkgsrc-efb1fd4565223c20630b5ebe741a1315bda7dd9e.tar.gz |
revbump after updating textproc/icu
Diffstat (limited to 'x11/qt5-qtserialport')
-rw-r--r-- | x11/qt5-qtserialport/Makefile | 4 | ||||
-rw-r--r-- | x11/qt5-qtserialport/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt5-qtserialport/Makefile b/x11/qt5-qtserialport/Makefile index ea6377d79a2..0b25d84d903 100644 --- a/x11/qt5-qtserialport/Makefile +++ b/x11/qt5-qtserialport/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2018/11/12 03:51:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2018/12/09 18:52:14 adam Exp $ DISTNAME= qtserialport-everywhere-src-${QTVERSION} PKGNAME= qt5-qtserialport-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 module for Serial Port BUILD_TARGET= sub-src diff --git a/x11/qt5-qtserialport/buildlink3.mk b/x11/qt5-qtserialport/buildlink3.mk index 386edcdff83..69bbdce65d7 100644 --- a/x11/qt5-qtserialport/buildlink3.mk +++ b/x11/qt5-qtserialport/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.23 2018/11/12 03:51:36 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.24 2018/12/09 18:52:14 adam Exp $ BUILDLINK_TREE+= qt5-qtserialport @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtserialport QT5_QTSERIALPORT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.9.1 -BUILDLINK_ABI_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.11.2nb1 +BUILDLINK_ABI_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.11.2nb2 BUILDLINK_PKGSRCDIR.qt5-qtserialport?= ../../x11/qt5-qtserialport BUILDLINK_INCDIRS.qt5-qtserialport+= qt5/include |