pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ddclient Add missing files to PLIST, use /bin/sh i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b787bf168a4
branches:  trunk
changeset: 643330:4b787bf168a4
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Dec 14 15:35:49 2014 +0000

description:
Add missing files to PLIST, use /bin/sh in place of unnecessary
/bin/bash, add comment to patch, define LICENSE.

diffstat:

 net/ddclient/Makefile         |  9 ++++++++-
 net/ddclient/PLIST            |  4 +++-
 net/ddclient/distinfo         |  4 ++--
 net/ddclient/patches/patch-aa |  4 +++-
 4 files changed, 16 insertions(+), 5 deletions(-)

diffs (74 lines):

diff -r 5e2451d7e2f8 -r 4b787bf168a4 net/ddclient/Makefile
--- a/net/ddclient/Makefile     Sun Dec 14 15:35:22 2014 +0000
+++ b/net/ddclient/Makefile     Sun Dec 14 15:35:49 2014 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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 @@
                        ${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 -r 5e2451d7e2f8 -r 4b787bf168a4 net/ddclient/PLIST
--- a/net/ddclient/PLIST        Sun Dec 14 15:35:22 2014 +0000
+++ b/net/ddclient/PLIST        Sun Dec 14 15:35:49 2014 +0000
@@ -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_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 -r 5e2451d7e2f8 -r 4b787bf168a4 net/ddclient/distinfo
--- a/net/ddclient/distinfo     Sun Dec 14 15:35:22 2014 +0000
+++ b/net/ddclient/distinfo     Sun Dec 14 15:35:49 2014 +0000
@@ -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 -r 5e2451d7e2f8 -r 4b787bf168a4 net/ddclient/patches/patch-aa
--- a/net/ddclient/patches/patch-aa     Sun Dec 14 15:35:22 2014 +0000
+++ b/net/ddclient/patches/patch-aa     Sun Dec 14 15:35:49 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index