mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade to 7.9.4
This commit is contained in:
parent
85a94a6d3d
commit
76e6dfd6ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59505
@ -6,14 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= delegate
|
||||
PORTVERSION= 7.7.0
|
||||
PORTVERSION= 7.9.4
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \
|
||||
ftp://ftp.etl.go.jp/pub/DeleGate/
|
||||
http://www.delegate.org/pub/DeleGate/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= max@FreeBSD.org
|
||||
|
||||
USE_BZIP2= YES
|
||||
NO_PACKAGE= "Insecure program."
|
||||
IS_INTERACTIVE= YES
|
||||
|
||||
@ -53,8 +54,9 @@ do-install:
|
||||
${PREFIX}/share/examples/delegate
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/delegate
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/Manual.htm \
|
||||
${PREFIX}/share/doc/delegate
|
||||
.for f in Manual.htm tutor-jp.htm tutor-en.htm
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/doc/delegate
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (delegate7.7.0.tar.gz) = 5d6e0ee7809be36b5981a4c375ce470d
|
||||
MD5 (delegate7.9.4.tar.bz2) = fe1c82a0afe15899c33a37b69a521384
|
||||
|
@ -1,5 +1,7 @@
|
||||
sbin/delegated
|
||||
share/examples/delegate/delegated.sh
|
||||
%%PORTDOCS%%share/doc/delegate/Manual.htm
|
||||
%%PORTDOCS%%share/doc/delegate/tutor-jp.htm
|
||||
%%PORTDOCS%%share/doc/delegate/tutor-en.htm
|
||||
%%PORTDOCS%%@dirrm share/doc/delegate
|
||||
@dirrm share/examples/delegate
|
||||
|
Loading…
Reference in New Issue
Block a user