aboutsummaryrefslogtreecommitdiff
path: root/net/tintin++
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-25 18:58:38 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-25 18:58:38 +0000
commit00cc5210e7e3e46487e05b71d515f0357b2b66ef (patch)
treed68f5a81090dda9bcd4ba7909a3a7bca3fe3f7cc /net/tintin++
parent56129c890593176a0f87f6240259e44ffd7c89a6 (diff)
Notes
Diffstat (limited to 'net/tintin++')
-rw-r--r--net/tintin++/Makefile12
-rw-r--r--net/tintin++/distinfo6
-rw-r--r--net/tintin++/files/patch-configure18
-rw-r--r--net/tintin++/pkg-descr4
4 files changed, 10 insertions, 30 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile
index c51b12ad8baf..1398a31d56eb 100644
--- a/net/tintin++/Makefile
+++ b/net/tintin++/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= tintin++
-PORTVERSION= 2.00.1
+PORTVERSION= 2.00.3
CATEGORIES+= net games
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION}/
DISTNAME= tintin-${PORTVERSION}
MAINTAINER= sunpoet@sunpoet.net
@@ -18,16 +18,16 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include --libdir=${LOCALBASE}/lib \
--prefix=${PREFIX}
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
+ ac_cv_file__dev_ptmx=no
GNU_CONFIGURE= yes
-PLIST_FILES= bin/tt++
-PORTDOCS= ${DOCS:T}
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/tt/src
DOCS= CREDITS FAQ README SCRIPTS TODO \
docs/chat_protocol.txt docs/tintin19.txt
-PROJECTHOST= tintin-mud-client
+PLIST_FILES= bin/tt++
+PORTDOCS= ${DOCS:T}
.include <bsd.port.pre.mk>
diff --git a/net/tintin++/distinfo b/net/tintin++/distinfo
index 6e303d69b63a..a605a8f39596 100644
--- a/net/tintin++/distinfo
+++ b/net/tintin++/distinfo
@@ -1,3 +1,3 @@
-MD5 (tintin-2.00.1.tar.gz) = 5bc8d0f4df124f7fe01a5904084ae01b
-SHA256 (tintin-2.00.1.tar.gz) = 0dc1f6805a2e408e6733504310d006bc2f98bd7ff23ff365c570cdb1ac016bef
-SIZE (tintin-2.00.1.tar.gz) = 241875
+MD5 (tintin-2.00.3.tar.gz) = aa6d28d5b759fd0fa7effc09cf02aac7
+SHA256 (tintin-2.00.3.tar.gz) = 37dbec3928a877feaa034a5114d3e26a504251b0b7ed46c158052f92ff940e15
+SIZE (tintin-2.00.3.tar.gz) = 245516
diff --git a/net/tintin++/files/patch-configure b/net/tintin++/files/patch-configure
deleted file mode 100644
index 29bafbbe941e..000000000000
--- a/net/tintin++/files/patch-configure
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./configure.orig 2009-07-22 10:02:23.000000000 -0400
-+++ ./configure 2009-07-22 10:02:40.000000000 -0400
-@@ -6176,11 +6176,11 @@
- { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
- $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
- { (exit 1); exit 1; }; }
--if test -r "/dev/ptmx"; then
-- ac_cv_file__dev_ptmx=yes
--else
-+#if test -r "/dev/ptmx"; then
-+# ac_cv_file__dev_ptmx=yes
-+#else
- ac_cv_file__dev_ptmx=no
--fi
-+#fi
- fi
- { $as_echo "$as_me:$LINENO: result: $ac_cv_file__dev_ptmx" >&5
- $as_echo "$ac_cv_file__dev_ptmx" >&6; }
diff --git a/net/tintin++/pkg-descr b/net/tintin++/pkg-descr
index e8850b1a7214..03fb24681aa4 100644
--- a/net/tintin++/pkg-descr
+++ b/net/tintin++/pkg-descr
@@ -3,7 +3,5 @@ assets are an easy to learn and use scripting language, full telnet support,
a split screen interface to separate mud output from client input, and
keyboard macros that work on all systems.
-TinTin++ projet is now hosted on Google Code sine version 1.99.6b1.
-
WWW: http://tintin.sourceforge.net/
- http://code.google.com/p/tintin-mud-client
+ http://sourceforge.net/projects/tintin/