Date: Sun, 14 Apr 2024 12:03:56 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ff65fc405ba - main - comms/conserver-com: Drop USES=autoreconf Message-ID: <202404141203.43EC3uVM029112@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ff65fc405ba65e366168824d8fa196a368cb9a2 commit 1ff65fc405ba65e366168824d8fa196a368cb9a2 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-04-14 10:19:01 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-04-14 12:03:19 +0000 comms/conserver-com: Drop USES=autoreconf Port builds fine with provided configure --- comms/conserver-com/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index 65c83eaf9c8a..9b7a20488617 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -1,6 +1,6 @@ PORTNAME= conserver DISTVERSION= 8.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= https://github.com/bstansell/conserver/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -com @@ -12,7 +12,7 @@ WWW= https://www.conserver.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf:2.69 ssl +USES= ssl USE_RC_SUBR= conserver GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404141203.43EC3uVM029112>