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

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	librsync
4
PORTNAME=	librsync
5
PORTVERSION=	2.3.0
5
PORTVERSION=	2.3.1
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	net devel
7
CATEGORIES=	net devel
8
8
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libpopt.so:devel/popt
15
LIB_DEPENDS=	libpopt.so:devel/popt
16
16
17
USES=		cmake compiler:c11 localbase:ldflags
17
USES=		cmake compiler:c11 perl5
18
USE_PERL5=	test
18
19
19
USE_GITHUB=	yes
20
USE_GITHUB=	yes
20
21
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1586366834
1
TIMESTAMP = 1589864276
2
SHA256 (librsync-librsync-v2.3.0_GH0.tar.gz) = 682a90ad2b38555d5427dc55ad171d4191d5955c21137e513751472e2ed322bf
2
SHA256 (librsync-librsync-v2.3.1_GH0.tar.gz) = dbd7eb643665691bdf4009174461463737b19b4814b789baad62914cabfe4569
3
SIZE (librsync-librsync-v2.3.0_GH0.tar.gz) = 192493
3
SIZE (librsync-librsync-v2.3.1_GH0.tar.gz) = 194573
(-)files/patch-tests_rdiff__bad__option.sh (-5 lines)
Lines 1-5 Link Here
1
--- tests/rdiff_bad_option.sh.orig	2020-04-07 06:57:48 UTC
2
+++ tests/rdiff_bad_option.sh
3
@@ -1,1 +1,1 @@
4
-#! /bin/bash -ex
5
+#! /bin/sh -ex

Return to bug 246571