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

(-)Makefile (-4 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtasn1
8
PORTNAME=	libtasn1
9
PORTVERSION=	0.2.4
9
PORTVERSION=	0.2.5
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_GNUPG} \
11
MASTER_SITES=	${MASTER_SITE_GNUPG} \
12
	http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \
12
	http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \
Lines 33-41 Link Here
33
.if !defined(NOPORTDOCS)
33
.if !defined(NOPORTDOCS)
34
post-install:
34
post-install:
35
	@${MKDIR} ${DOCSDIR}
35
	@${MKDIR} ${DOCSDIR}
36
.for file in ${DOCS}
36
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
37
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
38
.endfor
39
.endif
37
.endif
40
38
41
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libtasn1-0.2.4.tar.gz) = 83cc739839e3d40947ad2f62871c81f7
1
MD5 (libtasn1-0.2.5.tar.gz) = 13228c8592eea576b1cf185b09abe41c

Return to bug 57139