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

(-)net/ucarp/Makefile (-5 / +5 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	ucarp
8
PORTNAME=	ucarp
9
PORTVERSION=	1.3
9
PORTVERSION=	1.4
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/ucarp/
11
MASTER_SITES=	ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/ucarp/ \
12
#		http://download.pureftpd.org/pub/ucarp/
12
		http://download.pureftpd.org/pub/ucarp/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Userlevel Common Address Redundancy Protocol
15
COMMENT=	Userlevel Common Address Redundancy Protocol
16
16
17
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
18
CONFIGURE_ARGS=	--disable-nls
19
USE_BZIP2=	yes
17
USE_BZIP2=	yes
18
USE_GNOME=	gnometarget
20
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--disable-nls
21
21
22
USE_RC_SUBR=	ucarp
22
USE_RC_SUBR=	ucarp
23
23
(-)net/ucarp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ucarp-1.3.tar.bz2) = 0556b03f792bd2a14a54189a303d515f
1
MD5 (ucarp-1.4.tar.bz2) = 9e1765de2eea1bb59c9ad9c8596f4f89
2
SHA256 (ucarp-1.3.tar.bz2) = 1fb02981fb7b85b64c7e9604f2a0b3b58c6d3775972e82e4d2ceb4b7bd3760b7
2
SHA256 (ucarp-1.4.tar.bz2) = ddc5b44aa059d7aa3f66c2cfb207fac51357aebadfd2a50096de4e1775e394ef
3
SIZE (ucarp-1.3.tar.bz2) = 174517
3
SIZE (ucarp-1.4.tar.bz2) = 309622

Return to bug 121802