diff -ruN delegate.bak/Makefile delegate/Makefile --- delegate.bak/Makefile 2008-12-18 11:24:00.000000000 +0800 +++ delegate/Makefile 2009-02-18 08:02:33.000000000 +0800 @@ -6,18 +6,19 @@ # PORTNAME= delegate -PORTVERSION= 9.8.3 +PORTVERSION= 9.9.1 CATEGORIES= net www -MASTER_SITES= ftp://www.delegate.org/pub/DeleGate/ \ - ftp://ftp.delegate.org/pub/DeleGate/ +MASTER_SITES= http://www.chifeng.name/dist/delegate/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= General purpose TCP/IP proxy system IS_INTERACTIVE= YES -PORTDOCS= Manual.htm tutor-jp.htm tutor-en.htm +PORTDOCS= HowToDG.html Manual.htm tutor-jp.htm tutor-en.htm PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist +SUB_FILES= pkg-message +SUB_LIST= DOCSDIR=${DOCSDIR} # Strip breaks binary checksumming STRIP= diff -ruN delegate.bak/distinfo delegate/distinfo --- delegate.bak/distinfo 2008-08-27 15:53:12.000000000 +0800 +++ delegate/distinfo 2009-02-18 07:09:48.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (delegate9.8.3.tar.gz) = 6aa9cec8f30bb0ce3b05b5d6b488cf86 -SHA256 (delegate9.8.3.tar.gz) = 5ffa49c9c5632c14a3388683b3de68b6d34b3e32fcd9d6fdfe21578ede25fae5 -SIZE (delegate9.8.3.tar.gz) = 1881119 +MD5 (delegate9.9.1.tar.gz) = b483d93a89831711ebd9b3ced991f33f +SHA256 (delegate9.9.1.tar.gz) = eb589f33768681486a8e80860d8d0cdc3df753fc6cab7dde9c4dbd2455543181 +SIZE (delegate9.9.1.tar.gz) = 1944670 diff -ruN delegate.bak/files/pkg-message.in delegate/files/pkg-message.in --- delegate.bak/files/pkg-message.in 1970-01-01 08:00:00.000000000 +0800 +++ delegate/files/pkg-message.in 2009-02-18 08:01:17.000000000 +0800 @@ -0,0 +1,12 @@ + +---------------------------------------------------------------------- +Now, edit the sample script in %%PREFIX%%/etc/rc.d/delegate.sh-dist +directory and copy it into /usr/local/etc/rc.d. +Especially, don't forget to specify correct value for the MANAGER. + +You can also run an interactive configuration session by executing +delegated with no argument. + +Consult %%DOCSDIR%%/Manual.htm for configuration +information. +---------------------------------------------------------------------- diff -ruN delegate.bak/pkg-message delegate/pkg-message --- delegate.bak/pkg-message 2006-11-09 15:28:27.000000000 +0800 +++ delegate/pkg-message 1970-01-01 08:00:00.000000000 +0800 @@ -1,12 +0,0 @@ - ----------------------------------------------------------------------- -Now, edit the sample script in /usr/local/share/examples/delegate directory -and copy it into /usr/local/etc/rc.d. -Especially, don't forget to specify correct value for the MANAGER. - -You can also run an interactive configuration session by executing -delegated with no argument. - -Consult /usr/local/share/doc/delegate/Manual.htm for configuration -information. -----------------------------------------------------------------------