- Update to 152

PR:		206250
Submitted by:	ports fury
This commit is contained in:
Martin Wilke 2016-01-15 15:35:29 +00:00
parent 4f74f12dd2
commit d85f52c9ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406165
3 changed files with 12 additions and 6 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= im
PORTVERSION= 151
PORTREVISION= 1
PORTVERSION= 152
CATEGORIES= mail
MASTER_SITES= http://tats.haun.org/im/
@ -19,12 +18,20 @@ CONFIGURE_ARGS= --with-hostname=_domain_of_your_mail_address_
CONFIGURE_ENV= im_path_perl=${PERL}
MAKE_ARGS= prefix=${PREFIX} imlibdir=${ETCDIR}
NO_ARCH= yes
NO_BUILD= yes
OPTIONS_DEFINE= DOCS EXAMPLES RPOP
RPOP_DESC= Use RPOP instead of APOP
RPOP_CONFIGURE_ENABLE= rpop
post-patch:
@${REINPLACE_CMD} -e \
's|SiteConfig ;|SiteConfig.sample ;|' ${WRKSRC}/Makefile.in
post-configure:
@${LN} -sf SiteConfig ${WRKSRC}/cnf.im/SiteConfig.sample
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/man
${INSTALL_DATA} ${WRKSRC}/00* ${STAGEDIR}${DOCSDIR}

View File

@ -1,2 +1,2 @@
SHA256 (im-151.tar.gz) = 65a9b38187d2e3a701835d050a4e856694f7dda19c08ba605984f9f3d8e125a6
SIZE (im-151.tar.gz) = 271073
SHA256 (im-152.tar.gz) = 2bf3f8bb43d77ff3053e4a9e5a0213e3c33b16f0ca06a136e3d22a8d32a4b98a
SIZE (im-152.tar.gz) = 270987

View File

@ -19,8 +19,7 @@ bin/imsetup
bin/imsort
bin/imstore
bin/imtar
%%ETCDIR%%/SiteConfig
@unexec if [ -f %B/SiteConfig.new ]; then rm -f %B/SiteConfig.new; fi
@sample %%ETCDIR%%/SiteConfig.sample
lib/IM/Address.pm
lib/IM/Alias.pm
lib/IM/Config.pm