mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
- Update maildrop to 2.8.5
- Convert to USES=localbase - Make unneeded += a simple =
This commit is contained in:
parent
83e5de51e7
commit
c0685a5be4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431939
2 changed files with 6 additions and 8 deletions
|
@ -16,7 +16,7 @@
|
||||||
# MAILDROP_MBOX_DIR=<dir> Specify DEFAULT mailbox location
|
# MAILDROP_MBOX_DIR=<dir> Specify DEFAULT mailbox location
|
||||||
|
|
||||||
PORTNAME= maildrop
|
PORTNAME= maildrop
|
||||||
PORTVERSION= 2.8.4
|
PORTVERSION= 2.8.5
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
USES= iconv perl5 tar:bzip2
|
USES= iconv localbase:ldflags perl5 tar:bzip2
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-syslog=1 \
|
CONFIGURE_ARGS= --enable-syslog=1 \
|
||||||
|
@ -33,12 +33,10 @@ CONFIGURE_ARGS= --enable-syslog=1 \
|
||||||
--with-etcdir="${PREFIX}/etc" \
|
--with-etcdir="${PREFIX}/etc" \
|
||||||
--enable-maildirquota
|
--enable-maildirquota
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
|
||||||
|
|
||||||
CONFLICTS= courier-0.65* libunicode-[0-9]*
|
CONFLICTS= courier-0.65* libunicode-[0-9]*
|
||||||
|
|
||||||
LIB_DEPENDS+= libpcre.so:devel/pcre \
|
LIB_DEPENDS= libpcre.so:devel/pcre \
|
||||||
libcourier-unicode.so:devel/courier-unicode
|
libcourier-unicode.so:devel/courier-unicode
|
||||||
|
|
||||||
MAILDROP_LOG_COLUMNS?= 72 # lenght of 'File:' line in log
|
MAILDROP_LOG_COLUMNS?= 72 # lenght of 'File:' line in log
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1471213699
|
TIMESTAMP = 1484728651
|
||||||
SHA256 (maildrop-2.8.4.tar.bz2) = 440eb0d1507aa09d7bd179dc5937bf02d0fa23397ffa0d00686c41d9b7bbcae8
|
SHA256 (maildrop-2.8.5.tar.bz2) = c21174ef882aeb169031bb5886b55959687074415153232f4c60695405fcddb1
|
||||||
SIZE (maildrop-2.8.4.tar.bz2) = 2073383
|
SIZE (maildrop-2.8.5.tar.bz2) = 2072987
|
||||||
|
|
Loading…
Add table
Reference in a new issue