mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
irc/ircproxy: fix LICENSE_FILE
Also apply portfmt linter PR: 277523 Reported by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
This commit is contained in:
parent
42af7a87f0
commit
730f1fd28f
@ -1,6 +1,6 @@
|
||||
PORTNAME= ircproxy
|
||||
DISTVERSION= 1.3.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
@ -9,7 +9,7 @@ COMMENT= IRC proxy/bouncer daemon
|
||||
WWW= https://codeberg.org/BSDforge/ircproxy
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libcares.so:dns/c-ares
|
||||
|
||||
@ -17,20 +17,20 @@ USES= autoreconf localbase:ldflags
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -lcrypto
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USERS= ircproxyd
|
||||
GROUPS= ircproxyd
|
||||
|
||||
OPTIONS_DEFINE= SSL IPV6 MEMDEBUG FDDEBUG
|
||||
OPTIONS_DEFAULT= SSL MEMDEBUG FDDEBUG
|
||||
FDDEBUG_DESC= Enable file descriptor debugging
|
||||
MEMDEBUG_DESC= Enable memory debugging
|
||||
OPTIONS_DEFINE= FDDEBUG IPV6 MEMDEBUG SSL
|
||||
OPTIONS_DEFAULT= FDDEBUG MEMDEBUG SSL
|
||||
FDDEBUG_DESC= Enable file descriptor debugging
|
||||
MEMDEBUG_DESC= Enable memory debugging
|
||||
|
||||
FDDEBUG_CONFIGURE_ENABLE= fddebug
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
MEMDEBUG_CONFIGURE_ENABLE= memdebug
|
||||
SSL_USES= ssl
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_ENABLE= ssl
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user