View | Details | Raw Unified | Return to bug 188374 | Differences between
and this patch

Collapse All | Expand All

(-)3proxy-0.7.1.2/Makefile (-2 / +11 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/net/3proxy/Makefile 382278 2015-03-25 23:51:05Z marino $
2
# $FreeBSD: head/net/3proxy/Makefile 382278 2015-03-25 23:51:05Z marino $
3
3
4
PORTNAME=	3proxy
4
PORTNAME=	3proxy
5
PORTVERSION=	0.6.1
5
PORTVERSION=	0.7.1.2
6
PORTREVISION=	1
7
CATEGORIES=	net
6
CATEGORIES=	net
8
MASTER_SITES=	http://3proxy.ru/${PORTVERSION}/ \
7
MASTER_SITES=	http://3proxy.ru/${PORTVERSION}/ \
9
		http://security.nnov.ru/soft/3proxy/${PORTVERSION}/
8
		http://security.nnov.ru/soft/3proxy/${PORTVERSION}/
Lines 25-30 Link Here
25
24
26
PORTDOCS=	Readme
25
PORTDOCS=	Readme
27
26
27
post-extract:
28
	@${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}-${PORTVERSION}
29
30
31
pre-patch:
32
	# Fixing the end-of-lines:
33
	@for f in `${FIND} ${WRKSRC}/.. -type f` ; do \
34
		${TR} -d '\r' < $$f > $$f.rmcr && \
35
			${CAT} $$f.rmcr > $$f && ${RM} $$f.rmcr; done
36
28
post-patch:
37
post-patch:
29
	@${REINPLACE_CMD} -e 's|%%CFLAGS%%|${CFLAGS}|' ${WRKSRC}/${MAKEFILE}
38
	@${REINPLACE_CMD} -e 's|%%CFLAGS%%|${CFLAGS}|' ${WRKSRC}/${MAKEFILE}
30
39
(-)3proxy-0.7.1.2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (3proxy-0.6.1.tgz) = 10f8804258791e80353a334dc9b80473a02c6dda939de76451e655f643aadd7f
1
SHA256 (3proxy-0.7.1.2.tgz) = e1157aab3ff8215a3b1f35c61a9d6011e60ad38b52d9f74a1fc4cae14ba16a31
2
SIZE (3proxy-0.6.1.tgz) = 480160
2
SIZE (3proxy-0.7.1.2.tgz) = 478532
(-)3proxy-0.7.1.2/pkg-descr (-2 / +2 lines)
Lines 15-20 Link Here
15
3proxy is FreeWare. It can be used under terms of GNU/GPL or under it own
15
3proxy is FreeWare. It can be used under terms of GNU/GPL or under it own
16
license (please read License Agreement).
16
license (please read License Agreement).
17
17
18
For licensing or commercial support please e-mail to 3proxy@security.nnov.ru
18
For licensing or commercial support please e-mail to 3proxy@3proxy.ru
19
19
20
WWW: http://www.security.nnov.ru/soft/3proxy/
20
WWW: http://3proxy.ru/

Return to bug 188374