diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-12-14 15:35:49 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-12-14 15:35:49 +0000 |
commit | dec30db541d2bcc90ab18c805fe0d724ac80b9dd (patch) | |
tree | c00bd0422aa41ddf8c4757b310a95b6fa1075ac7 | |
parent | aec7812ca77398eafac95e679dc4c6b4493c610f (diff) | |
download | pkgsrc-dec30db541d2bcc90ab18c805fe0d724ac80b9dd.tar.gz |
Add missing files to PLIST, use /bin/sh in place of unnecessary
/bin/bash, add comment to patch, define LICENSE.
-rw-r--r-- | net/ddclient/Makefile | 9 | ||||
-rw-r--r-- | net/ddclient/PLIST | 4 | ||||
-rw-r--r-- | net/ddclient/distinfo | 4 | ||||
-rw-r--r-- | net/ddclient/patches/patch-aa | 4 |
4 files changed, 16 insertions, 5 deletions
diff --git a/net/ddclient/Makefile b/net/ddclient/Makefile index 460dc7a1e3e..20b6e1a137a 100644 --- a/net/ddclient/Makefile +++ b/net/ddclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/12/13 00:26:48 jmcneill Exp $ +# $NetBSD: Makefile,v 1.35 2014/12/14 15:35:49 schmonz Exp $ DISTNAME= ddclient-3.8.2 CATEGORIES= net @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ddclient.sourceforge.net/ COMMENT= Client to update dynamic DNS entries +LICENSE= gnu-gpl-v2 USE_TOOLS+= perl:run USE_LANGUAGES= # empty @@ -20,6 +21,12 @@ CONF_FILES_PERMS= ${EGDIR}/sample-etc_ddclient.conf \ ${PKG_SYSCONFDIR}/ddclient.conf \ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600 +REPLACE_INTERPRETER+= sh +REPLACE.sh.old= .*/bin/bash +REPLACE.sh.new= /bin/sh +REPLACE_FILES.sh= sample-ddclient-wrapper.sh +REPLACE_FILES.sh+= sample-etc_rc.d_init.d_ddclient + INSTALLATION_DIRS= sbin share/doc/ddclient share/examples/ddclient do-configure: diff --git a/net/ddclient/PLIST b/net/ddclient/PLIST index d94886d8ecb..6c9089cfb67 100644 --- a/net/ddclient/PLIST +++ b/net/ddclient/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.8 2014/12/13 00:26:48 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.9 2014/12/14 15:35:49 schmonz Exp $ sbin/ddclient share/doc/ddclient/COPYING share/doc/ddclient/COPYRIGHT share/doc/ddclient/README.cisco share/doc/ddclient/README.md share/doc/ddclient/README.ssl +share/examples/ddclient/sample-ddclient-wrapper.sh share/examples/ddclient/sample-etc_cron.d_ddclient share/examples/ddclient/sample-etc_ddclient.conf share/examples/ddclient/sample-etc_dhclient-exit-hooks @@ -13,3 +14,4 @@ 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 +share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.ubuntu diff --git a/net/ddclient/distinfo b/net/ddclient/distinfo index e60b20f2ac3..1239a161b63 100644 --- a/net/ddclient/distinfo +++ b/net/ddclient/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2014/12/13 00:26:48 jmcneill Exp $ +$NetBSD: distinfo,v 1.10 2014/12/14 15:35:49 schmonz Exp $ SHA1 (ddclient-3.8.2.tar.bz2) = 8c887c06a580773c48a1eaced82a08c3077e1325 RMD160 (ddclient-3.8.2.tar.bz2) = 126f773ce2fa15c8b0dd6229646afdce018d0c7b Size (ddclient-3.8.2.tar.bz2) = 41996 bytes -SHA1 (patch-aa) = 878ee072fa867f5c3cccf78849d3c658745b3e95 +SHA1 (patch-aa) = de1ae69e4b89cc4d1a4146ef3856283c21aa6d76 diff --git a/net/ddclient/patches/patch-aa b/net/ddclient/patches/patch-aa index 63ee1c7118c..b3e83dbe91d 100644 --- a/net/ddclient/patches/patch-aa +++ b/net/ddclient/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.6 2014/12/13 00:26:48 jmcneill Exp $ +$NetBSD: patch-aa,v 1.7 2014/12/14 15:35:49 schmonz Exp $ + +Use pkgsrc paths. --- ddclient.orig 2013-12-26 09:04:25.000000000 +0000 +++ ddclient |