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

(-)Makefile (-4 / +31 lines)
Lines 18-25 Link Here
18
###########################################################################
18
###########################################################################
19
19
20
PORTNAME=	anubis
20
PORTNAME=	anubis
21
PORTVERSION=	3.4.6
21
PORTVERSION=	3.5.0
22
PORTREVISION=	1
23
CATEGORIES=	mail
22
CATEGORIES=	mail
24
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
23
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
25
MASTER_SITE_SUBDIR=	${PORTNAME}
24
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 70-77 Link Here
70
MAN1=	anubis.1
69
MAN1=	anubis.1
71
DOCS=	AUTHORS INSTALL NEWS README THANKS TODO
70
DOCS=	AUTHORS INSTALL NEWS README THANKS TODO
72
71
73
pre-everything::
72
pre-fetch:
74
	@${CAT} ${PKGMESSAGE}
73
	@${ECHO_MSG} ""
74
.if defined(WITHOUT_OPENSSL)
75
	@${ECHO_MSG} "Building Anubis without OpenSSL support"
76
.else
77
	@${ECHO_MSG} "Building Anubis with OpenSSL support (default)"
78
	@${ECHO_MSG} "-- You could define WITHOUT_OPENSSL to disable OpenSSL support"
79
.endif
80
.if defined(WITHOUT_GPGME)
81
	@${ECHO_MSG} "Building Anubis without GnuPG (GPGME library) support"
82
.else
83
	@${ECHO_MSG} "Building Anubis with GnuPG (GPGME library) support (default)"
84
	@${ECHO_MSG} "-- You could define WITHOUT_GPGME to disable GPGME support"
85
.endif
86
.if defined(WITH_PCRE)
87
	@${ECHO_MSG} "Building Anubis with PCRE library support"
88
.else
89
	@${ECHO_MSG} "You could define WITH_PCRE to build Anubis with PCRE support"
90
.endif
91
.if defined(WITH_PAM)
92
	@${ECHO_MSG} "Building Anubis with PAM library support"
93
.else
94
	@${ECHO_MSG} "You could define WITH_PAM to build Anubis with PAM support"
95
.endif
96
.if defined(WITH_TCP_WRAPPERS)
97
	@${ECHO_MSG} "Building Anubis with TCP wrappers support"
98
.else
99
	@${ECHO_MSG} "You could define WITH_TCP_WRAPPERS to build Anubis with TCP wrappers support"
100
.endif
101
	@${ECHO_MSG} ""
75
102
76
post-patch:
103
post-patch:
77
	@${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/src/headers.h
104
	@${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/src/headers.h
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (anubis-3.4.6.tar.gz) = 12e492c1b4287a93659530510db5b77b
1
MD5 (anubis-3.5.0.tar.gz) = 68793008d15cf43292bdbce3e3a92e83
(-)pkg-plist (-1 / +2 lines)
Lines 12-20 Link Here
12
%%PORTDOCS%%@dirrm share/doc/anubis
12
%%PORTDOCS%%@dirrm share/doc/anubis
13
share/examples/anubis/1anubisrc
13
share/examples/anubis/1anubisrc
14
share/examples/anubis/2anubisrc
14
share/examples/anubis/2anubisrc
15
share/examples/anubis/defaultrc
15
share/examples/anubis/redhat-defaultrc
16
%%PAM%%share/examples/anubis/pam/anubis
16
%%PAM%%share/examples/anubis/pam/anubis
17
%%PAM%%share/examples/anubis/pam/anubis.allow
17
%%PAM%%share/examples/anubis/pam/anubis.allow
18
%%PAM%%share/examples/anubis/pam/anubis.deny
18
%%PAM%%share/examples/anubis/pam/anubis.deny
19
%%PAM%%@dirrm share/examples/anubis/pam
19
%%PAM%%@dirrm share/examples/anubis/pam
20
@dirrm share/examples/anubis
20
@dirrm share/examples/anubis
21
share/locale/fr/LC_MESSAGES/anubis.mo

Return to bug 44086