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

(-)Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ntp
4
PORTNAME=	ntp
5
PORTVERSION=	4.3.13
5
PORTVERSION=	4.3.14
6
CATEGORIES=	net ipv6
6
CATEGORIES=	net ipv6
7
MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
7
MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
8
		http://archive.ntp.org/ntp4/ntp-dev/
8
		http://archive.ntp.org/ntp4/ntp-dev/
Lines 16-25 CONFLICTS= ntp-[0-9].* ntp-rc-* Link Here
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
OPTIONS_SUB=	yes
18
OPTIONS_SUB=	yes
19
USES=		pathfix shebangfix libtool
19
USES=		pathfix pkgconfig shebangfix libtool
20
LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
20
LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
21
21
22
NTP_SHEBANG_FILES=	sbin/ntp-wait sbin/ntptrace
22
NTP_SHEBANG_FILES=	sbin/ntp-wait sbin/ntptrace sbin/update-leap
23
23
24
.include "Makefile.inc"
24
.include "Makefile.inc"
25
25
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ntp-dev-4.3.13.tar.gz) = f566dbb8da134476891df0017bc1d2d99f896e9f41a7a3b87f57411771f55126
1
SHA256 (ntp-dev-4.3.14.tar.gz) = c7027bc024ab7d3706db60772e34d6240a21045fb19328d80f3446c278ee241d
2
SIZE (ntp-dev-4.3.13.tar.gz) = 6622933
2
SIZE (ntp-dev-4.3.14.tar.gz) = 6622328

Return to bug 199276