Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2016 09:19:48 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422419 - in head/sysutils/fusefs-zip: . files
Message-ID:  <201609190919.u8J9Jmdq076764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609190919.u8J9Jmdq076764>