- update to ddclient-3.7.1 (with ssl support)
from new MAINTAINER Joerg Zinke <umaxx at oleco dot net> with some tweaks by me
This commit is contained in:
parent
8dcea5e05c
commit
28c25f3cd7
@ -1,12 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2005/10/14 07:58:11 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2007/03/23 10:48:02 ajacoutot Exp $
|
||||
|
||||
COMMENT= "Dynamic DNS service update client"
|
||||
|
||||
DISTNAME= ddclient-3.6.6
|
||||
DISTNAME= ddclient-3.7.1
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://ddclient.sourceforge.net/
|
||||
|
||||
MAINTAINER= Joerg Zinke <umaxx@oleco.net>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -15,15 +17,28 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ddclient/}
|
||||
|
||||
RUN_DEPENDS= :p5-IO-Socket-SSL-*:security/p5-IO-Socket-SSL
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
do-install:
|
||||
SAMPLES= sample-etc_cron.d_ddclient sample-etc_ddclient.conf \
|
||||
sample-etc_dhclient-exit-hooks sample-etc_dhcpc_dhcpcd-eth0.exe \
|
||||
sample-etc_ppp_ip-up.local
|
||||
|
||||
post-extract:
|
||||
@perl -pi -e "s,/var/cache/ddclient/,/var/db/ddclient/,g;" \
|
||||
-e "s,/etc/ddclient/,${SYSCONFDIR}/ddclient/,g" \
|
||||
${WRKSRC}/ddclient
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/ddclient ${PREFIX}/sbin/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ddclient
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ddclient
|
||||
${INSTALL_DATA} ${WRKSRC}/sample* ${PREFIX}/share/examples/ddclient
|
||||
${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/ddclient
|
||||
.for i in ${SAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/ddclient
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
MD5 (ddclient-3.6.6.tar.gz) = 9bdc93c0352c5fcc650773da7ecedb6d
|
||||
RMD160 (ddclient-3.6.6.tar.gz) = 6f1cbc1cc41a8d646f35d91ae57595cc797422cc
|
||||
SHA1 (ddclient-3.6.6.tar.gz) = 1f079518cc85917df53088744d6ed5fa63bd806b
|
||||
SIZE (ddclient-3.6.6.tar.gz) = 36726
|
||||
MD5 (ddclient-3.7.1.tar.gz) = 04b97210581cebfeb8e1916dcab3f64e
|
||||
RMD160 (ddclient-3.7.1.tar.gz) = 3ba0109ef7c0b43e41c2bf86d5014271385e5047
|
||||
SHA1 (ddclient-3.7.1.tar.gz) = 9b328492cc7c3131a9c3c9a3fd10ffcaede0331c
|
||||
SHA256 (ddclient-3.7.1.tar.gz) = 2665d7ae7c0334c86e8c0dd217da434c709081caad229fb4940906dfc078f1d6
|
||||
SIZE (ddclient-3.7.1.tar.gz) = 41355
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2005/10/14 07:58:11 bernd Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/03/23 10:48:02 ajacoutot Exp $
|
||||
sbin/ddclient
|
||||
share/doc/ddclient/
|
||||
share/doc/ddclient/README
|
||||
share/doc/ddclient/README.cisco
|
||||
share/doc/ddclient/README.ssl
|
||||
share/examples/ddclient/
|
||||
@sample ${SYSCONFDIR}/ddclient/
|
||||
share/examples/ddclient/sample-etc_cron.d_ddclient
|
||||
@ -11,6 +12,4 @@ share/examples/ddclient/sample-etc_ddclient.conf
|
||||
share/examples/ddclient/sample-etc_dhclient-exit-hooks
|
||||
share/examples/ddclient/sample-etc_dhcpc_dhcpcd-eth0.exe
|
||||
share/examples/ddclient/sample-etc_ppp_ip-up.local
|
||||
share/examples/ddclient/sample-etc_rc.d_init.d_ddclient
|
||||
share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.lsb
|
||||
share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.redhat
|
||||
@sample /var/db/ddclient/
|
||||
|
Loading…
Reference in New Issue
Block a user