mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.8.5
- Correct LICENSE info and add LICENSE_FILE, per handbook - Correct DOC switch PR: 232337 Submitted by: ndowens@yahoo.com
This commit is contained in:
parent
0fbfff64be
commit
f0f21e961c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483216
3 changed files with 15 additions and 12 deletions
|
@ -2,17 +2,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= avenger
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.5
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.mailavenger.org/dist/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Anti-spam SMTP server
|
||||
|
||||
LICENSE= GPLv2+ # though COPYING is GPLv3
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= bdb ssl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USERS= ${PORTNAME}
|
||||
|
@ -26,9 +27,9 @@ CONFIGURE_ARGS= --enable-ssl=${OPENSSLBASE} \
|
|||
--with-db=${LOCALBASE} \
|
||||
--with-etcdir=${ETCDIR}
|
||||
|
||||
OPTIONS_DEFINE= SASL DOCS
|
||||
OPTIONS_DEFINE= DOCS SASL
|
||||
|
||||
SASL_CONFIGURE_ON= --enable-sasl
|
||||
SASL_CONFIGURE_ENABLE= sasl
|
||||
SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
|
||||
|
||||
post-patch:
|
||||
|
@ -45,9 +46,10 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/etc/pf.os ${STAGEDIR}${PREFIX}/share
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/smtp-filter.pf ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/avsendmail.m4 ${STAGEDIR}${DATADIR}
|
||||
(cd ${WRKSRC}/etc ; ${INSTALL_DATA} smtp-filter.pf avsendmail.m4 \
|
||||
${STAGEDIR}${DATADIR})
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (avenger-0.8.4.tar.gz) = cd6be345687fa0e6be056a575865b937f8ebcb486cb4f8da2d74bf4c4bdd64ce
|
||||
SIZE (avenger-0.8.4.tar.gz) = 890192
|
||||
TIMESTAMP = 1540694687
|
||||
SHA256 (avenger-0.8.5.tar.gz) = b0fc3e2e03ed010e95e561367fce7b087968df7ea6056251eba95cad14d26d37
|
||||
SIZE (avenger-0.8.5.tar.gz) = 910358
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- ./Makefile.in.orig 2013-03-08 21:13:45.000000000 +0100
|
||||
+++ ./Makefile.in 2013-03-08 21:16:55.000000000 +0100
|
||||
@@ -287,9 +287,9 @@
|
||||
--- Makefile.in.orig 2018-10-09 06:38:27 UTC
|
||||
+++ Makefile.in
|
||||
@@ -386,9 +386,9 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
LYNX = lynx
|
||||
|
|
Loading…
Add table
Reference in a new issue