FreeBSD Bugzilla – Attachment 218228 Details for
Bug 249559
net/scamper: update to 20200923
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to update to 20200923
patch-scamper-20200923 (text/plain), 2.49 KB, created by
mjl
on 2020-09-24 00:14:09 UTC
(
hide
)
Description:
patch to update to 20200923
Filename:
MIME Type:
Creator:
mjl
Created:
2020-09-24 00:14:09 UTC
Size:
2.49 KB
patch
obsolete
>diff -uNr scamper/Makefile scamper-new/Makefile >--- scamper/Makefile 2020-07-18 13:37:15.000000000 +1200 >+++ scamper-new/Makefile 2020-09-24 12:02:26.733225000 +1200 >@@ -1,9 +1,9 @@ > # $FreeBSD: head/net/scamper/Makefile 542466 2020-07-18 01:37:15Z swills $ > > PORTNAME= scamper >-DISTVERSION= 20200717 >+DISTVERSION= 20200923 > CATEGORIES= net >-MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/ >+MASTER_SITES= https://www.caida.org/tools/measurement/scamper/code/ > DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} > > MAINTAINER= mjl@luckie.org.nz >@@ -16,5 +16,22 @@ > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > INSTALL_TARGET= install-strip >+ >+OPTIONS_DEFINE= HOIHO UPTIME >+OPTIONS_SUB= yes >+ >+HOIHO_DESC= Install sc_hoiho >+HOIHO_CONFIGURE_WITH= sc_hoiho pcre2 >+HOIHO_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 >+UPTIME_DESC= Install sc_uptime >+UPTIME_CONFIGURE_WITH= sc_uptime >+UPTIME_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MHOIHO} || ${PORT_OPTIONS:MUPTIME} >+CFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib >+.endif > > .include <bsd.port.mk> >diff -uNr scamper/distinfo scamper-new/distinfo >--- scamper/distinfo 2020-07-18 13:37:15.000000000 +1200 >+++ scamper-new/distinfo 2020-09-23 14:48:06.845463000 +1200 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1594940403 >-SHA256 (scamper-cvs-20200717.tar.gz) = adaabbc4f480d1d85e3c0414b1d7f47918f686451a452bfa7e1f21c8c99210b2 >-SIZE (scamper-cvs-20200717.tar.gz) = 1873657 >+TIMESTAMP = 1600829286 >+SHA256 (scamper-cvs-20200923.tar.gz) = dc9988d9a696152b5066f9d52dfc24cb898275b5c22a9f420cb901115901c324 >+SIZE (scamper-cvs-20200923.tar.gz) = 1885843 >diff -uNr scamper/pkg-plist scamper-new/pkg-plist >--- scamper/pkg-plist 2020-07-18 13:37:15.000000000 +1200 >+++ scamper-new/pkg-plist 2020-09-24 12:03:57.053298000 +1200 >@@ -5,6 +5,7 @@ > bin/sc_bdrmap > bin/sc_erosprober > bin/sc_filterpolicy >+%%HOIHO%%bin/sc_hoiho > bin/sc_ipiddump > bin/sc_pinger > bin/sc_prefixscan >@@ -15,6 +16,7 @@ > bin/sc_tbitpmtud > bin/sc_tracediff > bin/sc_ttlexp >+%%UPTIME%%bin/sc_uptime > bin/sc_warts2csv > bin/sc_warts2json > bin/sc_warts2pcap >@@ -33,6 +35,7 @@ > man/man1/sc_bdrmap.1.gz > man/man1/sc_erosprober.1.gz > man/man1/sc_filterpolicy.1.gz >+%%HOIHO%%man/man1/sc_hoiho.1.gz > man/man1/sc_ipiddump.1.gz > man/man1/sc_pinger.1.gz > man/man1/sc_prefixscan.1.gz >@@ -43,6 +46,7 @@ > man/man1/sc_tbitpmtud.1.gz > man/man1/sc_tracediff.1.gz > man/man1/sc_ttlexp.1.gz >+%%UPTIME%%man/man1/sc_uptime.1.gz > man/man1/sc_warts2csv.1.gz > man/man1/sc_warts2json.1.gz > man/man1/sc_warts2pcap.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mjl:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 249559
: 218228