Hi,

The following patchset update devel/apktool from 2.4.0 to 2.5.0. Tested 
on amd64 with a few different apk files, works fine.

This update adds support for Android 11 along with some small buxfixes.

P.S.: There is a line in the changelog saying[1]:

    Deprecate 32 bit operating systems.

... but I don't have any 32bit machine to test if this affect OpenBSD, 
so I didn't add a NOT_FOR_ARCHS line.

[1]: https://github.com/iBotPeaches/Apktool/issues/2053#issuecomment-735302628

changelog: 
https://connortumbleson.com/2020/12/02/apktool-v2-5-0-released/

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/apktool/Makefile,v
retrieving revision 1.22
diff -u -p -u -r1.22 Makefile
--- Makefile    19 May 2021 01:50:29 -0000      1.22
+++ Makefile    3 Aug 2021 12:06:58 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =              tool for reverse engineering Android apk files
 
-DISTNAME =             apktool_2.4.0
-REVISION =             2
+DISTNAME =             apktool_2.5.0
 PKGNAME =              ${DISTNAME:S/_/-/}
 
 CATEGORIES =           devel security java
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/apktool/distinfo,v
retrieving revision 1.15
diff -u -p -u -r1.15 distinfo
--- distinfo    15 Mar 2019 10:49:42 -0000      1.15
+++ distinfo    3 Aug 2021 12:06:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (apktool_2.4.0.jar) = oPEW6JFtbyEWDhVZhHu4uMMu5xkA8yHK/q2+N7h+vME=
-SIZE (apktool_2.4.0.jar) = 16314178
+SHA256 (apktool_2.5.0.jar) = s5LXy5m1kunFrMPAbxsPGA7d6WxmuGs9aTK3wMQHn+Q=
+SIZE (apktool_2.5.0.jar) = 19300357

Reply via email to