diff options
-rw-r--r-- | deskutils/doodle/Makefile | 4 | ||||
-rw-r--r-- | devel/fossology/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/gnunet/Makefile | 4 | ||||
-rw-r--r-- | www/dpsearch/Makefile | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/deskutils/doodle/Makefile b/deskutils/doodle/Makefile index 756e349c9a47..9cd8fac69782 100644 --- a/deskutils/doodle/Makefile +++ b/deskutils/doodle/Makefile @@ -8,14 +8,14 @@ PORTNAME= doodle PORTVERSION= 0.6.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://gnunet.org/doodle/download/ MAINTAINER= jadawin@FreeBSD.org COMMENT= Quickly search documents -LIB_DEPENDS= extractor.2:${PORTSDIR}/textproc/libextractor +LIB_DEPENDS= extractor.3:${PORTSDIR}/textproc/libextractor GNU_CONFIGURE= yes USE_GETTEXT= yes diff --git a/devel/fossology/Makefile b/devel/fossology/Makefile index 6093b7f59982..7b7bcf5556cd 100644 --- a/devel/fossology/Makefile +++ b/devel/fossology/Makefile @@ -17,7 +17,7 @@ PORTNAME= fossology PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF @@ -27,7 +27,7 @@ COMMENT= License analysis tool for Open Source software BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ svn:${PORTSDIR}/devel/subversion -LIB_DEPENDS= extractor.2:${PORTSDIR}/textproc/libextractor +LIB_DEPENDS= extractor.3:${PORTSDIR}/textproc/libextractor RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \ icat:${PORTSDIR}/sysutils/sleuthkit \ pdftotext:${PORTSDIR}/graphics/xpdf \ diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 216a8dc61476..df238994dd9a 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.8.1b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p ipv6 MASTER_SITES= GNU \ http://gnunet.org/download/ @@ -24,7 +24,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ esmtp.6:${PORTSDIR}/mail/libesmtp \ gmp.10:${PORTSDIR}/math/gmp \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ - extractor.2:${PORTSDIR}/textproc/libextractor \ + extractor.3:${PORTSDIR}/textproc/libextractor \ microhttpd.12:${PORTSDIR}/www/libmicrohttpd OPTIONS= MYSQL "Enable MySQL support" on \ diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile index fd364676aadf..1e6078554d14 100644 --- a/www/dpsearch/Makefile +++ b/www/dpsearch/Makefile @@ -60,7 +60,7 @@ CONFIGURE_ARGS+=--without-aspell .endif .if !defined(WITHOUT_DPSEARCH_EXTRACT) -LIB_DEPENDS+= extractor.2:${PORTSDIR}/textproc/libextractor +LIB_DEPENDS+= extractor.3:${PORTSDIR}/textproc/libextractor .endif .if !defined(NO_OPENSSL) && !defined(WITHOUT_DPSEARCH_SSL) |