On Mon, May 15, 2023 at 04:47:31PM -0600, Ashlen wrote: > I tested the update briefly and it works. Noticed some errors in `make > test` about rand(), strcat(), and sprintf(), but I'm unsure what to do > about those. Adding boost_atomic-mt to WANTLIB was necessary to pass > port-lib-depends-check. > > Feedback? I hope I didn't miss anything obvious.
Your patch didn't apply cleanly because of tabs vs spaces in this line: > -GH_TAGNAME = 2.46.1 > +GH_TAGNAME = 2.47.0 Not sure how that happened. Avoid copy-pasting diffs. For example tmux likes to convert tabs into spaces. I committed the below which includes the PLIST fix as corrected by sthen. Your WANTLIB change was correct. I generated the whole list from scratch because that's sorted alphabetically. Thanks! Index: Makefile =================================================================== RCS file: /cvs/ports/net/i2pd/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- Makefile 26 Feb 2023 07:51:45 -0000 1.17 +++ Makefile 16 May 2023 07:19:57 -0000 @@ -2,7 +2,7 @@ COMMENT = client for the I2P anonymous n GH_ACCOUNT = PurpleI2P GH_PROJECT = i2pd -GH_TAGNAME = 2.46.1 +GH_TAGNAME = 2.47.0 CATEGORIES = net HOMEPAGE = https://i2pd.website @@ -10,9 +10,9 @@ HOMEPAGE = https://i2pd.website # BSD PERMIT_PACKAGE = Yes -WANTLIB += ${COMPILER_LIBCXX} boost_date_time-mt boost_filesystem-mt -WANTLIB += boost_program_options-mt boost_system-mt c crypto m -WANTLIB += ssl z +WANTLIB += ${COMPILER_LIBCXX} boost_atomic-mt boost_date_time-mt +WANTLIB += boost_filesystem-mt boost_program_options-mt boost_system-mt +WANTLIB += c crypto m ssl z COMPILER = base-clang ports-gcc MODULES = devel/cmake Index: distinfo =================================================================== RCS file: /cvs/ports/net/i2pd/distinfo,v retrieving revision 1.12 diff -u -p -r1.12 distinfo --- distinfo 26 Feb 2023 07:51:45 -0000 1.12 +++ distinfo 16 May 2023 06:40:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (i2pd-2.46.1.tar.gz) = g7teJJTVZtQf86heTJMHjSkNEOPPH754B77J8NAkUT4= -SIZE (i2pd-2.46.1.tar.gz) = 644777 +SHA256 (i2pd-2.47.0.tar.gz) = yYi68jIVw31fVmt7IFmjwWjHjRV+rG3ASjCsJmxjNfA= +SIZE (i2pd-2.47.0.tar.gz) = 650284 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/i2pd/pkg/PLIST,v retrieving revision 1.10 diff -u -p -r1.10 PLIST --- pkg/PLIST 26 Feb 2023 07:51:45 -0000 1.10 +++ pkg/PLIST 16 May 2023 06:41:03 -0000 @@ -131,6 +131,12 @@ share/examples/i2pd/certificates/reseed/ @sample ${LOCALSTATEDIR}/lib/i2pd/certificates/reseed/acetone_at_mail.i2p.crt @owner @group +share/examples/i2pd/certificates/reseed/arnavbhatt288_at_mail.i2p.crt +@owner _i2pd +@group _i2pd +@sample ${LOCALSTATEDIR}/lib/i2pd/certificates/reseed/arnavbhatt288_at_mail.i2p.crt +@owner +@group share/examples/i2pd/certificates/reseed/creativecowpat_at_mail.i2p.crt @owner _i2pd @group _i2pd