svn commit: r562420 - head/devel/dyncall

Lewis Cook lcook at FreeBSD.org
Sat Jan 23 21:21:19 UTC 2021


Author: lcook
Date: Sat Jan 23 21:21:18 2021
New Revision: 562420
URL: https://svnweb.freebsd.org/changeset/ports/562420

Log:
  devel/dyncall: Update to 1.2
  
  Changes:		https://dyncall.org/pub/dyncall/dyncall/file/tip/ChangeLog
  PR:			252945
  Submitted by:		Tassilo Philipp <tphilipp at potion-studios.com> (maintainer)
  Approved by:		fernape (mentor)
  Differential Revision:	https://reviews.freebsd.org/D28307

Modified:
  head/devel/dyncall/Makefile
  head/devel/dyncall/distinfo
  head/devel/dyncall/pkg-descr

Modified: head/devel/dyncall/Makefile
==============================================================================
--- head/devel/dyncall/Makefile	Sat Jan 23 21:21:08 2021	(r562419)
+++ head/devel/dyncall/Makefile	Sat Jan 23 21:21:18 2021	(r562420)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	dyncall
-DISTVERSION=	1.1
+DISTVERSION=	1.2
 CATEGORIES=	devel
-MASTER_SITES=	http://www.dyncall.org/r${DISTVERSION}/ \
+MASTER_SITES=	https://www.dyncall.org/r${DISTVERSION}/ \
 		http://www.potion-studios.com/
 
 MAINTAINER=	tphilipp at potion-studios.com

Modified: head/devel/dyncall/distinfo
==============================================================================
--- head/devel/dyncall/distinfo	Sat Jan 23 21:21:08 2021	(r562419)
+++ head/devel/dyncall/distinfo	Sat Jan 23 21:21:18 2021	(r562420)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578789324
-SHA256 (dyncall-1.1.tar.gz) = cf97fa3f142db832ff34235caa4d69a7d5f16716573d446b2d95069126e88795
-SIZE (dyncall-1.1.tar.gz) = 530471
+TIMESTAMP = 1611413243
+SHA256 (dyncall-1.2.tar.gz) = e88154c0243421560704f5c7294afbdec9e991afa0601d5adff5042ea81808d7
+SIZE (dyncall-1.2.tar.gz) = 523701

Modified: head/devel/dyncall/pkg-descr
==============================================================================
--- head/devel/dyncall/pkg-descr	Sat Jan 23 21:21:08 2021	(r562419)
+++ head/devel/dyncall/pkg-descr	Sat Jan 23 21:21:18 2021	(r562420)
@@ -17,4 +17,4 @@ small kernels written in assembly. Instead of providin
 bridged function call, which unnecessarily results in code bloat, only a
 couple of instructions are used to invoke every possible call.
 
-WWW: http://www.dyncall.org
+WWW: https://www.dyncall.org


More information about the svn-ports-all mailing list