Update to 0.65.
PR: 83479 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
This commit is contained in:
parent
9de0a5b469
commit
25bad8cb83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139237
3 changed files with 19 additions and 17 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= cone
|
||||
PORTVERSION= 0.64
|
||||
PORTVERSION= 0.65
|
||||
CATEGORIES= mail
|
||||
# This is for beta versions, leave it in please:
|
||||
#MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/
|
||||
|
@ -17,14 +17,14 @@ MASTER_SITE_SUBDIR= courier
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Console based mail client with POP3/IMAP/SMAP support
|
||||
|
||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||
aspell.16:${PORTSDIR}/textproc/aspell
|
||||
LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell
|
||||
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_FAM= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_ICONV= yes
|
||||
USE_GNOME= libxml2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
|
@ -50,7 +50,7 @@ post-install:
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 502010
|
||||
IGNORE= "port not supported on FreeBSD versions before 5.2.1-RELEASE"
|
||||
IGNORE= not supported on FreeBSD versions before 5.2.1-RELEASE
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (cone-0.64.tar.bz2) = 0375a938da6347e42afd76135f334a6d
|
||||
SIZE (cone-0.64.tar.bz2) = 3569902
|
||||
MD5 (cone-0.65.tar.bz2) = 73ac17422c2dcf7a0a864b99fe786092
|
||||
SIZE (cone-0.65.tar.bz2) = 3703374
|
||||
|
|
|
@ -47,8 +47,6 @@ libexec/cone
|
|||
%%DATADIR%%/address.html
|
||||
%%DATADIR%%/attributes.html
|
||||
%%DATADIR%%/book.html
|
||||
%%DATADIR%%/c2646.html
|
||||
%%DATADIR%%/c2684.html
|
||||
%%DATADIR%%/cone.hlp
|
||||
%%DATADIR%%/cone.html
|
||||
%%DATADIR%%/cone00index.html
|
||||
|
@ -325,15 +323,19 @@ libexec/cone
|
|||
%%DATADIR%%/smap1.html
|
||||
%%DATADIR%%/store.html
|
||||
%%DATADIR%%/synchronous.html
|
||||
%%DATADIR%%/x12281.html
|
||||
%%DATADIR%%/x12487.html
|
||||
%%DATADIR%%/x12823.html
|
||||
%%DATADIR%%/x13094.html
|
||||
%%DATADIR%%/x13337.html
|
||||
%%DATADIR%%/x13441.html
|
||||
%%DATADIR%%/x13683.html
|
||||
%%DATADIR%%/x14057.html
|
||||
%%DATADIR%%/x14068.html
|
||||
%%DATADIR%%/c2708.html
|
||||
%%DATADIR%%/c2746.html
|
||||
%%DATADIR%%/http.handler
|
||||
%%DATADIR%%/https.handler
|
||||
%%DATADIR%%/x12343.html
|
||||
%%DATADIR%%/x12549.html
|
||||
%%DATADIR%%/x12885.html
|
||||
%%DATADIR%%/x13156.html
|
||||
%%DATADIR%%/x13399.html
|
||||
%%DATADIR%%/x13503.html
|
||||
%%DATADIR%%/x13745.html
|
||||
%%DATADIR%%/x14119.html
|
||||
%%DATADIR%%/x14130.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DATADIR%%/rootcerts
|
||||
|
|
Loading…
Reference in a new issue