View | Details | Raw Unified | Return to bug 252945
Collapse All | Expand All

(-)dyncall/Makefile (-2 / +2 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/devel/dyncall/Makefile 557290 2020-12-08 16:04:12Z linimon $
2
# $FreeBSD: head/devel/dyncall/Makefile 557290 2020-12-08 16:04:12Z linimon $
3
3
4
PORTNAME=	dyncall
4
PORTNAME=	dyncall
5
DISTVERSION=	1.1
5
DISTVERSION=	1.2
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://www.dyncall.org/r${DISTVERSION}/ \
7
MASTER_SITES=	https://www.dyncall.org/r${DISTVERSION}/ \
8
		http://www.potion-studios.com/
8
		http://www.potion-studios.com/
9
9
10
MAINTAINER=	tphilipp@potion-studios.com
10
MAINTAINER=	tphilipp@potion-studios.com
(-)dyncall/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1578789324
1
TIMESTAMP = 1611413243
2
SHA256 (dyncall-1.1.tar.gz) = cf97fa3f142db832ff34235caa4d69a7d5f16716573d446b2d95069126e88795
2
SHA256 (dyncall-1.2.tar.gz) = e88154c0243421560704f5c7294afbdec9e991afa0601d5adff5042ea81808d7
3
SIZE (dyncall-1.1.tar.gz) = 530471
3
SIZE (dyncall-1.2.tar.gz) = 523701
(-)dyncall/pkg-descr (-1 / +1 lines)
Lines 17-20 Link Here
17
bridged function call, which unnecessarily results in code bloat, only a
17
bridged function call, which unnecessarily results in code bloat, only a
18
couple of instructions are used to invoke every possible call.
18
couple of instructions are used to invoke every possible call.
19
19
20
WWW: http://www.dyncall.org
20
WWW: https://www.dyncall.org

Return to bug 252945