Update to 1.9.0. Unfortunately, MAINTAINER's Email is bouncing.
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/i2p/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile 1 Jul 2022 05:21:10 -0000 1.16
+++ Makefile 27 Aug 2022 16:24:46 -0000
@@ -2,7 +2,7 @@ COMMENT= i2p routing protocol
GH_ACCOUNT= i2p
GH_PROJECT= i2p.i2p
-GH_TAGNAME= i2p-1.8.0
+GH_TAGNAME= i2p-1.9.0
DISTNAME= ${GH_TAGNAME}
CATEGORIES= net
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/net/i2p/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo 1 Jul 2022 05:21:10 -0000 1.7
+++ distinfo 27 Aug 2022 16:25:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (i2p-1.8.0.tar.gz) = AYQyEGkD8KqdzJ9q0wKFbaPhlfcwumHO3ek/nkW0OtQ=
-SIZE (i2p-1.8.0.tar.gz) = 38024343
+SHA256 (i2p-1.9.0.tar.gz) = XZ2dkjjz4Hc1ZKHzFyTQbprHZ2On2v7DgzKlC19/8dI=
+SIZE (i2p-1.9.0.tar.gz) = 37899205
Index: patches/patch-core_c_jbigi_build_sh
===================================================================
RCS file: /home/cvs/ports/net/i2p/patches/patch-core_c_jbigi_build_sh,v
retrieving revision 1.2
diff -u -p -r1.2 patch-core_c_jbigi_build_sh
--- patches/patch-core_c_jbigi_build_sh 8 Mar 2022 00:56:24 -0000 1.2
+++ patches/patch-core_c_jbigi_build_sh 27 Aug 2022 16:25:39 -0000
@@ -2,8 +2,9 @@ use only local gmp
change default lib to dynamic
avoid tests
---- core/c/jbigi/build.sh.orig Mon Aug 24 21:45:06 2020
-+++ core/c/jbigi/build.sh Sun Oct 4 08:02:36 2020
+Index: core/c/jbigi/build.sh
+--- core/c/jbigi/build.sh.orig
++++ core/c/jbigi/build.sh
@@ -21,7 +21,6 @@ rm -rf bin/local
mkdir -p lib bin/local
@@ -21,15 +22,15 @@ avoid tests
case `uname -sr` in
Darwin*)
# --with-pic is required for static linking
-@@ -50,7 +49,6 @@ if [ "$1" != "dynamic" ]; then
- make
+@@ -51,7 +50,6 @@ if [ "$1" != "dynamic" ]; then
+ make check
sh ../../build_jbigi.sh static
else
- shift
sh ../../build_jbigi.sh dynamic
fi
-@@ -58,7 +56,7 @@ cp *jbigi???* ../../lib/
+@@ -59,7 +57,7 @@ cp *jbigi???* ../../lib/
echo 'Library copied to lib/'
cd ../..
No comments:
Post a Comment