mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.2.3
- Remove cert Makefile target - the code does not work properly on FreeBSD yet; it will be revisited later PR: 57455 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
This commit is contained in:
parent
f0fba5cd58
commit
f6f22af359
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89981
@ -12,7 +12,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bincimap
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.bincimap.org/%SUBDIR%/ \
|
||||
http://www.bincimap.andreas.hanssen.name/%SUBDIR%/ \
|
||||
@ -20,7 +20,7 @@ MASTER_SITES= http://www.bincimap.org/%SUBDIR%/ \
|
||||
MASTER_SITE_SUBDIR= dl/tarballs/1.2
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES:S!%SUBDIR%!${MASTER_SITE_SUBDIR}!}
|
||||
PATCHFILES= bincimap-1.2.1-patch000-mimeparser
|
||||
#PATCHFILES= bincimap-1.2.1-patch000-mimeparser
|
||||
|
||||
MAINTAINER= sergei@kolobov.com
|
||||
COMMENT= Light-weight IMAP server for Maildir
|
||||
@ -85,16 +85,5 @@ post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
.if !defined(WITHOUT_OPENSSL)
|
||||
@${ECHO_MSG} "==========================================="
|
||||
@${ECHO_MSG} "Type 'make cert' to create SSL certificates"
|
||||
@${ECHO_MSG} "==========================================="
|
||||
.endif
|
||||
|
||||
cert:
|
||||
# Generate sample CA and Binc IMAP certificates if we use SSL
|
||||
.if !defined(WITHOUT_OPENSSL)
|
||||
@cd ${WRKSRC} && ${MAKE} cacert
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1 @@
|
||||
MD5 (bincimap-1.2.1.tar.bz2) = 2baf96957a74073b5b26ed9dec4dafb2
|
||||
MD5 (bincimap-1.2.1-patch000-mimeparser) = 57e70638620bf8220703693b55b84510
|
||||
MD5 (bincimap-1.2.3.tar.bz2) = b6476c80deb03dfcab1fc34a754b91b8
|
||||
|
Loading…
Reference in New Issue
Block a user