pkgsrc-WIP-changes archive

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

Update to version 1.1.4.



Module Name:	pkgsrc-wip
Committed By:	Alexander Nasonov <alnsn%yandex.ru@localhost>
Pushed By:	alnsn
Date:		Wed Aug 2 20:58:11 2017 +0100
Changeset:	d2455b3c1009cfde7414fb9600f7854435ba0dae

Modified Files:
	ricochet/Makefile
	ricochet/distinfo

Log Message:
Update to version 1.1.4.

XXX It still doesn't work on NetBSD:
https://github.com/ricochet-im/ricochet/issues/550

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d2455b3c1009cfde7414fb9600f7854435ba0dae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ricochet/Makefile | 5 +++--
 ricochet/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/ricochet/Makefile b/ricochet/Makefile
index ea0585a791..3e74e6635b 100644
--- a/ricochet/Makefile
+++ b/ricochet/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	ricochet-1.1.2-src
+DISTNAME=	ricochet-1.1.4-src
 PKGNAME=	${DISTNAME:S/-src//}
 CATEGORIES=	chat
 MASTER_SITES=	https://ricochet.im/releases/${PKGVERSION_NOREV}/
@@ -21,7 +21,8 @@ INSTALLATION_DIRS+=	bin share/applications share/icons/hicolor/48x48/apps
 INSTALLATION_DIRS+=	share/icons/hicolor/scalable/apps
 
 pre-build:
-	cd ${WRKSRC} && ${QTDIR}/bin/qmake CONFIG+=release
+	cd ${WRKSRC} && ${QTDIR}/bin/qmake \
+	    DEFINES+=RICOCHET_NO_PORTABLE CONFIG+=release
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ricochet ${DESTDIR}${PREFIX}/bin
diff --git a/ricochet/distinfo b/ricochet/distinfo
index 48a3bf2dfb..daa022e926 100644
--- a/ricochet/distinfo
+++ b/ricochet/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (ricochet-1.1.2-src.tar.bz2) = dd4008591f210a87a221082fd2ed5344666b3cf9
-RMD160 (ricochet-1.1.2-src.tar.bz2) = 95f421e028db22b53ed2b8f19df86715f1d65d95
-SHA512 (ricochet-1.1.2-src.tar.bz2) = c647b9054fe2c8874ad5250d48552c54990107a53444e6d34f29a04ac246833835b7f3825f52cfe0e1fd7a1fff38033b0c1dc38024d57bd1314ee7ed30645ed3
-Size (ricochet-1.1.2-src.tar.bz2) = 1102760 bytes
+SHA1 (ricochet-1.1.4-src.tar.bz2) = 2a13d65cf13e864a469713c47b222760d01a1839
+RMD160 (ricochet-1.1.4-src.tar.bz2) = d737a18beda009cb8c1bfa98c1157e778629314b
+SHA512 (ricochet-1.1.4-src.tar.bz2) = a2f2b203beee98eeddc184bcbffa8c00ea9bee46121dce05feda0b39e1c05a82e1ae937b4c32e66dd15a0a1e7cc7e676b9f3ed9a9d3e0a4115e05c3019eb6f27
+Size (ricochet-1.1.4-src.tar.bz2) = 1183887 bytes


Home | Main Index | Thread Index | Old Index