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

(-)www/hydra/Makefile (-3 / +5 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	hydra
9
PORTNAME=	hydra
10
PORTVERSION=	0.1.4
10
PORTVERSION=	0.1.7
11
PORTREVISION=	2
12
CATEGORIES=	www
11
CATEGORIES=	www
13
MASTER_SITES=	ftp://ftp.hellug.gr/pub/software/hydra/ \
12
MASTER_SITES=	ftp://ftp.hellug.gr/pub/software/hydra/ \
14
		http://hydra.hellug.gr/download/ \
13
		http://hydra.hellug.gr/download/ \
Lines 22-29 Link Here
22
NO_LATEST_LINK=	yes
21
NO_LATEST_LINK=	yes
23
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
25
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
25
26
26
CFLAGS+=	-I${LOCALBASE}/include
27
CPPFLAGS=	-I${LOCALBASE}/include
28
LDFLAGS=	-L${LOCALBASE}/lib
27
29
28
post-patch:
30
post-patch:
29
	@${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
31
	@${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
(-)www/hydra/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (hydra-0.1.4.tar.gz) = 786d0aab2fee387f899181523a6f57ed
1
MD5 (hydra-0.1.7.tar.gz) = 81f62f6bcf89a8f2e9babed8d9206562
2
SIZE (hydra-0.1.4.tar.gz) = 268228
2
SIZE (hydra-0.1.7.tar.gz) = 286484

Return to bug 78747