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

(-)Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	net
8
PORTNAME=	net
9
PORTVERSION=	3.5.1
9
PORTVERSION=	3.6.3
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://download.camlcity.org/download/
11
MASTER_SITES=	http://download.camlcity.org/download/
12
PKGNAMEPREFIX=	ocaml-
12
PKGNAMEPREFIX=	ocaml-
Lines 16-22 Link Here
16
COMMENT=	OCaml modules for Internet applications
16
COMMENT=	OCaml modules for Internet applications
17
17
18
BUILD_DEPENDS=	${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
18
BUILD_DEPENDS=	${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
RUN_DEPENDS=	${BUILD_DEPENDS}
20
20
21
CONFLICTS=	ocaml-equeue-2* ocaml-netclient-0*
21
CONFLICTS=	ocaml-equeue-2* ocaml-netclient-0*
22
22
Lines 53-59 Link Here
53
		ZIP "Enable compression support" OFF \
53
		ZIP "Enable compression support" OFF \
54
		SCRAM "Enable SCRAM support" OFF
54
		SCRAM "Enable SCRAM support" OFF
55
55
56
CONFIGURE_ARGS+=	-disable-gtk
56
CONFIGURE_ARGS+=	-disable-gtk -enable-pcre
57
57
58
.include <bsd.port.options.mk>
58
.include <bsd.port.options.mk>
59
59
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ocamlnet-3.5.1.tar.gz) = 1304eea88aacbc08864e7ff8fce58fab495f41c99b6379784121fc9e92ca8426
1
SHA256 (ocamlnet-3.6.3.tar.gz) = c62fe0a4db6c63c04e24c8d76bcb504054f0b59a7a41c1abcbb8dd504afc9f29
2
SIZE (ocamlnet-3.5.1.tar.gz) = 3290994
2
SIZE (ocamlnet-3.6.3.tar.gz) = 3290612

Return to bug 176062