diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index dc70c35958fd..72c37d9ba1d7 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -1,42 +1,41 @@ PORTNAME= lha -PORTVERSION= 1.14i.20211125 -PORTREVISION= 1 +PORTVERSION= 1.14i.20250923 CATEGORIES= archivers PKGNAMESUFFIX= -ac MAINTAINER= tagattie@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) -WWW= https://lha.osdn.jp +WWW= https://github.com/jca02266/lha # Converted from RESTRICTED LICENSE= LHA LICENSE_NAME= LHA LICENSE_TEXT= No redistribution allowed LICENSE_PERMS= auto-accept USES= autoreconf cpe CPE_VENDOR= tsugio_okamoto USE_GITHUB= yes GH_ACCOUNT= jca02266 -GH_TAGNAME= release-${PORTVERSION:E} +GH_TAGNAME= 0a07ec7 GNU_CONFIGURE= yes TEST_TARGET= check PLIST_FILES= bin/lha-ac \ share/man/ja/man1/lha-ac.1.gz \ share/man/man1/lha-ac.1.gz OPTIONS_DEFINE= NLS NLS_CONFIGURE_ON= --enable-multibyte-filename=auto NLS_CONFIGURE_OFF= --disable-multibyte-filename do-install: -${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 ${INSTALL_PROGRAM} ${WRKSRC}/src/lha ${STAGEDIR}${PREFIX}/bin/lha-ac ${INSTALL_MAN} ${WRKSRC}/man/lha.1 ${STAGEDIR}${PREFIX}/share/man/man1/lha-ac.1 ${INSTALL_MAN} ${WRKSRC}/man/lha.n ${STAGEDIR}${PREFIX}/share/man/ja/man1/lha-ac.1 .include diff --git a/archivers/lha-ac/distinfo b/archivers/lha-ac/distinfo index 827dff084076..09598bc9f4c8 100644 --- a/archivers/lha-ac/distinfo +++ b/archivers/lha-ac/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641796644 -SHA256 (jca02266-lha-1.14i.20211125-release-20211125_GH0.tar.gz) = 8761edac9613cf1c06cbc341259fb2abd804f8f5bb8ba25970779062701e8a46 -SIZE (jca02266-lha-1.14i.20211125-release-20211125_GH0.tar.gz) = 229335 +TIMESTAMP = 1762912148 +SHA256 (jca02266-lha-1.14i.20250923-0a07ec7_GH0.tar.gz) = 49c35d8170093950b89e0d65c4ebf11845f933e3972e84df6d030cb27e9f55e2 +SIZE (jca02266-lha-1.14i.20250923-0a07ec7_GH0.tar.gz) = 231460 diff --git a/archivers/lha-ac/files/patch-configure.ac b/archivers/lha-ac/files/patch-configure.ac deleted file mode 100644 index 9b99a39bd9b4..000000000000 --- a/archivers/lha-ac/files/patch-configure.ac +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.ac.orig 2021-11-25 09:41:46 UTC -+++ configure.ac -@@ -11,6 +11,7 @@ AC_DEFINE_UNQUOTED(PLATFORM, "$ac_cv_host", - [the type of system on which the package will run.]) - - # Checks for programs. -+AC_PROG_CPP - AC_PROG_CC - AC_PROG_GCC_TRADITIONAL - AC_PROG_INSTALL diff --git a/archivers/lha-ac/pkg-descr b/archivers/lha-ac/pkg-descr index 675e94e32899..13959c3dd041 100644 --- a/archivers/lha-ac/pkg-descr +++ b/archivers/lha-ac/pkg-descr @@ -1 +1 @@ -LHa for UNIX with autoconf +LHa for UNIX with Autoconf