diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 22:42:57 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 22:42:57 +0800 |
commit | 8cf28559f19aaaa0c5793f17e074100ae74573d9 (patch) | |
tree | af1755c41bac59b768ea5845d3c06e59411de022 /comms/conserver-com | |
parent | fec85c2e325cd96cef5ab4dbed1d17e7f7570c3a (diff) | |
download | freebsd-ports-graphics-8cf28559f19aaaa0c5793f17e074100ae74573d9.tar.gz freebsd-ports-graphics-8cf28559f19aaaa0c5793f17e074100ae74573d9.tar.zst freebsd-ports-graphics-8cf28559f19aaaa0c5793f17e074100ae74573d9.zip |
Upgrade 8.1.2.
- better handling of client command (^Ec|) when user is bumped,
conserver is reconfigured, etc
- added 'initsubst' option for 'initcmd' substitutions like
'devicesubst' and 'execsubst'
- modified and added to *subst (initsubst, etc) syntax to allow
for flexibility and future enhancement
- changed 'port' and 'portinc' minimums from 1 to 0 - it allows
more flexibility and helps with 0-based counting
- added --with-extmsgs configure switch to enable entertaining
messages
- added ability to "move" to a new console via '^Ec;'
- added a dump of console information when -S is used twice
Diffstat (limited to 'comms/conserver-com')
-rw-r--r-- | comms/conserver-com/Makefile | 2 | ||||
-rw-r--r-- | comms/conserver-com/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index ed661b236c4..26f42a663cf 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -6,7 +6,7 @@ # PORTNAME= conserver -PORTVERSION= 8.1.1 +PORTVERSION= 8.1.2 CATEGORIES= comms MASTER_SITES= ftp://ftp.conserver.com/conserver/ PKGNAMESUFFIX= -com diff --git a/comms/conserver-com/distinfo b/comms/conserver-com/distinfo index b1f69d0a289..1c1b320ec84 100644 --- a/comms/conserver-com/distinfo +++ b/comms/conserver-com/distinfo @@ -1,2 +1,2 @@ -MD5 (conserver-8.1.1.tar.gz) = d2641597713768cb62f09f1d94f95ef1 -SIZE (conserver-8.1.1.tar.gz) = 272982 +MD5 (conserver-8.1.2.tar.gz) = 7f53d7a0bb05ad16116fb99f17bf06f0 +SIZE (conserver-8.1.2.tar.gz) = 278449 |