git: 967752f6cb8a - main - news/inn-current: Update to 20220209
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Feb 2022 16:53:29 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=967752f6cb8aa0a52a544d64cf03d157f2fb4097 commit 967752f6cb8aa0a52a544d64cf03d157f2fb4097 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2022-02-19 16:52:14 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2022-02-19 16:53:16 +0000 news/inn-current: Update to 20220209 --- news/inn-current/Makefile | 6 ++++-- news/inn-current/distinfo | 6 +++--- news/inn-current/pkg-plist | 26 +++++++++++++------------- news/inn/Makefile | 4 ++-- 4 files changed, 22 insertions(+), 20 deletions(-) diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 4ff2f816c285..f2eddc8caeb6 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -6,7 +6,7 @@ MASTER_SITE_SUBDIR= inn/snapshots DISTNAME= inn-${BRANCH}-${SNAPSHOT} BRANCH= 2.7 -SNAPSHOT= 20220119 +SNAPSHOT= 20220209 CONFLICTS= inn-2.[0-9]* @@ -18,5 +18,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} CPE_PRODUCT= inn -.include "${.CURDIR}/../inn/Makefile" +INNLIB_LONG= 6.1.0 +LIBVER_LONG= 3.0.5 +.include "${.CURDIR}/../inn/Makefile" diff --git a/news/inn-current/distinfo b/news/inn-current/distinfo index 7f2fdb33e688..cbbab25684e2 100644 --- a/news/inn-current/distinfo +++ b/news/inn-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642874678 -SHA256 (inn-2.7-20220119.tar.gz) = c78f47ef732d9dcef37fcae720ea82cf628609d2d4f09bb4a816e3b558fbaeab -SIZE (inn-2.7-20220119.tar.gz) = 2668295 +TIMESTAMP = 1645288688 +SHA256 (inn-2.7-20220209.tar.gz) = fe23e6a4298f115e49d14c0592718bc855c659d18ecda11ecffc175c148b4593 +SIZE (inn-2.7-20220209.tar.gz) = 2688779 diff --git a/news/inn-current/pkg-plist b/news/inn-current/pkg-plist index 66910578e2f3..b6e46ceed823 100644 --- a/news/inn-current/pkg-plist +++ b/news/inn-current/pkg-plist @@ -176,10 +176,10 @@ lib/libinnhist.a lib/libinnhist.so lib/libinnhist.so.%%LIBVER%% lib/libinnhist.so.%%LIBVER_LONG%% -lib/libstorage.a -lib/libstorage.so -lib/libstorage.so.%%LIBVER%% -lib/libstorage.so.%%LIBVER_LONG%% +lib/libinnstorage.a +lib/libinnstorage.so +lib/libinnstorage.so.%%LIBVER%% +lib/libinnstorage.so.%%LIBVER_LONG%% @comment -------------------------------------------------------------- @cwd man/man1/convdate.1.gz @@ -199,17 +199,17 @@ man/man1/simpleftp.1.gz man/man1/sm.1.gz man/man3/INN::Config.3pm.gz man/man3/INN::Utils::Shlock.3pm.gz -man/man3/clientlib.3.gz -man/man3/dbz.3.gz -man/man3/inndcomm.3.gz -man/man3/libauth.3.gz +man/man3/libinn_clientlib.3.gz +man/man3/libinn_dbz.3.gz +man/man3/libinn_inndcomm.3.gz +man/man3/libinn_list.3.gz +man/man3/libinn_qio.3.gz +man/man3/libinn_tst.3.gz +man/man3/libinn_uwildmat.3.gz +man/man3/libinnauth.3.gz +man/man3/libinnstorage.3.gz man/man3/libinn.3.gz man/man3/libinnhist.3.gz -man/man3/libstorage.3.gz -man/man3/list.3.gz -man/man3/qio.3.gz -man/man3/tst.3.gz -man/man3/uwildmat.3.gz man/man5/active.5.gz man/man5/active.times.5.gz man/man5/buffindexed.conf.5.gz diff --git a/news/inn/Makefile b/news/inn/Makefile index ae786f1eeb46..3afd7e8a44d6 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -74,8 +74,8 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ UUCP_RNEWS_RUN_DEPENDS= uucp:net/freebsd-uucp -INNLIB_LONG= 6.0.1 -LIBVER_LONG= 3.0.4 +INNLIB_LONG?= 6.0.1 +LIBVER_LONG?= 3.0.4 PLIST_SUB+= LIBVER=${LIBVER_LONG:R:R} LIBVER_LONG=${LIBVER_LONG} \ INNLIB=${INNLIB_LONG:R:R} INNLIB_LONG=${INNLIB_LONG}