svn commit: r517207 - head/archivers/xarchiver

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Nov 10 14:08:34 UTC 2019


Author: danilo
Date: Sun Nov 10 14:08:33 2019
New Revision: 517207
URL: https://svnweb.freebsd.org/changeset/ports/517207

Log:
  - Unbreak (unfetchable). The distfile is different but the content is exactly the same.
  
  Reported by:	antoine

Modified:
  head/archivers/xarchiver/Makefile
  head/archivers/xarchiver/distinfo

Modified: head/archivers/xarchiver/Makefile
==============================================================================
--- head/archivers/xarchiver/Makefile	Sun Nov 10 13:10:55 2019	(r517206)
+++ head/archivers/xarchiver/Makefile	Sun Nov 10 14:08:33 2019	(r517207)
@@ -3,14 +3,11 @@
 
 PORTNAME=	xarchiver
 PORTVERSION=	0.5.4.7
-DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	archivers
 
 MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Desktop-agnostic GTK+2 frontend to various archiving tools
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
@@ -21,10 +18,11 @@ RUN_DEPENDS=	xdg-open:devel/xdg-utils \
 		zip:archivers/zip \
 		zipinfo:archivers/unzip
 
+USES=		desktop-file-utils gmake gnome pkgconfig
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	ib
 
-USES=		desktop-file-utils gmake gnome pkgconfig
 USE_GNOME=	cairo glib20 intltool
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes

Modified: head/archivers/xarchiver/distinfo
==============================================================================
--- head/archivers/xarchiver/distinfo	Sun Nov 10 13:10:55 2019	(r517206)
+++ head/archivers/xarchiver/distinfo	Sun Nov 10 14:08:33 2019	(r517207)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1469123437
-SHA256 (ib-xarchiver-xarchiver-0.5.4.7_GH0.tar.gz) = 124eeccd819419c3d8f2935a78a3ad0ad47174bf7ef641441341e3aa32ea8f11
-SIZE (ib-xarchiver-xarchiver-0.5.4.7_GH0.tar.gz) = 986042
+TIMESTAMP = 1573391800
+SHA256 (ib-xarchiver-0.5.4.7_GH0.tar.gz) = 73a018f14dbb0d6eda9759103cb31ebef65f12a4297dc7a00a770d5395f2ad21
+SIZE (ib-xarchiver-0.5.4.7_GH0.tar.gz) = 985956


More information about the svn-ports-all mailing list