summaryrefslogtreecommitdiff
path: root/net/tsclient
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-11-16 21:23:04 +0000
committeragc <agc@pkgsrc.org>2003-11-16 21:23:04 +0000
commit7a13fe3ac52f989ed643c81cfa83041e39af5abf (patch)
tree016da5d40a017082be3848e6628547df8c932b9f /net/tsclient
parentc00f2cd215f7438808d2aae8837418389476536b (diff)
downloadpkgsrc-7a13fe3ac52f989ed643c81cfa83041e39af5abf.tar.gz
Use DIST_SUBDIR to version the distfile, as they modified the contents of
the distfile without bumping the version number on it. Differences from previous version is (the modification to the comment is mine): --- old/tsclient-0.124/src/support.c 2003-09-16 05:52:51.000000000 +0100 +++ new/tsclient-0.124/src/support.c 2003-10-18 19:18:47.000000000 +0100 @@ -482,7 +482,7 @@ // do this [....] for all modes sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL)); - buffer[strlen(buffer)-4] = '\0'; + //buffer[strlen(buffer)-4] = '\0'; c_argv[c_argc++] = g_strdup (buffer); } else if (rdp->protocol == 2) { @@ -542,7 +542,7 @@ c_argv[c_argc++] = strdup(buffer); sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL)); - buffer[strlen(buffer)-2] = '\0'; + //buffer[strlen(buffer)-2] = '\0'; c_argv[c_argc++] = strdup(buffer); } else if (rdp->protocol == 3) {
Diffstat (limited to 'net/tsclient')
-rw-r--r--net/tsclient/Makefile5
-rw-r--r--net/tsclient/distinfo6
2 files changed, 7 insertions, 4 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile
index ad20c951914..6db07a035ab 100644
--- a/net/tsclient/Makefile
+++ b/net/tsclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/11/12 01:31:51 salo Exp $
+# $NetBSD: Makefile,v 1.4 2003/11/16 21:23:04 agc Exp $
#
DISTNAME= tsclient-0.124
@@ -15,6 +15,9 @@ DEPENDS+= vncviewer-[0-9]*:../../net/vncviewer
DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
BUILD_USES_MSGFMT= yes
+# this is because they modified the distfile without changing the number
+DIST_SUBDIR= ${PKGNAME_NOREV}
+
USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_PKGLOCALEDIR= yes
diff --git a/net/tsclient/distinfo b/net/tsclient/distinfo
index b052e0f7143..8e1384613ac 100644
--- a/net/tsclient/distinfo
+++ b/net/tsclient/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/09/18 09:26:48 xtraeme Exp $
+$NetBSD: distinfo,v 1.4 2003/11/16 21:23:04 agc Exp $
-SHA1 (tsclient-0.124.tar.gz) = e103c0fec29b2aac6995f79db1847c5a517afed3
-Size (tsclient-0.124.tar.gz) = 387864 bytes
+SHA1 (tsclient-0.124/tsclient-0.124.tar.gz) = 4e718a113027bc16b4ccf4a13ed9a102681a7d9a
+Size (tsclient-0.124/tsclient-0.124.tar.gz) = 387870 bytes