Date: Wed, 12 Oct 2016 23:27:18 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423897 - head/net-p2p/retroshare Message-ID: <201610122327.u9CNRIio031319@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Wed Oct 12 23:27:17 2016 New Revision: 423897 URL: https://svnweb.freebsd.org/changeset/ports/423897 Log: Update to version 0.6.1 PR: 213339 Submitted by: Christian Sturm Approved by: maintainer Modified: head/net-p2p/retroshare/Makefile head/net-p2p/retroshare/distinfo Modified: head/net-p2p/retroshare/Makefile ============================================================================== --- head/net-p2p/retroshare/Makefile Wed Oct 12 22:23:09 2016 (r423896) +++ head/net-p2p/retroshare/Makefile Wed Oct 12 23:27:17 2016 (r423897) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= retroshare -PORTVERSION= 0.6.0e +PORTVERSION= 0.6.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= peter@netkey.at @@ -35,7 +34,7 @@ DOS2UNIX_FILES= retroshare-nogui/src/ret USE_GITHUB= yes GH_ACCOUNT= RetroShare GH_PROJECT= RetroShare -GH_TAGNAME= 9f7ef8b +GH_TAGNAME= 53e26983 .include <bsd.port.pre.mk> @@ -55,7 +54,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/data/retroshare06.desktop .if defined(GH_TAGNAME) - @${REINPLACE_CMD} -e 's|01234567|0${GH_TAGNAME}|' \ + @${REINPLACE_CMD} -e 's|RS_REVISION_NUMBER.*|RS_REVISION_NUMBER 0x${GH_TAGNAME}|' \ ${WRKSRC}/libretroshare/src/retroshare/rsversion.h .endif Modified: head/net-p2p/retroshare/distinfo ============================================================================== --- head/net-p2p/retroshare/distinfo Wed Oct 12 22:23:09 2016 (r423896) +++ head/net-p2p/retroshare/distinfo Wed Oct 12 23:27:17 2016 (r423897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467176910 -SHA256 (RetroShare-RetroShare-v0.6.0e-9f7ef8b_GH0.tar.gz) = 0bcffff8814e4ff67458fbaca8e15b11c5a3fdc85ad4c080583c0f9cf32734e7 -SIZE (RetroShare-RetroShare-v0.6.0e-9f7ef8b_GH0.tar.gz) = 17400160 +TIMESTAMP = 1476022169 +SHA256 (RetroShare-RetroShare-v0.6.1-53e26983_GH0.tar.gz) = 5a3d9dbfe4c4d217c310caf97577414fcb96d0560a88c2f0ac3eb02382813aa3 +SIZE (RetroShare-RetroShare-v0.6.1-53e26983_GH0.tar.gz) = 18006124
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610122327.u9CNRIio031319>