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

(-)srp/Makefile (-4 / +4 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	srp
8
PORTNAME=	srp
9
PORTVERSION=	2.0.0
9
PORTVERSION=	2.1.1
10
CATEGORIES=	security net
10
CATEGORIES=	security net
11
MASTER_SITES=	http://srp.stanford.edu/source/
11
MASTER_SITES=	http://srp.stanford.edu/source/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	laszlof@vonostingroup.com
14
COMMENT=	Secure Remote Password protocol library, TELNET, and FTP
14
COMMENT=	Secure Remote Password protocol library, TELNET, and FTP
15
15
16
USE_REINPLACE=	yes
16
USE_REINPLACE=	yes
Lines 21-28 Link Here
21
		--enable-loginf
21
		--enable-loginf
22
22
23
post-patch:
23
post-patch:
24
	@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
24
	@${GREP} -slR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
25
		's|malloc\.h|stdlib.h|g'
25
		's|malloc\.h|stdlib\.h|g'
26
26
27
post-install:
27
post-install:
28
.if !defined(NOPORTDOCS)
28
.if !defined(NOPORTDOCS)
(-)srp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (srp-2.0.0.tar.gz) = d8f6d0bbb8e2214580d2ab25b53529fe
1
MD5 (srp-2.1.1.tar.gz) = 23e843f3e35927fa8613edd7e4265c71
2
SHA256 (srp-2.0.0.tar.gz) = a3c72ab642f236d622eeaa55909b909883648eacfeff91820168bd9fd6e676db
2
SHA256 (srp-2.1.1.tar.gz) = 49d9242dc9f4c2c9c54078334dbff81a4850239d455953882bc79a0bf1a9cdaa
3
SIZE (srp-2.0.0.tar.gz) = 1448813
3
SIZE (srp-2.1.1.tar.gz) = 1451683

Return to bug 90724