summaryrefslogtreecommitdiff
path: root/irc/epic5
diff options
context:
space:
mode:
authorepic <epic@dsllsn.net>2024-04-04 18:51:39 +0100
committerNuno Teixeira <eduardo@FreeBSD.org>2024-04-04 18:57:40 +0100
commita7e1f7792d3f723f00767fb1f7544a5087ebcdd1 (patch)
treecb66bb21a898420bcd8156ed7db3368bdebb9c2b /irc/epic5
parentsysutils/twa-kmod: 3ware 9000/9500/9550/9650 series SATA RAID controllers driver (diff)
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
Diffstat (limited to 'irc/epic5')
-rw-r--r--irc/epic5/Makefile15
1 files 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: