Date: Wed, 4 Jul 2018 19:28:44 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473916 - head/net-im/qTox Message-ID: <201807041928.w64JSiU4091397@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Jul 4 19:28:44 2018 New Revision: 473916 URL: https://svnweb.freebsd.org/changeset/ports/473916 Log: net-im/qTox: Update 1.15.0 -> 1.16.0 Port changes: * .desktop file got renamed * Intermediate revision (when present) is based on DISTVERSIONSUFFIX Reported by: portscout Modified: head/net-im/qTox/Makefile head/net-im/qTox/distinfo Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Wed Jul 4 19:21:46 2018 (r473915) +++ head/net-im/qTox/Makefile Wed Jul 4 19:28:44 2018 (r473916) @@ -3,13 +3,9 @@ PORTNAME= qTox DISTVERSIONPREFIX= v -DISTVERSION= 1.15.0 -PORTREVISION= 1 +DISTVERSION= 1.16.0 CATEGORIES= net-im net-p2p -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 441931765ffe.patch:-p1 - MAINTAINER= yuri@FreeBSD.org COMMENT= Qt 5 based Tox client @@ -47,9 +43,9 @@ PLATFORM_EXTENSIONS_CMAKE_BOOL= PLATFORM_EXTENSIONS PLATFORM_EXTENSIONS_USE= XORG=x11,xscrnsaver PLIST_FILES= bin/qtox \ - share/applications/qtox.desktop \ + share/applications/io.github.qtox.qTox.desktop \ share/icons/hicolor/scalable/apps/qtox.svgz \ - share/metainfo/qTox.appdata.xml + share/metainfo/io.github.qtox.qTox.appdata.xml .for SZ in 14 16 22 24 32 36 48 64 72 96 128 192 256 512 PLIST_FILES+= share/icons/hicolor/${SZ}x${SZ}/apps/qtox.png .endfor @@ -61,10 +57,10 @@ PLIST_FILES+= share/icons/hicolor/${SZ}x${SZ}/apps/qto CFLAGS+= -march=i586 .endif -.if !defined(GH_TAGNAME) +.if !defined(DISTVERSIONSUFFIX) FULLVERSION= ${PKGVERSION} .else -FULLVERSION= "${PKGVERSION} (rev.${GH_TAGNAME})" +FULLVERSION= "${PKGVERSION} (rev.${DISTVERSIONSUFFIX:S/-g//})" .endif pre-everything:: @@ -74,6 +70,6 @@ pre-everything:: pre-configure: @${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \ - ${WRKSRC}/qtox.desktop + ${WRKSRC}/io.github.qtox.qTox.desktop .include <bsd.port.post.mk> Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Wed Jul 4 19:21:46 2018 (r473915) +++ head/net-im/qTox/distinfo Wed Jul 4 19:28:44 2018 (r473916) @@ -1,5 +1,3 @@ -TIMESTAMP = 1525588746 -SHA256 (qTox-qTox-v1.15.0_GH0.tar.gz) = 0395370fbc2a6ab868fe3090bad7f1626fcb494746780f48b7c9e231aae9b62e -SIZE (qTox-qTox-v1.15.0_GH0.tar.gz) = 4145106 -SHA256 (441931765ffe.patch) = 576690867f6fcbe0e20a299c51e1e9ec9673ef7d576b13d8e08fb103673a6bb7 -SIZE (441931765ffe.patch) = 760 +TIMESTAMP = 1530727535 +SHA256 (qTox-qTox-v1.16.0_GH0.tar.gz) = 4673f1e99a34d684012c9cde975f808bfb4b699eb391c79271d60c04012b84e8 +SIZE (qTox-qTox-v1.16.0_GH0.tar.gz) = 4258337
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807041928.w64JSiU4091397>