Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2024 00:58:50 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2b18e2f698df - main - net/scamper: update to 20241112
Message-ID:  <202411180058.4AI0woYB042831@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b18e2f698dff7a1dfb7cc7422638cc78f3703a5

commit 2b18e2f698dff7a1dfb7cc7422638cc78f3703a5
Author:     Matthew Luckie <mjl@luckie.org.nz>
AuthorDate: 2024-11-15 07:35:25 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-11-18 00:57:53 +0000

    net/scamper: update to 20241112
    
    Changelogs:
     - https://mailman.caida.org/pipermail/scamper-announce/2024-July/000043.html
     - https://mailman.caida.org/pipermail/scamper-announce/2024-August/000044.html
     - https://mailman.caida.org/pipermail/scamper-announce/2024-September/000045.html
     - https://mailman.caida.org/pipermail/scamper-announce/2024-September/000046.html
     - https://mailman.caida.org/pipermail/scamper-announce/2024-November/000047.html
    
    PR:             282769
---
 net/py-scamper/Makefile | 2 +-
 net/scamper/Makefile    | 2 +-
 net/scamper/distinfo    | 6 +++---
 net/scamper/pkg-plist   | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net/py-scamper/Makefile b/net/py-scamper/Makefile
index 5db5b752082f..c0e2b2c5807f 100644
--- a/net/py-scamper/Makefile
+++ b/net/py-scamper/Makefile
@@ -29,7 +29,7 @@ PLIST_FILES=	${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/scamper.a \
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's/$$(scamper_la_DEPENDENCIES)//' \
-		-e 's,../../scamper/libscamperfile.la,-lscamperfile,' \
+		-e 's,../libscamperfile/libscamperfile.la,-lscamperfile,' \
 		-e 's,../libscamperctrl/libscamperctrl.la,-lscamperctrl,' \
 		${BUILD_WRKSRC}/Makefile.in
 
diff --git a/net/scamper/Makefile b/net/scamper/Makefile
index e649524da6a5..9676d5837241 100644
--- a/net/scamper/Makefile
+++ b/net/scamper/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	scamper
-DISTVERSION=	20240716
+DISTVERSION=	20241112
 CATEGORIES=	net
 MASTER_SITES=	https://www.caida.org/catalog/software/scamper/code/
 DISTNAME=	${PORTNAME}-cvs-${DISTVERSION}
diff --git a/net/scamper/distinfo b/net/scamper/distinfo
index e8ab33265e08..e935f2cd59b8 100644
--- a/net/scamper/distinfo
+++ b/net/scamper/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721202514
-SHA256 (scamper-cvs-20240716.tar.gz) = 16dcb59cffeef7b5a6f71b7accaf420add464d190d86b36414507f9ecf4f9b20
-SIZE (scamper-cvs-20240716.tar.gz) = 2900984
+TIMESTAMP = 1731397656
+SHA256 (scamper-cvs-20241112.tar.gz) = 80fe8339b86bbfbf45c80c2a34fe55b92008588af3e541c34ce364ae27de7edc
+SIZE (scamper-cvs-20241112.tar.gz) = 2973993
diff --git a/net/scamper/pkg-plist b/net/scamper/pkg-plist
index 61d0d74f1a86..2ba2d138230c 100644
--- a/net/scamper/pkg-plist
+++ b/net/scamper/pkg-plist
@@ -33,7 +33,7 @@ lib/libscamperctrl.so.2.1.3
 lib/libscamperctrl.so
 lib/libscamperfile.a
 lib/libscamperfile.so.9
-lib/libscamperfile.so.9.0.0
+lib/libscamperfile.so.9.2.0
 lib/libscamperfile.so
 share/man/man1/sc_ally.1.gz
 share/man/man1/sc_analysis_dump.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411180058.4AI0woYB042831>