Skip to content

Commit

Permalink
news/inn-current: Update to 20220504
Browse files Browse the repository at this point in the history
  • Loading branch information
kev009 committed May 5, 2022
1 parent c0368fd commit 7546786
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
7 changes: 4 additions & 3 deletions news/inn-current/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MASTER_SITE_SUBDIR= inn/snapshots
DISTNAME= inn-${BRANCH}-${SNAPSHOT}

BRANCH= 2.7
SNAPSHOT= 20220420
SNAPSHOT= 20220504

CONFLICTS= inn-2.[0-9]*

Expand All @@ -18,7 +18,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}

CPE_PRODUCT= inn

INNLIB_LONG= 6.1.0
LIBVER_LONG= 3.0.5
INNLIB_LONG= 8.0.0
LIBVER_LONG= 3.0.6
LIBSTORAGEVER_LONG= 3.1.0

.include "${.CURDIR}/../inn/Makefile"
6 changes: 3 additions & 3 deletions news/inn-current/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1650741032
SHA256 (inn-2.7-20220420.tar.gz) = 2a1c9c8a7a7f01ed8d33f2f50d7793239a822babeede3993eea73fb8c5b1facb
SIZE (inn-2.7-20220420.tar.gz) = 2709696
TIMESTAMP = 1651778145
SHA256 (inn-2.7-20220504.tar.gz) = e5bccaa8c73be69480218a3e65b6ec67886fc69100db5c9842539623c7311efe
SIZE (inn-2.7-20220504.tar.gz) = 2712982
4 changes: 2 additions & 2 deletions news/inn-current/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ lib/libinnhist.so.%%LIBVER%%
lib/libinnhist.so.%%LIBVER_LONG%%
lib/libinnstorage.a
lib/libinnstorage.so
lib/libinnstorage.so.%%LIBVER%%
lib/libinnstorage.so.%%LIBVER_LONG%%
lib/libinnstorage.so.%%LIBSTORAGEVER%%
lib/libinnstorage.so.%%LIBSTORAGEVER_LONG%%
@comment --------------------------------------------------------------
@cwd
man/man1/convdate.1.gz
Expand Down
6 changes: 4 additions & 2 deletions news/inn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ UUCP_RNEWS_RUN_DEPENDS= uucp:net/freebsd-uucp

INNLIB_LONG?= 6.1.0
LIBVER_LONG?= 3.0.5
LIBSTORAGEVER_LONG?= 3.0.5
PLIST_SUB+= LIBVER=${LIBVER_LONG:R:R} LIBVER_LONG=${LIBVER_LONG} \
INNLIB=${INNLIB_LONG:R:R} INNLIB_LONG=${INNLIB_LONG}
INNLIB=${INNLIB_LONG:R:R} INNLIB_LONG=${INNLIB_LONG} \
LIBSTORAGEVER=${LIBSTORAGEVER_LONG:R:R} LIBSTORAGEVER_LONG=${LIBSTORAGEVER_LONG}

.include <bsd.port.options.mk>

Expand Down Expand Up @@ -179,7 +181,7 @@ TO_BE_STRIPPED+= bin/actsync bin/archive bin/auth/passwd/auth_krb5 \
bin/rnews.libexec/decode bin/rnews.libexec/encode bin/shlock \
bin/shrinkfile bin/sm bin/tdx-util bin/tinyleaf \
lib/libinn.so.${INNLIB_LONG} lib/libinnhist.so.${LIBVER_LONG} \
lib/libstorage.so.${LIBVER_LONG}
lib/libstorage.so.${LIBSTORAGEVER_LONG}

CONFIG_FILES+= actsync.cfg actsync.ign buffindexed.conf control.ctl \
control.ctl.local cycbuff.conf distrib.pats distributions expire.ctl \
Expand Down
4 changes: 2 additions & 2 deletions news/inn/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ 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/libstorage.so.%%LIBSTORAGEVER%%
lib/libstorage.so.%%LIBSTORAGEVER_LONG%%
@comment --------------------------------------------------------------
@cwd
man/man1/convdate.1.gz
Expand Down

0 comments on commit 7546786

Please sign in to comment.