summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormef <mef>2015-03-08 02:45:35 +0000
committermef <mef>2015-03-08 02:45:35 +0000
commit6e729a5bfe74dfb2d9b3ae277e657281223c0589 (patch)
tree66e287fba8406d74d588218362d4f5a58759ac9a /net
parent066ab2a7090944826bf593eeb0e82ea18ba4b4db (diff)
downloadpkgsrc-6e729a5bfe74dfb2d9b3ae277e657281223c0589.tar.gz
(pkgsrc)
- Add LICENSE= 2-clause-bsd - Remove patch-ab (was edit from /usr/local/etc/dhclient.script to /usr/pkg/sbin/dhclient-script) Instead, includes above edit in SUBST to clean (false) pkglint flag. (upstream) - Update 20060526 to 20090812 --------------------------- 2009-08-12 Hajimu UMEMOTO <ume@mahoroba.org> * dtcpclient.script: Add an ability to assign an anycast address by prefix delegation. When `anycast' is specified as `hostid' of `prefix_delegation', an anycast address is assigned. Requested by: Norikatsu Shigemura <nork@ninth-nine.com> * dtcpclient.script: Add support for prefix_delegation='AUTO'. If `AUTO' is specified, delegated IPv6 address is assigned to upped interface automatically.
Diffstat (limited to 'net')
-rw-r--r--net/dtcpclient/Makefile9
-rw-r--r--net/dtcpclient/distinfo9
-rw-r--r--net/dtcpclient/patches/patch-ab22
3 files changed, 9 insertions, 31 deletions
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile
index 4d451172b07..5a73d31fe4c 100644
--- a/net/dtcpclient/Makefile
+++ b/net/dtcpclient/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2014/02/12 23:18:19 tron Exp $
+# $NetBSD: Makefile,v 1.21 2015/03/08 02:45:35 mef Exp $
#
-DISTNAME= dtcpclient-20060526
-PKGREVISION= 6
+DISTNAME= dtcpclient-20090812
CATEGORIES= net
MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \
http://home.jp.FreeBSD.org/~ume/ipv6/
@@ -10,6 +9,7 @@ MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.imasy.or.jp/~ume/dtcp/
COMMENT= Dynamic Tunnel Configuration Protocol client
+LICENSE= 2-clause-bsd
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* Darwin-*-*
ONLY_FOR_PLATFORM+= DragonFly-*-*
@@ -22,7 +22,8 @@ SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= post-configure
SUBST_FILES.paths= dtcpclient.8 dtcpclient.script dtcpclient.c
-SUBST_SED.paths= -e 's|/usr/local/etc|${PKG_SYSCONFDIR}|g'
+SUBST_SED.paths= -e 's|/usr/local/etc/dtcpclient.script|${PREFIX}/sbin/dtcpclient-script|'
+SUBST_SED.paths+= -e 's|/usr/local/etc|${PKG_SYSCONFDIR}|g'
SUBST_SED.paths+= -e 's|/usr/local|${PREFIX}|g'
SUBST_SED.paths+= -e 's|/var|${VARBASE}|g'
diff --git a/net/dtcpclient/distinfo b/net/dtcpclient/distinfo
index 786fda73740..dd3a9ede296 100644
--- a/net/dtcpclient/distinfo
+++ b/net/dtcpclient/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.9 2013/09/10 14:28:14 joerg Exp $
+$NetBSD: distinfo,v 1.10 2015/03/08 02:45:35 mef Exp $
-SHA1 (dtcpclient-20060526.tar.gz) = bcafcfbc90a64dbb8f9f3104ebcacd43a3222aa7
-RMD160 (dtcpclient-20060526.tar.gz) = 60c4d85cb71af8514cf3ab50dcc4a5bb47994e4b
-Size (dtcpclient-20060526.tar.gz) = 13571 bytes
+SHA1 (dtcpclient-20090812.tar.gz) = beca8811f4b699fd675db634b7743fd4ee85babf
+RMD160 (dtcpclient-20090812.tar.gz) = 9697e311e8c16e1ebc04ae26955ef4501879cc5e
+Size (dtcpclient-20090812.tar.gz) = 13711 bytes
SHA1 (patch-aa) = a93a99918f7724e0a101fccf84ad7e6811c8e30c
-SHA1 (patch-ab) = 235e037b7fee523e3039ed94497136885eb43277
SHA1 (patch-ac) = a0445b2b86accb3c3a1212e08eb217cc05e9caca
diff --git a/net/dtcpclient/patches/patch-ab b/net/dtcpclient/patches/patch-ab
deleted file mode 100644
index cc4d07c27f2..00000000000
--- a/net/dtcpclient/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2007/06/17 04:23:32 obache Exp $
-
---- dtcpclient.8.orig 2006-05-25 16:36:21.000000000 +0000
-+++ dtcpclient.8
-@@ -122,7 +122,7 @@ The default is
- .It Fl s Ar script
- Specify the command to invoke on DTCP session is established or
- closed. The default is
--.Pa /usr/local/etc/dtcpclient.script .
-+.Pa /usr/local/sbin/dtcpclient-script .
- .It Fl t Ar tuntype
- The spec defines several kind of tunnel requests.
- .Nm
-@@ -214,7 +214,7 @@ If your password is found in this file,
- .Nm
- does not ask for your password. The format is a colon-separated list of
- the server name, the user name and the password.
--.It Pa /usr/local/etc/dtcpclient.script
-+.It Pa /usr/local/sbin/dtcpclient-script
- Default script invoked for setup or cleanup tunnel when DTCP session
- is established or closed.
- .It Pa /var/run/dtcpclient.pid