mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 20040608.
This commit is contained in:
parent
53c0b7cf3c
commit
69bb25a607
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111019
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= dtcp
|
||||
PORTVERSION= 20030228
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20040608
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \
|
||||
http://home.jp.FreeBSD.org/~ume/ipv6/
|
||||
@ -15,15 +15,13 @@ MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
COMMENT= Dynamic Tunnel Configuration Protocol daemon and client
|
||||
|
||||
USE_RC_SUBR= YES
|
||||
|
||||
.if !defined(DTCP_CLIENT_ONLY)
|
||||
RUN_DEPENDS= qpopauth:${PORTSDIR}/mail/qpopper
|
||||
.endif
|
||||
|
||||
USE_RC_SUBR= yes
|
||||
USE_RUBY= yes
|
||||
RUBY_SHEBANG_FILES= ${WRKSRC}/dtcpauth.rb ${WRKSRC}/dtcpc.rb \
|
||||
${WRKSRC}/dtcps.rb
|
||||
MAKE_ENV+= RUBY=${RUBY}
|
||||
|
||||
MAN8= dtcpauth.8 dtcpc.8 dtcps.8
|
||||
MANCOMPRESSED= yes
|
||||
@ -42,7 +40,7 @@ pre-everything::
|
||||
pre-install:
|
||||
@for script in ${RC_SCRIPTS}; do \
|
||||
if [ -f $${script} ]; then \
|
||||
echo "Remove old $${script} before install."; \
|
||||
${ECHO_MSG} "Remove old $${script} before install."; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
done
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (dtcp-20030228.tar.gz) = 5775c35566598afa02257e5a450e5676
|
||||
SIZE (dtcp-20030228.tar.gz) = 17221
|
||||
MD5 (dtcp-20040608.tar.gz) = 64567714823551a31aba43a5ad7d9c6a
|
||||
SIZE (dtcp-20040608.tar.gz) = 17388
|
||||
|
Loading…
Reference in New Issue
Block a user