View | Details | Raw Unified | Return to bug 281169 | Differences between
and this patch

Collapse All | Expand All

(-)b/irc/epic5/Makefile (-6 / +7 lines)
Lines 1-6 Link Here
1
PORTNAME=	epic5
1
PORTNAME=	epic5
2
PORTVERSION=	2.1.12
2
DISTVERSION=	3.0
3
PORTREVISION=	2
4
CATEGORIES=	irc
3
CATEGORIES=	irc
5
MASTER_SITES=	https://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/
4
MASTER_SITES=	https://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/
6
5
Lines 14-33 LICENSE_FILE= ${WRKSRC}/COPYRIGHT Link Here
14
USES=		iconv libarchive ncurses ssl tar:xz
13
USES=		iconv libarchive ncurses ssl tar:xz
15
14
16
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
16
18
COMMITID=	2078
17
COMMITID=	2140
19
PLIST_SUB+=	COMMITID=${COMMITID}
18
PLIST_SUB+=	COMMITID=${COMMITID}
20
19
20
CONFIGURE_ARGS=	--with-iconv=${ICONV_PREFIX}
21
21
OPTIONS_DEFINE=		DOCS PERL PYTHON RUBY
22
OPTIONS_DEFINE=		DOCS PERL PYTHON RUBY
22
OPTIONS_DEFAULT=	PYTHON
23
OPTIONS_DEFAULT=	PYTHON
23
24
24
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
25
26
PERL_USES=		perl5
25
PERL_USES=		perl5
27
PERL_CONFIGURE_WITH=	perl
26
PERL_CONFIGURE_WITH=	perl
27
28
PYTHON_USES=		python gettext-runtime
28
PYTHON_USES=		python gettext-runtime
29
PYTHON_CONFIGURE_ON=	--with-python=${PYTHON_CMD}-config
29
PYTHON_CONFIGURE_ON=	--with-python=${PYTHON_CMD}-config
30
PYTHON_CONFIGURE_OFF=	--without-python
30
PYTHON_CONFIGURE_OFF=	--without-python
31
31
RUBY_USES=		ruby
32
RUBY_USES=		ruby
32
RUBY_CONFIGURE_WITH=	ruby
33
RUBY_CONFIGURE_WITH=	ruby
33
34
(-)b/irc/epic5/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1687711155
1
TIMESTAMP = 1725579308
2
SHA256 (epic5-2.1.12.tar.xz) = c89ae4fc014ddcf0084b748e22f47b46a85ab1ac9bf0b22560360ba8626b6da6
2
SHA256 (epic5-3.0.tar.xz) = 96d47350c13a3d99019da0e6a04b0c7f80dab6ddba590bcc679dbb8acc1779a1
3
SIZE (epic5-2.1.12.tar.xz) = 891200
3
SIZE (epic5-3.0.tar.xz) = 933516
(-)b/irc/epic5/pkg-plist (-1 / +5 lines)
Lines 20-26 share/man/man1/epic5.1.gz Link Here
20
%%PORTDOCS%%%%DOCSDIR%%/TS4
20
%%PORTDOCS%%%%DOCSDIR%%/TS4
21
%%PORTDOCS%%%%DOCSDIR%%/UPDATES
21
%%PORTDOCS%%%%DOCSDIR%%/UPDATES
22
%%PORTDOCS%%%%DOCSDIR%%/WISHLIST
22
%%PORTDOCS%%%%DOCSDIR%%/WISHLIST
23
%%PORTDOCS%%%%DOCSDIR%%/antiflooding
24
%%PORTDOCS%%%%DOCSDIR%%/colors
23
%%PORTDOCS%%%%DOCSDIR%%/colors
25
%%PORTDOCS%%%%DOCSDIR%%/dccresum.txt
24
%%PORTDOCS%%%%DOCSDIR%%/dccresum.txt
26
%%PORTDOCS%%%%DOCSDIR%%/entry_points
25
%%PORTDOCS%%%%DOCSDIR%%/entry_points
Lines 50-55 share/man/man1/epic5.1.gz Link Here
50
%%DATADIR%%/script/autoquery
49
%%DATADIR%%/script/autoquery
51
%%DATADIR%%/script/ban
50
%%DATADIR%%/script/ban
52
%%DATADIR%%/script/builtins
51
%%DATADIR%%/script/builtins
52
%%DATADIR%%/script/capctl
53
%%DATADIR%%/script/chanmonitor
53
%%DATADIR%%/script/chanmonitor
54
%%DATADIR%%/script/colors
54
%%DATADIR%%/script/colors
55
%%DATADIR%%/script/commandqueues
55
%%DATADIR%%/script/commandqueues
Lines 61-72 share/man/man1/epic5.1.gz Link Here
61
%%DATADIR%%/script/dbmdump
61
%%DATADIR%%/script/dbmdump
62
%%DATADIR%%/script/dcc_ports
62
%%DATADIR%%/script/dcc_ports
63
%%DATADIR%%/script/debug.irc
63
%%DATADIR%%/script/debug.irc
64
%%DATADIR%%/script/debugwin
64
%%DATADIR%%/script/dump
65
%%DATADIR%%/script/dump
65
%%DATADIR%%/script/edit_topic
66
%%DATADIR%%/script/edit_topic
66
%%DATADIR%%/script/epic-crypt-gpg
67
%%DATADIR%%/script/epic-crypt-gpg
67
%%DATADIR%%/script/epic-crypt-gpg-aa
68
%%DATADIR%%/script/epic-crypt-gpg-aa
68
%%DATADIR%%/script/epic.py
69
%%DATADIR%%/script/epic.py
70
%%DATADIR%%/script/epiclogo
69
%%DATADIR%%/script/epicrc.example
71
%%DATADIR%%/script/epicrc.example
72
%%DATADIR%%/script/epicsol.txt
70
%%DATADIR%%/script/files
73
%%DATADIR%%/script/files
71
%%DATADIR%%/script/find_ssl_root_certs
74
%%DATADIR%%/script/find_ssl_root_certs
72
%%DATADIR%%/script/floodprot
75
%%DATADIR%%/script/floodprot
Lines 111-116 share/man/man1/epic5.1.gz Link Here
111
%%DATADIR%%/script/renumber
114
%%DATADIR%%/script/renumber
112
%%DATADIR%%/script/revdcc
115
%%DATADIR%%/script/revdcc
113
%%DATADIR%%/script/sasl_auth
116
%%DATADIR%%/script/sasl_auth
117
%%DATADIR%%/script/sasl_external
114
%%DATADIR%%/script/sasl_nistp256
118
%%DATADIR%%/script/sasl_nistp256
115
%%DATADIR%%/script/save
119
%%DATADIR%%/script/save
116
%%DATADIR%%/script/scan
120
%%DATADIR%%/script/scan

Return to bug 281169