diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-11 12:03:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-11 12:03:33 +0800 |
commit | 8edbf229f390af2eb264aef662b3cb064c16f4f9 (patch) | |
tree | b12b9b15d1c3c692eb41b221e55d23299baa20df | |
parent | 5d44b0838d469eea109ca839bd966999a80f92b8 (diff) | |
download | marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar.gz marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar.bz2 marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar.lz marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar.xz marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.tar.zst marcuscom-ports-8edbf229f390af2eb264aef662b3cb064c16f4f9.zip |
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9562 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/evince/Makefile | 5 | ||||
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 6 | ||||
-rw-r--r-- | sysutils/tracker/Makefile | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 90b7796a7..3e5e60662 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.76 2007/08/28 03:41:34 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.77 2007/09/04 06:18:15 mezz Exp $ # PORTNAME= evince PORTVERSION= 2.19.92 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 multi-format document viewer -LIB_DEPENDS= poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS= poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk USE_LDCONFIG= yes USE_BZIP2= yes diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 36cecf7ca..6b5606302 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -3,12 +3,12 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app-devel/Makefile,v 1.12 2007/04/03 17:41:42 ahze Exp $ +# $MCom: ports/graphics/gimp-app-devel/Makefile,v 1.15 2007/09/09 22:45:26 mezz Exp $ # PORTNAME= gimp-app DISTVERSION= 2.4.0-rc1 -PORTREVISION= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -27,7 +27,7 @@ COMMENT= A GNU Image Manipulation Program development version LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ wmf.2:${PORTSDIR}/graphics/libwmf \ - poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ + poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ aa.1:${PORTSDIR}/graphics/aalib \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ diff --git a/sysutils/tracker/Makefile b/sysutils/tracker/Makefile index 5985cef67..826b80baf 100644 --- a/sysutils/tracker/Makefile +++ b/sysutils/tracker/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/tracker/Makefile,v 1.5 2007/08/25 20:39:54 mezz Exp $ +# $MCom: ports/sysutils/tracker/Makefile,v 1.6 2007/09/06 20:33:07 ahze Exp $ # PORTNAME= tracker PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://www.gnome.org/~jamiemcc/tracker/ @@ -15,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Object database, tag/metadata database, search tool and indexer LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ + poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ exif.12:${PORTSDIR}/graphics/libexif \ wv-1.2.3:${PORTSDIR}/textproc/wv \ gmime-2.0.4:${PORTSDIR}/mail/gmime2 \ |