svn commit: r441752 - head/security/zeronet

Jochen Neumeister joneum at FreeBSD.org
Fri May 26 06:43:41 UTC 2017


Author: joneum
Date: Fri May 26 06:43:39 2017
New Revision: 441752
URL: https://svnweb.freebsd.org/changeset/ports/441752

Log:
  - Udate to 0.5.5
  
  PR:	219475
  Submitted by:	Yuri Victorovich (maintainer)
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10882

Modified:
  head/security/zeronet/Makefile
  head/security/zeronet/distinfo
  head/security/zeronet/pkg-plist

Modified: head/security/zeronet/Makefile
==============================================================================
--- head/security/zeronet/Makefile	Fri May 26 06:40:26 2017	(r441751)
+++ head/security/zeronet/Makefile	Fri May 26 06:43:39 2017	(r441752)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zeronet
-PORTVERSION=	0.5.4
+PORTVERSION=	0.5.5
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security net-p2p
 
@@ -54,7 +54,7 @@ do-install:
 	@${CP} -R ${WRKSRC}/* ${STAGEDIR}${DATADIR}/
 	@${RM} `${FIND} ${STAGEDIR}${DATADIR} -name "*.orig"`
 	@${RM} `${FIND} ${STAGEDIR}${DATADIR} -name LICENSE`
-	@${RM} ${STAGEDIR}${DATADIR}/README*.md ${STAGEDIR}${DATADIR}/CHANGELOG.md ${STAGEDIR}${DATADIR}/requirements.txt
+	@${RM} ${STAGEDIR}${DATADIR}/README*.md ${STAGEDIR}${DATADIR}/CHANGELOG*.md ${STAGEDIR}${DATADIR}/requirements.txt
 	@${RM} ${STAGEDIR}${DATADIR}/Vagrantfile ${STAGEDIR}${DATADIR}/Dockerfile
 	@${RM} -r `${FIND} ${STAGEDIR}${DATADIR} -name test`
 	@${MKDIR} ${STAGEDIR}/var/db/zeronet

Modified: head/security/zeronet/distinfo
==============================================================================
--- head/security/zeronet/distinfo	Fri May 26 06:40:26 2017	(r441751)
+++ head/security/zeronet/distinfo	Fri May 26 06:43:39 2017	(r441752)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492590462
-SHA256 (HelloZeroNet-ZeroNet-v0.5.4_GH0.tar.gz) = ef7c210a9211a3c96d1d10f1337a67b87b733b69120c17ee2c328cadf93c4b87
-SIZE (HelloZeroNet-ZeroNet-v0.5.4_GH0.tar.gz) = 2472351
+TIMESTAMP = 1495561648
+SHA256 (HelloZeroNet-ZeroNet-v0.5.5_GH0.tar.gz) = 9e39e0925ca7bbda09f2aae0b5b86f13fc96975eb8bac826faa23b250e98b276
+SIZE (HelloZeroNet-ZeroNet-v0.5.5_GH0.tar.gz) = 2480032

Modified: head/security/zeronet/pkg-plist
==============================================================================
--- head/security/zeronet/pkg-plist	Fri May 26 06:40:26 2017	(r441751)
+++ head/security/zeronet/pkg-plist	Fri May 26 06:43:39 2017	(r441752)
@@ -54,6 +54,8 @@ etc/rc.d/zeronet
 %%DATADIR%%/plugins/Mute/languages/pt-br.json
 %%DATADIR%%/plugins/Mute/languages/zh-tw.json
 %%DATADIR%%/plugins/Mute/languages/zh.json
+%%DATADIR%%/plugins/Mute/media/blacklisted.html
+%%DATADIR%%/plugins/Mute/media/js/ZeroFrame.js
 %%DATADIR%%/plugins/Newsfeed/NewsfeedPlugin.py
 %%DATADIR%%/plugins/Newsfeed/NewsfeedPlugin.pyc
 %%DATADIR%%/plugins/Newsfeed/NewsfeedPlugin.pyo


More information about the svn-ports-all mailing list