> -COMMENT= a better, faster and stronger spiritual successor to BZip2 > +COMMENT= tools and libraries for compressing and decompressing bzip3 > files
This doesn't package due to the overlong comment line. I imported it with the following diff on top. If you don't like the new comment, feel free to send a diff with a better one. --- Makefile.orig Wed Apr 24 01:09:27 2024 +++ Makefile Wed Apr 24 01:08:38 2024 @@ -1,4 +1,4 @@ -COMMENT= tools and libraries for compressing and decompressing bzip3 files +COMMENT= compress and decompress bzip3 files V= 1.4.0 DISTNAME= bzip3-${V} @@ -7,7 +7,7 @@ SHARED_LIBS += bzip3 0.0 # 0.0 CATEGORIES= archivers -SITES= https://github.com/kspalaiologos/bzip3 +HOMEPAGE= https://github.com/kspalaiologos/bzip3 # LGPLv3 PERMIT_PACKAGE= Yes