aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-02-14 20:45:35 +0800
committermm <mm@FreeBSD.org>2012-02-14 20:45:35 +0800
commitbe0b9912665d6b9817306e97e10f6829144a8d83 (patch)
treed4af35b8c4ef9603087df62c197a0b5ec4ba9ba3 /textproc
parentc0984d7212423fec61910cec885222df29522d13 (diff)
downloadfreebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.tar.gz
freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.tar.zst
freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.zip
Bump pcre library dependency due to 8.30 update
Diffstat (limited to 'textproc')
-rw-r--r--textproc/confget/Makefile3
-rw-r--r--textproc/gnugrep/Makefile3
-rw-r--r--textproc/modlogan/Makefile4
-rw-r--r--textproc/pcrs/Makefile3
-rw-r--r--textproc/rasqal/Makefile3
5 files changed, 10 insertions, 6 deletions
diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile
index 7bdf75b085fe..9dd1cfe8bfd9 100644
--- a/textproc/confget/Makefile
+++ b/textproc/confget/Makefile
@@ -7,6 +7,7 @@
PORTNAME= confget
PORTVERSION= 1.02
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://devel.ringlet.net/textproc/confget/
@@ -18,7 +19,7 @@ OPTIONS= PCRE "Regular expression support" on
.include <bsd.port.pre.mk>
.if defined(WITH_PCRE)
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre
.else
MAKE_ENV+= PCRE_CFLAGS= PCRE_LIBS=
.endif
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile
index 8545da8e0a72..7f395703cdf8 100644
--- a/textproc/gnugrep/Makefile
+++ b/textproc/gnugrep/Makefile
@@ -7,6 +7,7 @@
PORTNAME= grep
PORTVERSION= 2.9
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -41,7 +42,7 @@ PLIST_SUB+= NLS="@comment "
.endif
.if defined(WITH_PCRE)
-LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
.else
CONFIGURE_ARGS+= --disable-perl-regexp
.endif
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile
index be2b73636c7c..fb685792782c 100644
--- a/textproc/modlogan/Makefile
+++ b/textproc/modlogan/Makefile
@@ -7,7 +7,7 @@
PORTNAME= modlogan
PORTVERSION= 0.8.13
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= textproc www
MASTER_SITES= http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
@@ -16,7 +16,7 @@ COMMENT= A modular log file analysis program
LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \
gd.4:${PORTSDIR}/graphics/gd \
- pcre.0:${PORTSDIR}/devel/pcre \
+ pcre.1:${PORTSDIR}/devel/pcre \
expat.6:${PORTSDIR}/textproc/expat2
USE_AUTOTOOLS= libtool
diff --git a/textproc/pcrs/Makefile b/textproc/pcrs/Makefile
index 8d3c9c72cd1f..ef78967d04a9 100644
--- a/textproc/pcrs/Makefile
+++ b/textproc/pcrs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pcrs
PORTVERSION= 0.0.3
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://distfiles.master.finkmirrors.net/\
http://download.mirror.ac.uk/mirror/master.us.finkmirrors.net/distfiles/\
@@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= wongk@apt.homeunix.net
COMMENT= Perl compatible regular expression based substitutions
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile
index e407bcb9bd78..854b7eea2d49 100644
--- a/textproc/rasqal/Makefile
+++ b/textproc/rasqal/Makefile
@@ -8,6 +8,7 @@
PORTNAME= rasqal
PORTVERSION= 0.9.28
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/ \
SF/librdf/${PORTNAME}/${PORTVERSION}
@@ -16,7 +17,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= A high-level interface for RDF
LIB_DEPENDS= raptor2.0:${PORTSDIR}/textproc/raptor2 \
- pcre.0:${PORTSDIR}/devel/pcre
+ pcre.1:${PORTSDIR}/devel/pcre
USE_GNOME= gnomehack lthack pkgconfig
USE_OPENSSL= yes