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

Collapse All | Expand All

(-)Makefile (-1 / +8 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	znc
4
PORTNAME=	znc
5
PORTVERSION=	1.6.3
5
PORTVERSION=	1.6.3
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	irc ipv6
7
CATEGORIES=	irc ipv6
8
MASTER_SITES=	http://znc.in/releases/ \
8
MASTER_SITES=	http://znc.in/releases/ \
9
		http://znc.in/releases/archive/
9
		http://znc.in/releases/archive/
Lines 16-24 Link Here
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USE_RC_SUBR=	znc
18
USE_RC_SUBR=	znc
19
SUB_FILES=	pkg-message
19
USES=		compiler:c++11-lib cpe gmake iconv pkgconfig
20
USES=		compiler:c++11-lib cpe gmake iconv pkgconfig
20
MAKE_ENV=	V=1
21
MAKE_ENV=	V=1
21
22
23
USERS=	znc
24
GROUPS=	znc
25
22
OPTIONS_DEFINE=	CHARSET CYRUS DEBUG DOCS IPV6 OPENSSL PERL PYTHON TCL
26
OPTIONS_DEFINE=	CHARSET CYRUS DEBUG DOCS IPV6 OPENSSL PERL PYTHON TCL
23
OPTIONS_DEFAULT=	OPENSSL PERL
27
OPTIONS_DEFAULT=	OPENSSL PERL
24
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
Lines 78-81 Link Here
78
.endfor
82
.endfor
79
	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}"
83
	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}"
80
84
85
post-install:
86
	${MKDIR} ${STAGEDIR}${ETCDIR}
87
81
.include <bsd.port.mk>
88
.include <bsd.port.mk>
(-)files/pkg-message.in (+19 lines)
Line 0 Link Here
1
*****************************************************************************
2
3
If you are upgrading znc from a version prior to 1.0, please be aware that
4
znc will modify your configuration file to incorporate support for new
5
functionality.
6
7
Please visit the following URL for more information:
8
9
http://wiki.znc.in/ChangeLog/1.0
10
11
*****************************************************************************
12
13
For generate your config file using znc user, execute:
14
15
su -m znc -c 'znc -d %%ETCDIR%% --makeconf'
16
or
17
sudo -u znc znc -d %%ETCDIR%% --makeconf
18
19
*****************************************************************************
(-)pkg-message (-11 lines)
Lines 1-11 Link Here
1
*****************************************************************************
2
3
If you are upgrading znc from a version prior to 1.0, please be aware that
4
znc will modify your configuration file to incorporate support for new
5
functionality.
6
7
Please visit the following URL for more information:
8
9
http://wiki.znc.in/ChangeLog/1.0
10
11
*****************************************************************************
(-)pkg-plist (+1 lines)
Lines 169-171 Link Here
169
%%DATADIR%%/webskins/ice/pub/pagebg.gif
169
%%DATADIR%%/webskins/ice/pub/pagebg.gif
170
%%DATADIR%%/webskins/ice/tmpl/FooterTag.tmpl
170
%%DATADIR%%/webskins/ice/tmpl/FooterTag.tmpl
171
%%DATADIR%%/webskins/ice/tmpl/Header.tmpl
171
%%DATADIR%%/webskins/ice/tmpl/Header.tmpl
172
@dir(znc,znc,755) %%ETCDIR%%
(-)../../UIDs (-1 / +1 lines)
Lines 843-849 Link Here
843
# free: 894
843
# free: 894
844
# free: 895
844
# free: 895
845
# free: 896
845
# free: 896
846
# free: 897
846
znc:*:897:897::0:0:ZNC User:/nonexistent:/usr/sbin/nologin
847
ufdb:*:898:898::0:0:ufdb user:/nonexistent:/usr/sbin/nologin
847
ufdb:*:898:898::0:0:ufdb user:/nonexistent:/usr/sbin/nologin
848
guacamole:*:899:899::0:0:Guacamole user:/nonexistent:/usr/sbin/nologin
848
guacamole:*:899:899::0:0:Guacamole user:/nonexistent:/usr/sbin/nologin
849
seafile:*:900:900::0:0:Seafile user:/nonexistent:/usr/bin/nologin
849
seafile:*:900:900::0:0:Seafile user:/nonexistent:/usr/bin/nologin
(-)../../GIDs (-1 / +1 lines)
Lines 838-844 Link Here
838
# free: 894
838
# free: 894
839
# free: 895
839
# free: 895
840
# free: 896
840
# free: 896
841
# free: 897
841
znc:*:897:
842
ufdb:*:898:
842
ufdb:*:898:
843
guacamole:*:899:
843
guacamole:*:899:
844
seafile:*:900:
844
seafile:*:900:

Return to bug 200005