diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-10-04 16:05:54 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-10-04 16:05:54 +0000 |
commit | 7917472e2563f56c25aec4f2702b7131433b78c5 (patch) | |
tree | cae9d8df24963d212439f0ee66ef0b0613582032 /mail/eps | |
parent | d115565cb522c0287a894136fc0fa443f154e6a4 (diff) | |
download | ports-7917472e2563f56c25aec4f2702b7131433b78c5.tar.gz ports-7917472e2563f56c25aec4f2702b7131433b78c5.zip |
- Update to 1.6
PR: ports/116894
Submitted by: Ismail YENIGUL <ismail enderunix.org> (maintainer)
Approved by: miwi (co-mentor)
Notes
Notes:
svn path=/head/; revision=200832
Diffstat (limited to 'mail/eps')
-rw-r--r-- | mail/eps/Makefile | 4 | ||||
-rw-r--r-- | mail/eps/distinfo | 6 | ||||
-rw-r--r-- | mail/eps/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/mail/eps/Makefile b/mail/eps/Makefile index c4304a6d1d5d..0f17fb777253 100644 --- a/mail/eps/Makefile +++ b/mail/eps/Makefile @@ -6,8 +6,7 @@ # PORTNAME= eps -PORTVERSION= 1.5 -PORTREVISION= 1 +PORTVERSION= 1.6 CATEGORIES= mail MASTER_SITES= http://www.inter7.com/eps/ @@ -31,6 +30,7 @@ do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${DOCSDIR} + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .include <bsd.port.mk> diff --git a/mail/eps/distinfo b/mail/eps/distinfo index 2345c06e488b..d9edf1180166 100644 --- a/mail/eps/distinfo +++ b/mail/eps/distinfo @@ -1,3 +1,3 @@ -MD5 (eps-1.5.tar.gz) = 842615f5527eacdf91d5dd375ef2e71d -SHA256 (eps-1.5.tar.gz) = d3b543c92d5831bce3035ebf6c68ea3fd14b09053df469941451f5f5f87e4aa3 -SIZE (eps-1.5.tar.gz) = 28346 +MD5 (eps-1.6.tar.gz) = 42e295e596097f46b210efb811d64f40 +SHA256 (eps-1.6.tar.gz) = f0076d278c21fb33de03c1bf90d9fc6eeeef48f60bd17d343a10666715d2493d +SIZE (eps-1.6.tar.gz) = 25608 diff --git a/mail/eps/pkg-plist b/mail/eps/pkg-plist index 8b5614627232..ef5324fde6fb 100644 --- a/mail/eps/pkg-plist +++ b/mail/eps/pkg-plist @@ -3,6 +3,7 @@ include/eps/base64.h include/eps/boundary.h include/eps/buffer.h include/eps/content.h +include/eps/date.h include/eps/email.h include/eps/eps.h include/eps/fold.h @@ -14,6 +15,7 @@ include/eps/line.h include/eps/mime.h include/eps/misc.h include/eps/qp.h +include/eps/result.h include/eps/rfc2822.h include/eps/unfold.h lib/libeps.a |