diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-06-03 04:27:10 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-06-03 04:27:10 +0800 |
commit | 50729d20550f279bf086eb12007866e9a1f47d08 (patch) | |
tree | ed2fb499532517e79cedd828c29e86302d0133fe /net-im | |
parent | 5eb57d4000796890d6ca808eb6f1a4dc53d2e675 (diff) | |
download | freebsd-ports-gnome-50729d20550f279bf086eb12007866e9a1f47d08.tar.gz freebsd-ports-gnome-50729d20550f279bf086eb12007866e9a1f47d08.tar.zst freebsd-ports-gnome-50729d20550f279bf086eb12007866e9a1f47d08.zip |
Update net-im/qTox to 1.10.2
PR: 219729
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Approved by: Yuri Victorovich (maintainer)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qTox/Makefile | 7 | ||||
-rw-r--r-- | net-im/qTox/distinfo | 6 | ||||
-rw-r--r-- | net-im/qTox/files/patch-qtox.pro | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index d9589f915102..1af2400e3e72 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 1.9.0 -PORTREVISION= 4 +PORTVERSION= 1.10.2 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p @@ -41,7 +40,7 @@ ICON_SIZES= 14x14 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 128x128 QMAKE_ARGS= FREEBSD_PKGVERSION=${FULLVERSION} PLIST_FILES= bin/qtox \ - share/applications/qTox.desktop \ + share/applications/qtox.desktop \ share/icons/hicolor/scalable/apps/qtox.svgz .for SZ in ${ICON_SIZES} PLIST_FILES+= share/icons/hicolor/${SZ}/apps/qtox.png @@ -74,7 +73,7 @@ post-patch: pre-configure: @${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \ - ${WRKSRC}/qTox.desktop + ${WRKSRC}/qtox.desktop post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps diff --git a/net-im/qTox/distinfo b/net-im/qTox/distinfo index 710d71b848a3..8eef16ccd24f 100644 --- a/net-im/qTox/distinfo +++ b/net-im/qTox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489987887 -SHA256 (qTox-qTox-v1.9.0_GH0.tar.gz) = aceaac0c9cf8c9c98e364c8380f992547f369db6f0ac62505531c0474c7e04d6 -SIZE (qTox-qTox-v1.9.0_GH0.tar.gz) = 3621777 +TIMESTAMP = 1496411551 +SHA256 (qTox-qTox-v1.10.2_GH0.tar.gz) = 1709ba412149781fc922c0807fddbf36af355e59a8cb4454b568fa739b2a5e80 +SIZE (qTox-qTox-v1.10.2_GH0.tar.gz) = 3647721 diff --git a/net-im/qTox/files/patch-qtox.pro b/net-im/qTox/files/patch-qtox.pro index ea20bce07ab1..ede10dde2a65 100644 --- a/net-im/qTox/files/patch-qtox.pro +++ b/net-im/qTox/files/patch-qtox.pro @@ -22,7 +22,7 @@ +unix { + target.path = $$PREFIX/bin + -+ desktop.files = qTox.desktop ++ desktop.files = qtox.desktop + desktop.path = $$PREFIX/share/applications + + icon.files = img/qtox.png |