diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-02 13:46:15 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-02 13:46:15 +0000 |
commit | 883cd5a136701955cd0eb825efafbf21a967aa94 (patch) | |
tree | d3028e7b392f09e9eeb9450f2a94f0f6053b2cd3 /net | |
parent | Update to 0.39a. (diff) |
Update to the latest version available;
Add WWW;
Slightly adjust COMMENT.
Notes
Notes:
svn path=/head/; revision=74486
Diffstat (limited to 'net')
-rw-r--r-- | net/slirp/Makefile | 6 | ||||
-rw-r--r-- | net/slirp/distinfo | 2 | ||||
-rw-r--r-- | net/slirp/pkg-comment | 2 | ||||
-rw-r--r-- | net/slirp/pkg-descr | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile index 9c7e83a01508..61f35387cc3c 100644 --- a/net/slirp/Makefile +++ b/net/slirp/Makefile @@ -6,13 +6,15 @@ # PORTNAME= slirp -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.14.p1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=slirp +DISTNAME= ${PORTNAME}-1.0.14pre1 +EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.Org +MAINTAINER= demon@FreeBSD.org # serious LP64 issues ONLY_FOR_ARCHS= i386 diff --git a/net/slirp/distinfo b/net/slirp/distinfo index 9748e9014a76..f9ad74ebbc48 100644 --- a/net/slirp/distinfo +++ b/net/slirp/distinfo @@ -1 +1 @@ -MD5 (slirp-1.0.13.tar.gz) = aaa37a0e6433d177f09ba10145c7d8d3 +MD5 (slirp-1.0.14pre1.tgz) = af5da957dbec31fc5bdafb6baecada05 diff --git a/net/slirp/pkg-comment b/net/slirp/pkg-comment index bc4a9d736029..94351882cb86 100644 --- a/net/slirp/pkg-comment +++ b/net/slirp/pkg-comment @@ -1 +1 @@ -A SLIP/CSLIP emulator for users with shell accounts +A (C)SLIP/PPP emulator for users with shell accounts diff --git a/net/slirp/pkg-descr b/net/slirp/pkg-descr index e61838794901..a9643dc77ce2 100644 --- a/net/slirp/pkg-descr +++ b/net/slirp/pkg-descr @@ -2,3 +2,5 @@ SLiRP is a (C)SLIP/PPP emulator which allows users with normal shell accounts act as if they had a (C)SLIP/PPP account. This allows users to use Netscape/Mosaic, ftp, telnet, etc. from their home machine, as if they had a real (C)SLIP/PPP connection (with limitations). + +WWW: http://slirp.sourceforge.net/ |