Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2024 17:57:52 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: a7e1f7792d3f - main - irc/epic5: Port cleanup
Message-ID:  <202404041757.434HvqOZ004571@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=a7e1f7792d3f723f00767fb1f7544a5087ebcdd1

commit a7e1f7792d3f723f00767fb1f7544a5087ebcdd1
Author:     epic <epic@dsllsn.net>
AuthorDate: 2024-04-04 17:51:39 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-04-04 17:57:40 +0000

    irc/epic5: Port cleanup
    
    This patch updates the irc/epic5 port to remove the -O2 CFLAGS adjustment
    now that irc/epic5 is fully C99 compliant, syncs the MASTER_SITES with
    irc/epic4, and general style updates.
    
    PR:             278103
---
 irc/epic5/Makefile | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index cbf1c1492edf..0f332780a05a 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	epic5
 PORTVERSION=	2.1.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc
-MASTER_SITES=	http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/
+MASTER_SITES=	https://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/
 
 MAINTAINER=	epic@dsllsn.net
 COMMENT=	Enhanced Programmable IRC-II Client
-WWW=		http://www.epicsol.org/
+WWW=		https://www.epicsol.org/
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
@@ -17,19 +17,18 @@ GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 COMMITID=	2078
 PLIST_SUB+=	COMMITID=${COMMITID}
-CFLAGS:=	${CFLAGS:C/-O2/-O/g}
 
-OPTIONS_DEFINE=	DOCS PERL PYTHON RUBY
+OPTIONS_DEFINE=		DOCS PERL PYTHON RUBY
 OPTIONS_DEFAULT=	PYTHON
 
 CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
 
-PERL_USES=	perl5
+PERL_USES=		perl5
 PERL_CONFIGURE_WITH=	perl
-PYTHON_USES=	python gettext-runtime
+PYTHON_USES=		python gettext-runtime
 PYTHON_CONFIGURE_ON=	--with-python=${PYTHON_CMD}-config
 PYTHON_CONFIGURE_OFF=	--without-python
-RUBY_USES=	ruby
+RUBY_USES=		ruby
 RUBY_CONFIGURE_WITH=	ruby
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404041757.434HvqOZ004571>