diff options
author | mich <mich@FreeBSD.org> | 2003-09-25 17:00:35 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2003-09-25 17:00:35 +0800 |
commit | c1264a3ecb5b6809cb21797b0f54f7383e4276a7 (patch) | |
tree | d754432318e63ceb15066c01bb7a2ffb6197d212 /comms | |
parent | a1b3334c03f71141ad25a69e2472f8223e3c7631 (diff) | |
download | freebsd-ports-gnome-c1264a3ecb5b6809cb21797b0f54f7383e4276a7.tar.gz freebsd-ports-gnome-c1264a3ecb5b6809cb21797b0f54f7383e4276a7.tar.zst freebsd-ports-gnome-c1264a3ecb5b6809cb21797b0f54f7383e4276a7.zip |
Update to -> 1.1.1
- "raw" protocol support added
- software flow control support added
Approved by: roberto (mentor)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tits/Makefile | 2 | ||||
-rw-r--r-- | comms/tits/distinfo | 2 | ||||
-rw-r--r-- | comms/tits/files/patch-Makefile | 9 |
3 files changed, 7 insertions, 6 deletions
diff --git a/comms/tits/Makefile b/comms/tits/Makefile index 6e19bb6271a9..1849adbdcfa0 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tits -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.1 CATEGORIES= comms MASTER_SITES= http://www.mctavish.co.uk/tits/ diff --git a/comms/tits/distinfo b/comms/tits/distinfo index c2898930bdba..9b966754b22a 100644 --- a/comms/tits/distinfo +++ b/comms/tits/distinfo @@ -1 +1 @@ -MD5 (tits-1.0.3.tar.gz) = c6fc7763aafe384e097c2a44b3b0350c +MD5 (tits-1.1.1.tar.gz) = 24935ffa3c6b4f70df6b0ee26000d048 diff --git a/comms/tits/files/patch-Makefile b/comms/tits/files/patch-Makefile index 18db9a5957e6..4e56d6d80bfb 100644 --- a/comms/tits/files/patch-Makefile +++ b/comms/tits/files/patch-Makefile @@ -1,9 +1,10 @@ ---- Makefile.orig Tue Feb 20 12:27:21 2001 -+++ Makefile Wed Sep 4 20:46:58 2002 -@@ -30,14 +30,15 @@ +--- Makefile.orig Wed Sep 24 16:05:07 2003 ++++ Makefile Wed Sep 24 16:06:52 2003 +@@ -29,15 +29,15 @@ + # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - WARNS= 2 +-WARNS= 2 +NO_WERROR=1 PROG= tits |