aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/Makefile
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2005-04-11 16:34:53 +0800
committerbland <bland@FreeBSD.org>2005-04-11 16:34:53 +0800
commit9998cc4675c4951f43a8127c39aed3afa6d8c6f6 (patch)
treead9d111e551df098ba4ae67dab6550da0b05eb33 /devel/gnome-vfs/Makefile
parent9c9b51f88d51d56c9a0076c70c9507d7d68e1ffa (diff)
downloadfreebsd-ports-graphics-9998cc4675c4951f43a8127c39aed3afa6d8c6f6.tar.gz
freebsd-ports-graphics-9998cc4675c4951f43a8127c39aed3afa6d8c6f6.tar.zst
freebsd-ports-graphics-9998cc4675c4951f43a8127c39aed3afa6d8c6f6.zip
- Update to 2.10.1
- Quiet bind port installation check.
Diffstat (limited to 'devel/gnome-vfs/Makefile')
-rw-r--r--devel/gnome-vfs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index fd967c49be8..c0618272859 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnomevfs2
-PORTVERSION= 2.10.0
-PORTREVISION= 1
+PORTVERSION= 2.10.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-vfs/2.10
@@ -106,7 +105,7 @@ post-patch:
< ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL}
pre-configure:
- @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \
+ @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]' 2> /dev/null`" ]; then \
${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \
${FALSE}; \
fi