View | Details | Raw Unified | Return to bug 134642
Collapse All | Expand All

(-)extmail/Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	extmail
8
PORTNAME=	extmail
9
PORTVERSION=	1.0.9
9
PORTVERSION=	1.1.0
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://www.chifeng.name/dist/extmail/ \
11
MASTER_SITES=	http://www.chifeng.name/dist/extmail/ \
12
		http://mirror3.extmail.net/dist/
12
		http://mirror3.extmail.net/dist/
Lines 35-41 Link Here
35
.endif
35
.endif
36
36
37
do-install:
37
do-install:
38
	@cd ${WRKSRC} && ${COPYTREE_BIN} . ${WWWDIR}
38
	@${MKDIR} ${WWWDIR}
39
	@cd ${WRKSRC} && ${CP} -Rfp * ${WWWDIR}
39
	@${CAT} ${PKGMESSAGE}
40
	@${CAT} ${PKGMESSAGE}
40
41
41
.include <bsd.port.post.mk>
42
.include <bsd.port.post.mk>
(-)extmail/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (extmail-1.0.9.tar.gz) = 827a32785166dc73c9f03972122746b1
1
MD5 (extmail-1.1.0.tar.gz) = ec2e2ad054ed6019476bcf077e6aad23
2
SHA256 (extmail-1.0.9.tar.gz) = 42c1fcf1aa8ec8adb82570b38d1c87469ae193778b551d7d810ba0ee2fed8dd1
2
SHA256 (extmail-1.1.0.tar.gz) = 1d5761e7874ebcb7ed6ce50b50b24e7bc210ec5f5ec927b9fd491050b0860ce1
3
SIZE (extmail-1.0.9.tar.gz) = 692142
3
SIZE (extmail-1.1.0.tar.gz) = 692304

Return to bug 134642