View | Details | Raw Unified | Return to bug 260992 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/fstrm/Makefile (-5 / +3 lines)
Lines 1-9 Link Here
1
# Created by: Leo Vandewoestijne <freebsd@dns.company>
1
# Created by: Leo Vandewoestijne <freebsd@dns.company>
2
2
3
PORTNAME=		fstrm
3
PORTNAME=		fstrm
4
PORTVERSION=		0.6.1
4
DISTVERSION=		0.6.1
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=		devel
5
CATEGORIES=		devel
6
MASTER_SITES=		https://dl.farsightsecurity.com/dist/${PORTNAME}/
7
7
8
MAINTAINER=		freebsd@dns.company
8
MAINTAINER=		freebsd@dns.company
9
COMMENT=		Implementation of the Frame Streams data transport protocol in C
9
COMMENT=		Implementation of the Frame Streams data transport protocol in C
Lines 13-22 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
13
13
14
LIB_DEPENDS=		libevent.so:devel/libevent
14
LIB_DEPENDS=		libevent.so:devel/libevent
15
15
16
USES=			autoreconf gmake libtool pkgconfig
16
USES=			gmake libtool pkgconfig
17
USE_GITHUB=		yes
18
USE_LDCONFIG=		yes
17
USE_LDCONFIG=		yes
19
GH_ACCOUNT=		farsightsec
20
18
21
GNU_CONFIGURE=		yes
19
GNU_CONFIGURE=		yes
22
INSTALL_TARGET=		install-strip
20
INSTALL_TARGET=		install-strip
(-)b/devel/fstrm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1618815551
1
TIMESTAMP = 1641512094
2
SHA256 (farsightsec-fstrm-v0.6.1_GH0.tar.gz) = 4f0f7ad2b760119c441aba58271e84de683b3cc138530d02710896641866e2d2
2
SHA256 (fstrm-0.6.1.tar.gz) = bca4ac1e982a2d923ccd24cce2c98f4ceeed5009694430f73fc0dcebca8f098f
3
SIZE (farsightsec-fstrm-v0.6.1_GH0.tar.gz) = 135425
3
SIZE (fstrm-0.6.1.tar.gz) = 471218

Return to bug 260992