git: a47577c55f70 - main - net-im/profanity: Remove autoreconf dependency

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 22 Oct 2022 20:10:36 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a47577c55f70c89c05a8c032ddbcb6aa167a04a2

commit a47577c55f70c89c05a8c032ddbcb6aa167a04a2
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-10-22 20:02:02 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-10-22 20:10:30 +0000

    net-im/profanity: Remove autoreconf dependency
    
    No need to run autoreconf and pull in autoconf-archive anymore
    
    PR:             267267
    Reviewed by:    ashish (maintainer)
---
 net-im/profanity/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile
index 5f0c341bf631..b2de63513bfd 100644
--- a/net-im/profanity/Makefile
+++ b/net-im/profanity/Makefile
@@ -10,7 +10,6 @@ WWW=		http://www.profanity.im/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libotr.so:security/libotr \
 		libuuid.so:misc/e2fsprogs-libuuid \
@@ -22,7 +21,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libstrophe.so:net-im/libstrophe \
 		libqrencode.so:graphics/libqrencode
 
-USES=		autoreconf cpe gnome libtool ncurses pkgconfig python:3.8+ \
+USES=		cpe gnome libtool ncurses pkgconfig python:3.8+ \
 		readline sqlite:3 tar:xz
 CPE_VENDOR=	${PORTNAME}_project
 GNU_CONFIGURE=	yes
@@ -43,7 +42,7 @@ NOTIFY_CONFIGURE_ENABLE=notifications
 
 post-patch:
 	${REINPLACE_CMD} "s,python3-embed,python-${PYTHON_VER}-embed,g" \
-		${WRKSRC}/configure.ac
+		${WRKSRC}/configure
 
 post-install:
 	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/man/man1 "-name *\.1"