aboutsummaryrefslogtreecommitdiff
path: root/net/delegate
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2009-02-18 23:22:49 +0000
committerBeech Rintoul <beech@FreeBSD.org>2009-02-18 23:22:49 +0000
commitfec9ed6f8d336f14f2fca83cb466dafb8b046462 (patch)
tree6da68b52fe74b55c73166f7cbd85790f5e18199b /net/delegate
parentaa562d1c4d464e0d5ad17ed1722c59db90ff33e6 (diff)
downloadports-fec9ed6f8d336f14f2fca83cb466dafb8b046462.tar.gz
ports-fec9ed6f8d336f14f2fca83cb466dafb8b046462.zip
Notes
Diffstat (limited to 'net/delegate')
-rw-r--r--net/delegate/Makefile9
-rw-r--r--net/delegate/distinfo6
-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.
----------------------------------------------------------------------