pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_comp fix X tarball names, we no longer ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f260e35b498
branches:  trunk
changeset: 485456:7f260e35b498
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Dec 12 01:04:27 2004 +0000

description:
fix X tarball names, we no longer have xcontrib.tgz.

fixes PR pkg/28608 from Ulrich Heilmann.

diffstat:

 pkgtools/pkg_comp/Makefile          |  4 ++--
 pkgtools/pkg_comp/files/pkg_comp.sh |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 283fbf66072e -r 7f260e35b498 pkgtools/pkg_comp/Makefile
--- a/pkgtools/pkg_comp/Makefile        Sun Dec 12 00:46:28 2004 +0000
+++ b/pkgtools/pkg_comp/Makefile        Sun Dec 12 01:04:27 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2004/06/10 09:16:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.27 2004/12/12 01:04:27 grant Exp $
 
-DISTNAME=      pkg_comp-1.19
+DISTNAME=      pkg_comp-1.20
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 283fbf66072e -r 7f260e35b498 pkgtools/pkg_comp/files/pkg_comp.sh
--- a/pkgtools/pkg_comp/files/pkg_comp.sh       Sun Dec 12 00:46:28 2004 +0000
+++ b/pkgtools/pkg_comp/files/pkg_comp.sh       Sun Dec 12 01:04:27 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: pkg_comp.sh,v 1.21 2004/06/10 09:16:48 jmmv Exp $
+# $NetBSD: pkg_comp.sh,v 1.22 2004/12/12 01:04:27 grant Exp $
 #
 # pkg_comp - Build packages inside a clean chroot environment
 # Copyright (c) 2002, 2003, 2004 Julio M. Merino Vidal <jmmv%NetBSD.org@localhost>
@@ -106,7 +106,7 @@
     : ${BUILD_TARGET:=package}
     : ${DISTRIBDIR:=/var/pub/NetBSD}
     : ${SETS:=base.tgz comp.tgz etc.tgz kern-GENERIC.tgz text.tgz}
-    : ${SETS_X11:=xbase.tgz xcomp.tgz xcontrib.tgz xfont.tgz xmisc.tgz xserver.tgz}
+    : ${SETS_X11:=xbase.tgz xcomp.tgz xetc.tgz xfont.tgz xmisc.tgz xserver.tgz}
     : ${REAL_SRC:=/usr/src}
     : ${REAL_SRC_OPTS:=-t null -o ro}
     : ${REAL_PKGSRC:=/usr/pkgsrc}



Home | Main Index | Thread Index | Old Index