svn commit: r423897 - head/net-p2p/retroshare
Pawel Pekala
pawel at FreeBSD.org
Wed Oct 12 23:27:19 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list