diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
commit | b48eba1112f54d5bd53419acb41234e880b1c4d8 (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /finance | |
parent | b83587c254a875614110a4d3bcfeafebc7536d9a (diff) | |
download | pkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'finance')
-rw-r--r-- | finance/emma/Makefile | 5 | ||||
-rw-r--r-- | finance/gkrellm-stock/Makefile | 3 | ||||
-rw-r--r-- | finance/gnofin/Makefile | 5 | ||||
-rw-r--r-- | finance/gnucash/Makefile | 9 |
4 files changed, 13 insertions, 9 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile index 1d20e077ee2..ea1088d9217 100644 --- a/finance/emma/Makefile +++ b/finance/emma/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2002/01/29 19:41:30 drochner Exp $ +# $NetBSD: Makefile,v 1.13 2002/03/13 17:36:56 fredb Exp $ # DISTNAME= emma-0.8-1 PKGNAME= emma-0.8.1 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/emma-0.7 CATEGORIES= finance MASTER_SITES= ${HOMEPAGE}emma/packages/ @@ -12,7 +13,7 @@ HOMEPAGE= http://rainbow.mimuw.edu.pl/~la181249/ COMMENT= Money management program BUILD_DEPENDS+= automake>=1.4:../../devel/automake -DEPENDS+= gnome-libs-[0-9]*:../../x11/gnome-libs +DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs USE_X11BASE= YES GNU_CONFIGURE= YES diff --git a/finance/gkrellm-stock/Makefile b/finance/gkrellm-stock/Makefile index 220b2d9b323..a251328598c 100644 --- a/finance/gkrellm-stock/Makefile +++ b/finance/gkrellm-stock/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/11/01 15:30:54 damon Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/13 17:36:57 fredb Exp $ DISTNAME= gkrellstock-0.2 PKGNAME= gkrellm-stock-0.2 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/gkrellStock-0.2 CATEGORIES= finance MASTER_SITES= http://www.geocities.com/m_muthukumar/ diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index f611c2b7fe1..4c6ffe6f790 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2001/09/27 23:18:03 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/13 17:36:57 fredb Exp $ # DISTNAME= gnofin-0.8.4 +PKGREVISION= 1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnofin/} @@ -11,7 +12,7 @@ COMMENT= Personal checking/savings account management program BUILD_USES_MSGFMT= yes DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= gnome-libs-[0-9]*:../../x11/gnome-libs +DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs DEPENDS+= libxml>=1.8.10:../../textproc/libxml USE_X11= yes diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 930c45c7dac..6c4e5947475 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2002/03/12 19:02:28 mjl Exp $ +# $NetBSD: Makefile,v 1.23 2002/03/13 17:36:58 fredb Exp $ DISTNAME= gnucash-1.6.6 +PKGREVISION= 1 CATEGORIES= finance MASTER_SITES= http://www.linas.org/pub/gnucash/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -12,13 +13,13 @@ COMMENT= Personal double-entry accounting program DEPENDS+= eperl-2.2.14:../../textproc/eperl DEPENDS+= g-wrap>=1.1.10:../../devel/g-wrap -DEPENDS+= guppi>=0.35.5nb1:../../math/guppi +DEPENDS+= guppi>=0.40.0nb1:../../math/guppi DEPENDS+= libperl>=${LIBPERL5_REQD}:../../lang/libperl DEPENDS+= popt>=1.5:../../devel/popt DEPENDS+= swig-1.1p5:../../devel/swig DEPENDS+= glib>=0.99.7:../../devel/glib -DEPENDS+= gdk-pixbuf>=0.2.5:../../graphics/gdk-pixbuf -DEPENDS+= gnome-print>=0.21:../../print/gnome-print +DEPENDS+= gdk-pixbuf>=0.11.0nb1:../../graphics/gdk-pixbuf +DEPENDS+= gnome-print>=0.29nb1:../../print/gnome-print BUILD_DEPENDS+= bison>=1.28:../../devel/bison |