Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jul 2020 08:34:13 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542481 - head/ports-mgmt/distilator
Message-ID:  <202007180834.06I8YDJq014850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Jul 18 08:34:12 2020
New Revision: 542481
URL: https://svnweb.freebsd.org/changeset/ports/542481

Log:
  Update to 1.3
  
  This fixes URL detection in cases when `make fetch-urlall-list` does not produce
  pure URL's (eg. is prefixed with fetch arguments). This is the case for all
  Rust-based ports.
  
  PR:		247988 (based on)
  Reported by:	yuri

Modified:
  head/ports-mgmt/distilator/Makefile
  head/ports-mgmt/distilator/distinfo

Modified: head/ports-mgmt/distilator/Makefile
==============================================================================
--- head/ports-mgmt/distilator/Makefile	Sat Jul 18 08:18:57 2020	(r542480)
+++ head/ports-mgmt/distilator/Makefile	Sat Jul 18 08:34:12 2020	(r542481)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	distilator
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	https://critical.ch/distilator/ \
 		LOCAL/ehaupt

Modified: head/ports-mgmt/distilator/distinfo
==============================================================================
--- head/ports-mgmt/distilator/distinfo	Sat Jul 18 08:18:57 2020	(r542480)
+++ head/ports-mgmt/distilator/distinfo	Sat Jul 18 08:34:12 2020	(r542481)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536051143
-SHA256 (distilator-1.2.tar.gz) = 86bcb7b83e2eaacd85f035289c15e5cc7563345f0568e1e49ac5ff20858a20df
-SIZE (distilator-1.2.tar.gz) = 3580
+TIMESTAMP = 1595061055
+SHA256 (distilator-1.3.tar.gz) = 67cb3323fb06ff18efbcbe90824c1c41ae19d8bb8e61751c67b6d8aa0003a369
+SIZE (distilator-1.3.tar.gz) = 3836



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