svn commit: r542481 - head/ports-mgmt/distilator

Emanuel Haupt ehaupt at FreeBSD.org
Sat Jul 18 08:34:13 UTC 2020


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


More information about the svn-ports-all mailing list