summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-11-30 22:58:40 +0000
committerjschauma <jschauma@pkgsrc.org>2003-11-30 22:58:40 +0000
commit6048206d2c7d6aa061cbde091751985364b6fa34 (patch)
tree2f733f258e7d2fe1aa3b75159442230adb1548fe /x11
parentfe2997a1d672f3478dc45d5c39f8ea3ce2b223c9 (diff)
downloadpkgsrc-6048206d2c7d6aa061cbde091751985364b6fa34.tar.gz
As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there.
Diffstat (limited to 'x11')
-rw-r--r--x11/fltk/Makefile4
-rw-r--r--x11/fox/Makefile3
-rw-r--r--x11/gtkglarea/Makefile4
-rw-r--r--x11/kdebase/Makefile4
-rw-r--r--x11/qt2-libs/Makefile4
-rw-r--r--x11/qt3-libs/Makefile4
-rw-r--r--x11/xlockmore/Makefile4
7 files changed, 14 insertions, 13 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 56e720a0539..cf5f3dab8ec 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2003/10/30 22:53:02 grant Exp $
+# $NetBSD: Makefile,v 1.32 2003/11/30 22:58:40 jschauma Exp $
#
DISTNAME= fltk-1.0.11-source
PKGNAME= ${DISTNAME:S/-source//}
-PKGREVISION= 2
+PKGREVISION= 3
VERS= ${DISTNAME:S/fltk-//:S/-source//}
WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
CATEGORIES= x11
diff --git a/x11/fox/Makefile b/x11/fox/Makefile
index b734b2e04f5..5267d122cd3 100644
--- a/x11/fox/Makefile
+++ b/x11/fox/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/09/01 10:13:12 cjep Exp $
+# $NetBSD: Makefile,v 1.15 2003/11/30 22:58:40 jschauma Exp $
#
DISTNAME= fox-1.0.43
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.fox-toolkit.org/ftp/
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile
index b3fc8b63080..193821f7d00 100644
--- a/x11/gtkglarea/Makefile
+++ b/x11/gtkglarea/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2003/07/17 22:56:31 grant Exp $
+# $NetBSD: Makefile,v 1.31 2003/11/30 22:58:40 jschauma Exp $
DISTNAME= gtkglarea-1.2.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11 graphics
MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index b32bf816e74..3115ab3a29d 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.93 2003/09/28 09:13:59 jlam Exp $
+# $NetBSD: Makefile,v 1.94 2003/11/30 22:58:40 jschauma Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
DISTNAME= kdebase-1.1.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_LOCAL}/kde1
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/qt2-libs/Makefile b/x11/qt2-libs/Makefile
index 637e379e9ac..002017719f8 100644
--- a/x11/qt2-libs/Makefile
+++ b/x11/qt2-libs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2003/06/09 12:32:45 tron Exp $
+# $NetBSD: Makefile,v 1.22 2003/11/30 22:58:40 jschauma Exp $
PKGNAME= qt2-libs-${QTVERSION}
-PKGREVISION= 4
+PKGREVISION= 5
COMMENT= C++ X GUI toolkit
USE_BUILDLINK2= yes
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile
index 2ec70acb67f..23d6e75d54f 100644
--- a/x11/qt3-libs/Makefile
+++ b/x11/qt3-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/09/18 13:24:05 grant Exp $
+# $NetBSD: Makefile,v 1.20 2003/11/30 22:58:40 jschauma Exp $
#
LIBQT= ${WRKSRC}/lib/libqt-mt.la
@@ -6,7 +6,7 @@ LIBQT= ${WRKSRC}/lib/libqt-mt.la
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-libs-${QTVERSION}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= C++ X GUI toolkit
USE_BUILDLINK2= yes
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index eaf759546fd..ec2bf3a1b1f 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2003/07/21 17:38:33 martti Exp $
+# $NetBSD: Makefile,v 1.63 2003/11/30 22:58:40 jschauma Exp $
.include "../../mk/bsd.prefs.mk"
@@ -18,7 +18,7 @@ pre-extract:
.include "Makefile.common"
-PKGREVISION= # empty
+PKGREVISION= 1
COMMENT= Like the XLock session-locker/screensaver, but with more
CONFIGURE_ARGS+= --with-mesagl