diff options
author | beech <beech@FreeBSD.org> | 2009-02-19 07:22:49 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-02-19 07:22:49 +0800 |
commit | fb4f29b61a7f6288ca59f70b31dddc2429be608e (patch) | |
tree | 2b4a6d369061aa3b478d5c9f9b7deefff22eb8ef /net | |
parent | 6c9b0f654f66ef7faa3e8064238876156aaea8d7 (diff) | |
download | freebsd-ports-gnome-fb4f29b61a7f6288ca59f70b31dddc2429be608e.tar.gz freebsd-ports-gnome-fb4f29b61a7f6288ca59f70b31dddc2429be608e.tar.zst freebsd-ports-gnome-fb4f29b61a7f6288ca59f70b31dddc2429be608e.zip |
- Update net/delegate to 9.9.1
PR: ports/131808
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/delegate/Makefile | 9 | ||||
-rw-r--r-- | net/delegate/distinfo | 6 | ||||
-rw-r--r-- | net/delegate/files/pkg-message.in (renamed from net/delegate/pkg-message) | 6 |
3 files changed, 11 insertions, 10 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index a2b55c51d850..4a69ab6d8cc7 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -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= chifeng@gmail.com 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 --git a/net/delegate/distinfo b/net/delegate/distinfo index f0352349cb1c..26252a73c18a 100644 --- a/net/delegate/distinfo +++ b/net/delegate/distinfo @@ -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 --git a/net/delegate/pkg-message b/net/delegate/files/pkg-message.in index 4b82654a0f61..9cb8b5a9ff5c 100644 --- a/net/delegate/pkg-message +++ b/net/delegate/files/pkg-message.in @@ -1,12 +1,12 @@ ---------------------------------------------------------------------- -Now, edit the sample script in /usr/local/share/examples/delegate directory -and copy it into /usr/local/etc/rc.d. +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 /usr/local/share/doc/delegate/Manual.htm for configuration +Consult %%DOCSDIR%%/Manual.htm for configuration information. ---------------------------------------------------------------------- |