aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-03-10 17:35:29 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-03-10 17:35:29 +0000
commit5c88c0f7a517345471057b17878b03bf2a7a1c27 (patch)
treeb895d7994cdd2c8ad97db45d47b395d0c0cdceeb
parentb73fb62f129c8ececa8da448f6903bc4ad43970a (diff)
downloadports-5c88c0f7a517345471057b17878b03bf2a7a1c27.tar.gz
ports-5c88c0f7a517345471057b17878b03bf2a7a1c27.zip
While the port compiles and installs/deinstalls OK, on systems with "modern" gcc
versions (like 5 and 6) the resulting binary is unusable. Fix this by updating to the latest version. PR: 94283 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Obtain from: Chris McDonald <chris@csse.uwa.edu.au> (author) Reported by: "B .Wiggins" <synack@netspace.net.au> Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=157054
-rw-r--r--net/cnet/Makefile3
-rw-r--r--net/cnet/distinfo6
2 files changed, 4 insertions, 5 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile
index 87d708ff765c..2f8c41bcf8c3 100644
--- a/net/cnet/Makefile
+++ b/net/cnet/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cnet
-PORTVERSION= 2.0.9
-PORTREVISION= 1
+PORTVERSION= 2.0.10
CATEGORIES= net tcl84 tk84
MASTER_SITES= http://www.csse.uwa.edu.au/cnet/
EXTRACT_SUFX= .tgz
diff --git a/net/cnet/distinfo b/net/cnet/distinfo
index 7b2c38c5920a..d09bca4db5ef 100644
--- a/net/cnet/distinfo
+++ b/net/cnet/distinfo
@@ -1,3 +1,3 @@
-MD5 (cnet-2.0.9.tgz) = 4c346b3b3d22ebf7b8d6fb2a247cfcc1
-SHA256 (cnet-2.0.9.tgz) = 6e50398cef2c444858325a7a53d87b941f0072e5ed67d1dfff0aa5c40287494a
-SIZE (cnet-2.0.9.tgz) = 1165016
+MD5 (cnet-2.0.10.tgz) = c1db7aad3b0379599b3ab0e9b61625d9
+SHA256 (cnet-2.0.10.tgz) = 7b1e720179b7316d97b8b947155b261dda7ddfd01ff18fb04139c33f4a35bfcb
+SIZE (cnet-2.0.10.tgz) = 1158887