View | Details | Raw Unified | Return to bug 236881
Collapse All | Expand All

(-)irc/epic4/Makefile (-11 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/irc/epic4/Makefile 496573 2019-03-22 15:01:22Z jpaetzel $
2
# $FreeBSD: head/irc/epic4/Makefile 496573 2019-03-22 15:01:22Z jpaetzel $
3
3
4
PORTNAME=	epic4
4
PORTNAME=	epic4
5
PORTVERSION=	2.10.6
5
PORTVERSION=	2.10.7
6
CATEGORIES=	irc ipv6
6
CATEGORIES=	irc ipv6
7
MASTER_SITES=	http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \
7
MASTER_SITES=	http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \
8
		http://ftp.cc.uoc.gr/mirrors/irc/epic/EPIC4-PRODUCTION/
8
		http://ftp.cc.uoc.gr/mirrors/irc/epic/EPIC4-PRODUCTION/
Lines 30-47 Link Here
30
SSL_CONFIGURE_WITH=	ssl="${OPENSSLBASE}"
30
SSL_CONFIGURE_WITH=	ssl="${OPENSSLBASE}"
31
SSL_USES=		ssl
31
SSL_USES=		ssl
32
32
33
TCL_CONFIGURE_WITH=	tcl
33
TCL_CONFIGURE_WITH=	tcl="${TCL_LIBDIR}"
34
TCL_USES=		tcl
34
TCL_USES=		tcl
35
35
36
#  enable perl5 support (requires perl 5.6.1 or newer)
36
PERL_CONFIGURE_WITH=	perl
37
#
38
# The path provided to --with-perl is needed, since the configure script
39
# looks for libperl.so in places very specific to Linux.  Possibly a
40
# patch to configure would be a better idea, but we need to rely on
41
# SITE_PERL and PERL_VERSION to create the path.
42
#
43
44
PERL_CONFIGURE_WITH=	perl="${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE"
45
PERL_USES=		perl5
37
PERL_USES=		perl5
46
38
47
.include <bsd.port.options.mk>
39
.include <bsd.port.options.mk>
(-)irc/epic4/distinfo (-3 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1553042057
1
TIMESTAMP = 1553869942
2
SHA256 (epic4-2.10.6.tar.xz) = eaa79efe6393525de9632cc796e6a6fb15b476baec71d270fdeb7e28186953c1
2
SHA256 (epic4-2.10.7.tar.xz) = 5e981e2a301e8ab8c16236f6698fe3f10941b81a66f5f7249b3cd4763eae85b4
3
SIZE (epic4-2.10.6.tar.xz) = 585300
3
SIZE (epic4-2.10.7.tar.xz) = 586152
4
SHA256 (epic4-help-20050315.tar.bz2) = a7b7026ecfc00ab7040ef5e435d72fd347d48fab128722d4e213dba194cd5bbe
4
SHA256 (epic4-help-20050315.tar.bz2) = a7b7026ecfc00ab7040ef5e435d72fd347d48fab128722d4e213dba194cd5bbe
5
SIZE (epic4-help-20050315.tar.bz2) = 238390
5
SIZE (epic4-help-20050315.tar.bz2) = 238390

Return to bug 236881