diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-10-12 23:27:17 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-10-12 23:27:17 +0000 |
commit | adfc8cae0e29c71cdf759b7b5cbb4146eebb5324 (patch) | |
tree | e02955b507c067fea42534e0ef5c8b66a33fe747 /net-p2p | |
parent | 6fe90ee684e22170bc044a0040f19be616596fe0 (diff) | |
download | ports-adfc8cae0e29c71cdf759b7b5cbb4146eebb5324.tar.gz ports-adfc8cae0e29c71cdf759b7b5cbb4146eebb5324.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/retroshare/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/retroshare/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index c82776631c1f..65d580f22262 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -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/retroshare-nogui.pro 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 diff --git a/net-p2p/retroshare/distinfo b/net-p2p/retroshare/distinfo index 6afe61fc93c2..95574dea9f23 100644 --- a/net-p2p/retroshare/distinfo +++ b/net-p2p/retroshare/distinfo @@ -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 |