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

(-)b/irc/atheme-services/Makefile (-4 / +3 lines)
Lines 1-11 Link Here
1
# Created by: tdb
1
# Created by: tdb
2
2
3
PORTNAME=	atheme-services
3
PORTNAME=	atheme-services
4
PORTVERSION=	7.2.9
4
PORTVERSION=	7.2.12
5
PORTREVISION=	1
6
CATEGORIES=	irc net
5
CATEGORIES=	irc net
7
MASTER_SITES=	https://github.com/atheme/atheme/releases/download/v${PORTVERSION}/
6
MASTER_SITES=	https://github.com/atheme/atheme/releases/download/v${PORTVERSION}/
8
DISTNAME=	atheme-${PORTVERSION}
7
DISTNAME=	atheme-services-v${PORTVERSION}
9
8
10
MAINTAINER=	tdb@FreeBSD.org
9
MAINTAINER=	tdb@FreeBSD.org
11
COMMENT=	Set of services for IRC networks
10
COMMENT=	Set of services for IRC networks
Lines 15-21 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
15
14
16
LIB_DEPENDS=	libmowgli-2.so:devel/libmowgli2
15
LIB_DEPENDS=	libmowgli-2.so:devel/libmowgli2
17
16
18
USES=		cpe gmake localbase pathfix pkgconfig ssl tar:bzip2
17
USES=		cpe gmake localbase pathfix pkgconfig ssl tar:xz
19
PATHFIX_MAKEFILEIN=	Makefile
18
PATHFIX_MAKEFILEIN=	Makefile
20
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)b/irc/atheme-services/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1520078951
1
TIMESTAMP = 1643577780
2
SHA256 (atheme-7.2.9.tar.bz2) = a87a046aa73fc4a97a11d41cc08c60b835135ba20bb173ca888b40e0d6b54b27
2
SHA256 (atheme-services-v7.2.12.tar.xz) = 600d5ba0e25d80307818021fd9b85e49b07f245932b3c8e04e16fe312dd60fba
3
SIZE (atheme-7.2.9.tar.bz2) = 1179582
3
SIZE (atheme-services-v7.2.12.tar.xz) = 1072992
(-)b/irc/atheme-services/pkg-plist (-1 / +4 lines)
Lines 69-74 etc/atheme/atheme.cron.example Link Here
69
%%CONTRIB%%lib/atheme/modules/contrib/os_testcmd.so
69
%%CONTRIB%%lib/atheme/modules/contrib/os_testcmd.so
70
%%CONTRIB%%lib/atheme/modules/contrib/os_testproc.so
70
%%CONTRIB%%lib/atheme/modules/contrib/os_testproc.so
71
%%CONTRIB%%lib/atheme/modules/contrib/os_trace.so
71
%%CONTRIB%%lib/atheme/modules/contrib/os_trace.so
72
%%CONTRIB%%lib/atheme/modules/contrib/sasl_blacklist.so
72
%%CONTRIB%%lib/atheme/modules/contrib/wumpus.so
73
%%CONTRIB%%lib/atheme/modules/contrib/wumpus.so
73
%%CRACKLIB%%lib/atheme/modules/nickserv/cracklib.so
74
%%CRACKLIB%%lib/atheme/modules/nickserv/cracklib.so
74
%%DOCS%%share/doc/atheme/FAQ
75
%%DOCS%%share/doc/atheme/FAQ
Lines 554-559 etc/atheme/atheme.cron.example Link Here
554
%%NLS%%share/locale/es/LC_MESSAGES/atheme.mo
555
%%NLS%%share/locale/es/LC_MESSAGES/atheme.mo
555
%%NLS%%share/locale/fr/LC_MESSAGES/atheme.mo
556
%%NLS%%share/locale/fr/LC_MESSAGES/atheme.mo
556
%%NLS%%share/locale/ru/LC_MESSAGES/atheme.mo
557
%%NLS%%share/locale/ru/LC_MESSAGES/atheme.mo
558
%%NLS%%share/locale/tr/LC_MESSAGES/atheme.mo
557
%%PERL%%lib/atheme/modules/scripting/examples/catserv.pl
559
%%PERL%%lib/atheme/modules/scripting/examples/catserv.pl
558
%%PERL%%lib/atheme/modules/scripting/lib/Atheme.pm
560
%%PERL%%lib/atheme/modules/scripting/lib/Atheme.pm
559
%%PERL%%lib/atheme/modules/scripting/lib/Atheme.so
561
%%PERL%%lib/atheme/modules/scripting/lib/Atheme.so
Lines 602-607 include/atheme/hook.h Link Here
602
include/atheme/hooktypes.h
604
include/atheme/hooktypes.h
603
include/atheme/httpd.h
605
include/atheme/httpd.h
604
include/atheme/i18n.h
606
include/atheme/i18n.h
607
include/atheme/instpaths.h
605
include/atheme/inline/account.h
608
include/atheme/inline/account.h
606
include/atheme/inline/channels.h
609
include/atheme/inline/channels.h
607
include/atheme/inline/connection.h
610
include/atheme/inline/connection.h
Lines 720-725 lib/atheme/modules/chanserv/version.so Link Here
720
lib/atheme/modules/chanserv/voice.so
723
lib/atheme/modules/chanserv/voice.so
721
lib/atheme/modules/chanserv/why.so
724
lib/atheme/modules/chanserv/why.so
722
lib/atheme/modules/chanserv/xop.so
725
lib/atheme/modules/chanserv/xop.so
726
lib/atheme/modules/crypto/argon2d.so
723
lib/atheme/modules/crypto/ircservices.so
727
lib/atheme/modules/crypto/ircservices.so
724
lib/atheme/modules/crypto/pbkdf2.so
728
lib/atheme/modules/crypto/pbkdf2.so
725
lib/atheme/modules/crypto/pbkdf2v2.so
729
lib/atheme/modules/crypto/pbkdf2v2.so
726
- 

Return to bug 263105