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

(-)ports/dns/ddclient/Makefile (-3 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/dns/ddclient/Makefile 412346 2016-04-01 14:00:51Z mat $
2
# $FreeBSD: head/dns/ddclient/Makefile 412346 2016-04-01 14:00:51Z mat $
3
3
4
PORTNAME=	ddclient
4
PORTNAME=	ddclient
5
PORTVERSION=	3.8.2
5
PORTVERSION=	3.8.3
6
PORTREVISION=	1
7
CATEGORIES=	dns
6
CATEGORIES=	dns
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
8
Lines 19-24 Link Here
19
18
20
USE_RC_SUBR=	${PORTNAME}
19
USE_RC_SUBR=	${PORTNAME}
21
20
21
RUN_DEPENDS=	p5-JSON-Any>=0:converters/p5-JSON-Any
22
22
SUB_FILES=	pkg-message ddclient_force
23
SUB_FILES=	pkg-message ddclient_force
23
24
24
OPTIONS_DEFINE=	SSL
25
OPTIONS_DEFINE=	SSL
Lines 27-33 Link Here
27
SSL_RUN_DEPENDS=ca_root_nss>0:security/ca_root_nss \
28
SSL_RUN_DEPENDS=ca_root_nss>0:security/ca_root_nss \
28
		p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL
29
		p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL
29
30
30
PORTDOCS=	COPYRIGHT Changelog README.cisco README.ssl README.md \
31
PORTDOCS=	COPYRIGHT ChangeLog README.cisco README.ssl README.md \
31
		sample-etc_cron.d_ddclient sample-etc_dhclient-exit-hooks \
32
		sample-etc_cron.d_ddclient sample-etc_dhclient-exit-hooks \
32
		sample-etc_dhcpc_dhcpcd-eth0.exe sample-etc_ppp_ip-up.local
33
		sample-etc_dhcpc_dhcpcd-eth0.exe sample-etc_ppp_ip-up.local
33
PLIST_FILES=	etc/ddclient.conf.sample etc/periodic/daily/ddclient_force \
34
PLIST_FILES=	etc/ddclient.conf.sample etc/periodic/daily/ddclient_force \
(-)ports/dns/ddclient/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ddclient-3.8.2.tar.bz2) = f343d2297b97b769949d4d6c3f603a8c52433acf2104245538808a2ea003ed5e
1
SHA256 (ddclient-3.8.3.tar.bz2) = d40e2f1fd3f4bff386d27bbdf4b8645199b1995d27605a886b8c71e44d819591
2
SIZE (ddclient-3.8.2.tar.bz2) = 41996
2
SIZE (ddclient-3.8.3.tar.bz2) = 49026

Return to bug 209167