pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xterm Use distfile with a version number in its fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d406aad6ac0
branches:  trunk
changeset: 485581:7d406aad6ac0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Dec 16 16:25:09 2004 +0000

description:
Use distfile with a version number in its filename (xterm-196.tgz).
The previous distfile (xterm.tar.gz) was updated to the new version
(197).

diffstat:

 x11/xterm/Makefile |  8 +++-----
 x11/xterm/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 5ee03dcb8b00 -r 7d406aad6ac0 x11/xterm/Makefile
--- a/x11/xterm/Makefile        Thu Dec 16 16:10:34 2004 +0000
+++ b/x11/xterm/Makefile        Thu Dec 16 16:25:09 2004 +0000
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.11 2004/08/16 04:53:46 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/16 16:25:09 minskim Exp $
 
-DISTNAME=      ${PKGBASE}
-PKGNAME=       xterm-196
+DISTNAME=      xterm-196
 CATEGORIES=    x11
 MASTER_SITES=  ftp://invisible-island.net/xterm/
+EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://dickey.his.com/xterm/xterm.html
 COMMENT=       Latest terminal emulator for the X Window System
 
-DIST_SUBDIR=   ${PKGNAME}
-
 GNU_CONFIGURE= yes
 USE_BUILDLINK3=        yes
 USE_X11=       yes
diff -r 5ee03dcb8b00 -r 7d406aad6ac0 x11/xterm/distinfo
--- a/x11/xterm/distinfo        Thu Dec 16 16:10:34 2004 +0000
+++ b/x11/xterm/distinfo        Thu Dec 16 16:25:09 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2004/10/21 07:51:14 minskim Exp $
+$NetBSD: distinfo,v 1.8 2004/12/16 16:25:09 minskim Exp $
 
-SHA1 (xterm-196/xterm.tar.gz) = 7e1493d2578cb8d1d6038108e48aad44f40e2a61
-Size (xterm-196/xterm.tar.gz) = 678177 bytes
+SHA1 (xterm-196.tgz) = 7e1493d2578cb8d1d6038108e48aad44f40e2a61
+Size (xterm-196.tgz) = 678177 bytes
 SHA1 (patch-aa) = f4f624ba6fc9a3f7ac1641a093131f638ea52451
 SHA1 (patch-ab) = 34a4c95c2d90f38639cee856f202bcc86228e71b
 SHA1 (patch-ac) = d215ee65851b4b7b33211fad9b6d821d701a1fa8



Home | Main Index | Thread Index | Old Index