git: ed8fb796d3fd - main - net/netatalk3: Use bdb18 to replace deprecated bdb5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 14:31:22 UTC
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed8fb796d3fd79e7ff360a64f6be4fd0b10e0343 commit ed8fb796d3fd79e7ff360a64f6be4fd0b10e0343 Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2024-01-28 14:27:44 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2024-01-28 14:29:24 +0000 net/netatalk3: Use bdb18 to replace deprecated bdb5 --- net/netatalk3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index a297d24722ee..3ef16c62caa2 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -1,6 +1,6 @@ PORTNAME= netatalk PORTVERSION= 3.1.18 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/./-/g} @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libevent.so:devel/libevent -USES= bdb:5+ cpe gettext gmake iconv libtool perl5 pkgconfig shebangfix ssl tar:bzip2 +USES= bdb:18 cpe gettext gmake iconv libtool perl5 pkgconfig shebangfix ssl tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_RC_SUBR= netatalk