diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-19 23:35:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-19 23:35:10 +0000 |
commit | e33ca53eab2bc3978d476484c339ff0a6db79f57 (patch) | |
tree | d16ce58e4c94b8919e8e8f7dae35dc4b7d043926 /net/librsync | |
parent | 5b3a7fe1e93cc680e79431eec31295bf17d400a3 (diff) |
Update to 2.3.1
Changes: https://github.com/librsync/librsync/releases
PR: 246571
Submitted by: mandree
Notes
Notes:
svn path=/head/; revision=535957
Diffstat (limited to 'net/librsync')
-rw-r--r-- | net/librsync/Makefile | 8 | ||||
-rw-r--r-- | net/librsync/distinfo | 6 | ||||
-rw-r--r-- | net/librsync/files/patch-tests_rdiff__bad__option.sh | 5 |
3 files changed, 7 insertions, 12 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile index 001ad4f0b16f..f635e3c7d9da 100644 --- a/net/librsync/Makefile +++ b/net/librsync/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= librsync -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 DISTVERSIONPREFIX= v CATEGORIES= net devel @@ -14,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:devel/popt -USES= cmake compiler:c11 localbase:ldflags +USES= cmake compiler:c11 perl5 +USE_PERL5= test USE_GITHUB= yes -USE_LDCONFIG= yes - TEST_TARGET= check +USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} diff --git a/net/librsync/distinfo b/net/librsync/distinfo index d26773532bce..5bac2e7dc1c8 100644 --- a/net/librsync/distinfo +++ b/net/librsync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586366834 -SHA256 (librsync-librsync-v2.3.0_GH0.tar.gz) = 682a90ad2b38555d5427dc55ad171d4191d5955c21137e513751472e2ed322bf -SIZE (librsync-librsync-v2.3.0_GH0.tar.gz) = 192493 +TIMESTAMP = 1589908882 +SHA256 (librsync-librsync-v2.3.1_GH0.tar.gz) = dbd7eb643665691bdf4009174461463737b19b4814b789baad62914cabfe4569 +SIZE (librsync-librsync-v2.3.1_GH0.tar.gz) = 194573 diff --git a/net/librsync/files/patch-tests_rdiff__bad__option.sh b/net/librsync/files/patch-tests_rdiff__bad__option.sh deleted file mode 100644 index 1e29918594d0..000000000000 --- a/net/librsync/files/patch-tests_rdiff__bad__option.sh +++ /dev/null @@ -1,5 +0,0 @@ ---- tests/rdiff_bad_option.sh.orig 2020-04-07 06:57:48 UTC -+++ tests/rdiff_bad_option.sh -@@ -1,1 +1,1 @@ --#! /bin/bash -ex -+#! /bin/sh -ex |