diff options
author | naddy <naddy@FreeBSD.org> | 2002-10-15 23:08:35 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-10-15 23:08:35 +0800 |
commit | a5b490030935e904bd3fa591869a5a31b344ab47 (patch) | |
tree | 9632c1bf581b40e43759a9a729e69eeaf043d26d /mail | |
parent | d3e79046e2b3a42a386560fcaceff7b9b15fe82d (diff) | |
download | freebsd-ports-gnome-a5b490030935e904bd3fa591869a5a31b344ab47.tar.gz freebsd-ports-gnome-a5b490030935e904bd3fa591869a5a31b344ab47.tar.zst freebsd-ports-gnome-a5b490030935e904bd3fa591869a5a31b344ab47.zip |
- Update port to 3.5.0.
- Remove pkg-message; display compile-time options dynamically in pre-fetch
target (a la apache port).
PR: 44086
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/anubis/Makefile | 35 | ||||
-rw-r--r-- | mail/anubis/distinfo | 2 | ||||
-rw-r--r-- | mail/anubis/pkg-plist | 4 |
3 files changed, 35 insertions, 6 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 5a0fd1761348..00dfe3fe86b7 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -18,8 +18,7 @@ ########################################################################### PORTNAME= anubis -PORTVERSION= 3.4.6 -PORTREVISION= 1 +PORTVERSION= 3.5.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -70,8 +69,36 @@ CONFIGURE_ARGS+= --with-tcp-wrappers MAN1= anubis.1 DOCS= AUTHORS INSTALL NEWS README THANKS TODO -pre-everything:: - @${CAT} ${PKGMESSAGE} +pre-fetch: + @${ECHO_MSG} "" +.if defined(WITHOUT_OPENSSL) + @${ECHO_MSG} "Building Anubis without OpenSSL support" +.else + @${ECHO_MSG} "Building Anubis with OpenSSL support (default)" + @${ECHO_MSG} "-- You could define WITHOUT_OPENSSL to disable OpenSSL support" +.endif +.if defined(WITHOUT_GPGME) + @${ECHO_MSG} "Building Anubis without GnuPG (GPGME library) support" +.else + @${ECHO_MSG} "Building Anubis with GnuPG (GPGME library) support (default)" + @${ECHO_MSG} "-- You could define WITHOUT_GPGME to disable GPGME support" +.endif +.if defined(WITH_PCRE) + @${ECHO_MSG} "Building Anubis with PCRE library support" +.else + @${ECHO_MSG} "You could define WITH_PCRE to build Anubis with PCRE support" +.endif +.if defined(WITH_PAM) + @${ECHO_MSG} "Building Anubis with PAM library support" +.else + @${ECHO_MSG} "You could define WITH_PAM to build Anubis with PAM support" +.endif +.if defined(WITH_TCP_WRAPPERS) + @${ECHO_MSG} "Building Anubis with TCP wrappers support" +.else + @${ECHO_MSG} "You could define WITH_TCP_WRAPPERS to build Anubis with TCP wrappers support" +.endif + @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/src/headers.h diff --git a/mail/anubis/distinfo b/mail/anubis/distinfo index 56ccbaaf152d..83f21815d46b 100644 --- a/mail/anubis/distinfo +++ b/mail/anubis/distinfo @@ -1 +1 @@ -MD5 (anubis-3.4.6.tar.gz) = 12e492c1b4287a93659530510db5b77b +MD5 (anubis-3.5.0.tar.gz) = 68793008d15cf43292bdbce3e3a92e83 diff --git a/mail/anubis/pkg-plist b/mail/anubis/pkg-plist index bb4cff781468..dd760dbba07f 100644 --- a/mail/anubis/pkg-plist +++ b/mail/anubis/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ sbin/anubis etc/rc.d/anubis.sh @unexec install-info --delete %D/info/anubis.info %D/info/dir @@ -12,9 +13,10 @@ info/anubis.info %%PORTDOCS%%@dirrm share/doc/anubis share/examples/anubis/1anubisrc share/examples/anubis/2anubisrc -share/examples/anubis/defaultrc +share/examples/anubis/redhat-defaultrc %%PAM%%share/examples/anubis/pam/anubis %%PAM%%share/examples/anubis/pam/anubis.allow %%PAM%%share/examples/anubis/pam/anubis.deny %%PAM%%@dirrm share/examples/anubis/pam @dirrm share/examples/anubis +share/locale/fr/LC_MESSAGES/anubis.mo |