Index: head/mail/bincimap/Makefile =================================================================== --- head/mail/bincimap/Makefile (revision 106113) +++ head/mail/bincimap/Makefile (revision 106114) @@ -1,89 +1,90 @@ # New ports collection makefile for: bincimap # Date created: 27 Mar 2003 # Whom: Sergei Kolobov # # $FreeBSD$ # # The following compile-time options are available: # # WITH_XINETD Use xinetd instead of the default daemontools/ucspi-tcp # WITHOUT_OPENSSL Disable OpenSSL support (enabled by default) # PORTNAME= bincimap -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.6 CATEGORIES= mail MASTER_SITES= http://www.bincimap.org/%SUBDIR%/ \ http://www.bincimap.andreas.hanssen.name/%SUBDIR%/ \ http://bincimap.argonsoft.de/www.bincimap.org/%SUBDIR%/ MASTER_SITE_SUBDIR= dl/tarballs/1.2 +DISTNAME= ${PORTNAME}-${PORTVERSION}final PATCH_SITES= ${MASTER_SITES:S!%SUBDIR%!${MASTER_SITE_SUBDIR}!} #PATCHFILES= bincimap-1.2.1-patch000-mimeparser MAINTAINER= sergei@FreeBSD.org COMMENT= Light-weight IMAP server for Maildir .if defined(WITH_XINETD) RUN_DEPENDS= xinetd:${PORTSDIR}/security/xinetd PLIST_SUB+= XINETD="" DJB="@comment " .else RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools \ tcpserver:${PORTSDIR}/sysutils/ucspi-tcp PLIST_SUB+= XINETD="@comment " DJB="" .endif USE_BZIP2= yes GNU_CONFIGURE= yes CONFDIR= ${PREFIX}/etc/${PORTNAME} CONFIGURE_ARGS+= --sysconfdir=${CONFDIR} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITHOUT_OPENSSL) CONFIGURE_ARGS+= --without-ssl PLIST_SUB+= SSL="@comment " .else CONFIGURE_ARGS+= --with-ssl USE_OPENSSL= yes PLIST_SUB+= SSL="" .endif MAN1= bincimap-up.1 bincimapd.1 MAN5= bincimap.conf.5 DOCS= AUTHORS ChangeLog README doc/bincimap* \ doc/manual/bincimap-manual.ps EXAMPLES= contrib/README contrib/authenticators/bincimap-auth-teapop.sh post-install: @${MKDIR} ${CONFDIR} ${INSTALL_DATA} ${WRKSRC}/conf/bincimap.conf \ ${CONFDIR}/bincimap.conf.sample .if defined(WITH_XINETD) ${INSTALL_DATA} ${WRKSRC}/conf/xinetd-bincimap ${CONFDIR}/imap.sample .if !defined(WITHOUT_OPENSSL) ${INSTALL_DATA} ${WRKSRC}/conf/xinetd-bincimaps ${CONFDIR}/imaps.sample .endif .else @${MKDIR} ${CONFDIR}/imap.sample ${INSTALL_SCRIPT} ${WRKSRC}/service/run ${CONFDIR}/imap.sample @${MKDIR} ${CONFDIR}/imap.sample/log ${INSTALL_SCRIPT} ${WRKSRC}/service/log/run ${CONFDIR}/imap.sample/log .if !defined(WITHOUT_OPENSSL) @${MKDIR} ${CONFDIR}/imaps.sample ${INSTALL_SCRIPT} ${WRKSRC}/service/run-ssl ${CONFDIR}/imaps.sample/run @${MKDIR} ${CONFDIR}/imaps.sample/log ${INSTALL_SCRIPT} ${WRKSRC}/service/log/run ${CONFDIR}/imaps.sample/log .endif .endif @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1 cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/mail/bincimap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/mail/bincimap/distinfo =================================================================== --- head/mail/bincimap/distinfo (revision 106113) +++ head/mail/bincimap/distinfo (revision 106114) @@ -1,2 +1,2 @@ -MD5 (bincimap-1.2.3.tar.bz2) = b6476c80deb03dfcab1fc34a754b91b8 -SIZE (bincimap-1.2.3.tar.bz2) = 427598 +MD5 (bincimap-1.2.6final.tar.bz2) = 3cc9bebc44ea991617680142b70743e1 +SIZE (bincimap-1.2.6final.tar.bz2) = 417328 Property changes on: head/mail/bincimap/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/mail/bincimap/files/patch-Makefile.in =================================================================== --- head/mail/bincimap/files/patch-Makefile.in (revision 106113) +++ head/mail/bincimap/files/patch-Makefile.in (revision 106114) @@ -1,11 +1,11 @@ --- Makefile.in.orig Sun Sep 7 13:24:07 2003 +++ Makefile.in Sun Sep 7 13:24:25 2003 @@ -131,7 +131,7 @@ target_alias = @target_alias@ #-------------------------------------------------------------------------- --SUBDIRS = conf contrib doc man service src tests -+SUBDIRS = contrib man src tests +-SUBDIRS = conf contrib doc man service src ++SUBDIRS = contrib man src #-------------------------------------------------------------------------- EXTRA_DIST = bincimap.spec config.h COPYING.OpenSSL config.h.in Property changes on: head/mail/bincimap/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property