Update to 20040612.

This commit is contained in:
Hajimu UMEMOTO 2004-06-12 11:43:25 +00:00
parent 19a402495c
commit 80cf339d19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111330
3 changed files with 9 additions and 8 deletions

View file

@ -6,8 +6,8 @@
#
PORTNAME= dtcpclient
PORTVERSION= 20040601
PORTREVISION= 1
PORTVERSION= 20040612
#PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \
http://home.jp.FreeBSD.org/~ume/ipv6/
@ -15,7 +15,7 @@ MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \
MAINTAINER= ume@FreeBSD.org
COMMENT= Dynamic Tunnel Configuration Protocol client
USE_RC_SUBR= YES
USE_RC_SUBR= yes
MAN8= dtcpclient.8
MANCOMPRESSED= yes

View file

@ -1,2 +1,2 @@
MD5 (dtcpclient-20040601.tar.gz) = b7d6cc301d8db0dcccb88ecbb8e8c583
SIZE (dtcpclient-20040601.tar.gz) = 10664
MD5 (dtcpclient-20040612.tar.gz) = 885418c45561557fa0742f6249d5bce1
SIZE (dtcpclient-20040612.tar.gz) = 10865

View file

@ -1,5 +1,6 @@
sbin/dtcpclient
@unexec if cmp -s %D/etc/dtcpclient.script %D/etc/dtcpclient.script.sample; then rm -f %D/etc/dtcpclient.script; fi
etc/dtcpclient.script.sample
@exec [ -f %B/dtcpclient.script ] || cp %B/%f %B/dtcpclient.script
@unexec if cmp -s %D/etc/dtcpclient.script %D/%%EXAMPLESDIR%%/dtcpclient.script; then rm -f %D/etc/dtcpclient.script; fi
%%EXAMPLESDIR%%/dtcpclient.script
@exec [ -f %D/etc/dtcpclient.script ] || cp %B/%f %D/etc/dtcpclient.script
@dirrm %%EXAMPLESDIR%%
etc/rc.d/dtcpclient.sh