svn commit: r422419 - in head/sysutils/fusefs-zip: . files

Veniamin Gvozdikov vg at FreeBSD.org
Mon Sep 19 09:19:49 UTC 2016


Author: vg
Date: Mon Sep 19 09:19:47 2016
New Revision: 422419
URL: https://svnweb.freebsd.org/changeset/ports/422419

Log:
  - Update to 0.4.2
  - Remove broken flag: fixes for new master_sites
  - Remove patch: pushed to upstream
  
  PR:		ports/212802
  Submitted by:	olevole at olevole.ru (maintainer)

Deleted:
  head/sysutils/fusefs-zip/files/
Modified:
  head/sysutils/fusefs-zip/Makefile
  head/sysutils/fusefs-zip/distinfo

Modified: head/sysutils/fusefs-zip/Makefile
==============================================================================
--- head/sysutils/fusefs-zip/Makefile	Mon Sep 19 09:01:45 2016	(r422418)
+++ head/sysutils/fusefs-zip/Makefile	Mon Sep 19 09:19:47 2016	(r422419)
@@ -1,25 +1,22 @@
 # $FreeBSD$
 
 PORTNAME=	fuse-zip
-PORTVERSION=	0.3.0
-PORTREVISION=	2
+PORTVERSION=	0.4.2
 CATEGORIES=	sysutils
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://bitbucket.org/agalanin/fuse-zip/downloads/
 
 MAINTAINER=	olevole at olevole.ru
 COMMENT=	FUSE filesystem to mount ZIP archives with write support
 
 LICENSE=	LGPL3
 
-BROKEN=		Unfetchable (google code has gone away)
-
 LIB_DEPENDS=	libzip.so:archivers/libzip
 BUILD_DEPENDS=	libzip>=0.11.1:archivers/libzip
 
 USES=		gmake fuse pkgconfig
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
-PORTDOCS=	README TODO changelog
+PORTDOCS=	README changelog
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/sysutils/fusefs-zip/distinfo
==============================================================================
--- head/sysutils/fusefs-zip/distinfo	Mon Sep 19 09:01:45 2016	(r422418)
+++ head/sysutils/fusefs-zip/distinfo	Mon Sep 19 09:19:47 2016	(r422419)
@@ -1,2 +1,3 @@
-SHA256 (fuse-zip-0.3.0.tar.gz) = 7b0960e40da4e98f40a12c26c032fee99f683bea59bede24653de2f139d08543
-SIZE (fuse-zip-0.3.0.tar.gz) = 662401
+TIMESTAMP = 1474226238
+SHA256 (fuse-zip-0.4.2.tar.gz) = 3d4ee113d4c7918ad3c660f8088473d5fabf67b3476fef16ec7f5bd8a4182fdc
+SIZE (fuse-zip-0.4.2.tar.gz) = 672323


More information about the svn-ports-all mailing list