diff options
author | mm <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
commit | b8fc98671acba737d3bd713d6a8ab2a62b0585d1 (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /devel | |
parent | 00c8d8f37ec184e488b649208b2a4c6799fc1e9b (diff) | |
download | FreeBSD-ports-b8fc98671acba737d3bd713d6a8ab2a62b0585d1.zip FreeBSD-ports-b8fc98671acba737d3bd713d6a8ab2a62b0585d1.tar.gz |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Diffstat (limited to 'devel')
-rw-r--r-- | devel/aifad/Makefile | 1 | ||||
-rw-r--r-- | devel/anjuta/Makefile | 4 | ||||
-rw-r--r-- | devel/clanlib/Makefile | 1 | ||||
-rw-r--r-- | devel/clanlib22/Makefile | 1 | ||||
-rw-r--r-- | devel/cppcheck/Makefile | 1 | ||||
-rw-r--r-- | devel/entity/Makefile | 2 | ||||
-rw-r--r-- | devel/glib20/Makefile | 4 | ||||
-rw-r--r-- | devel/goffice/Makefile | 4 | ||||
-rw-r--r-- | devel/goffice04/Makefile | 4 | ||||
-rw-r--r-- | devel/goffice06/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-pcre-light/Makefile | 2 | ||||
-rw-r--r-- | devel/libast/Makefile | 4 | ||||
-rw-r--r-- | devel/libopkele/Makefile | 3 | ||||
-rw-r--r-- | devel/libslang2/Makefile | 2 | ||||
-rw-r--r-- | devel/monotone/Makefile | 4 | ||||
-rw-r--r-- | devel/ocaml-pcre/Makefile | 4 | ||||
-rw-r--r-- | devel/pcre++/Makefile | 4 | ||||
-rw-r--r-- | devel/pcre/Makefile | 36 | ||||
-rw-r--r-- | devel/pcre/distinfo | 4 | ||||
-rw-r--r-- | devel/pcre/pkg-plist | 4 | ||||
-rw-r--r-- | devel/regexxer/Makefile | 4 | ||||
-rw-r--r-- | devel/swig20/Makefile | 1 | ||||
-rw-r--r-- | devel/uatraits/Makefile | 1 |
23 files changed, 68 insertions, 31 deletions
diff --git a/devel/aifad/Makefile b/devel/aifad/Makefile index 294304f..587a4c7 100644 --- a/devel/aifad/Makefile +++ b/devel/aifad/Makefile @@ -3,6 +3,7 @@ PORTNAME= aifad PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/mmottl/aifad/downloads/ diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 89b11b9..c7e0d4f 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -8,7 +8,7 @@ PORTNAME= anjuta PORTVERSION= 2.32.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -19,7 +19,7 @@ COMMENT= Integrated Development Environment for C and C++ BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ bash:${PORTSDIR}/shells/bash \ p5-Locale-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ gladeui-1.10:${PORTSDIR}/devel/glade3 \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ gdl-1.3:${PORTSDIR}/x11-toolkits/gdl diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 42e4d44..eaafa6c 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -3,6 +3,7 @@ PORTNAME= clanlib PORTVERSION= 2.3.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ diff --git a/devel/clanlib22/Makefile b/devel/clanlib22/Makefile index 8f6dee4..bf6256b 100644 --- a/devel/clanlib22/Makefile +++ b/devel/clanlib22/Makefile @@ -3,6 +3,7 @@ PORTNAME= clanlib PORTVERSION= 2.2.12 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ DISTNAME= ClanLib-${PORTVERSION} diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index 6efa934..03a7bef 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -7,6 +7,7 @@ PORTNAME= cppcheck PORTVERSION= 1.57 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ diff --git a/devel/entity/Makefile b/devel/entity/Makefile index 41a0c94..f91b726 100644 --- a/devel/entity/Makefile +++ b/devel/entity/Makefile @@ -7,7 +7,7 @@ PORTNAME= entity PORTVERSION= 0.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Old%20Entity%20Versions diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 934f000..806a1e5 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -9,7 +9,7 @@ PORTNAME= glib PORTVERSION= 2.28.8 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ @@ -31,7 +31,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING .if !defined(REFERENCE_PORT) -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre USE_GETTEXT= yes USE_AUTOTOOLS= libtool diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile index 3358d0a..6221524 100644 --- a/devel/goffice/Makefile +++ b/devel/goffice/Makefile @@ -10,7 +10,7 @@ PORTNAME= goffice PORTVERSION= 0.8.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -20,7 +20,7 @@ COMMENT= GLib/GTK+ set of document centric objects and utilities LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre USE_XZ= yes USE_GMAKE= yes diff --git a/devel/goffice04/Makefile b/devel/goffice04/Makefile index 4dde1a7..22614e2 100644 --- a/devel/goffice04/Makefile +++ b/devel/goffice04/Makefile @@ -8,14 +8,14 @@ PORTNAME= goffice PORTVERSION= 0.4.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GLib/GTK+ set of document centric objects and utilities -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre NO_LATEST_LINK= yes diff --git a/devel/goffice06/Makefile b/devel/goffice06/Makefile index ab465a6..c7a0dc0 100644 --- a/devel/goffice06/Makefile +++ b/devel/goffice06/Makefile @@ -8,14 +8,14 @@ PORTNAME= goffice PORTVERSION= 0.6.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GLib/GTK+ set of document centric objects and utilities -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre NO_LATEST_LINK= yes diff --git a/devel/hs-pcre-light/Makefile b/devel/hs-pcre-light/Makefile index 66842d2..c9e3e3b 100644 --- a/devel/hs-pcre-light/Makefile +++ b/devel/hs-pcre-light/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcre-light PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/libast/Makefile b/devel/libast/Makefile index f81c2eb..78e7591 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -7,7 +7,7 @@ PORTNAME= libast PORTVERSION= 0.7 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= http://www.eterm.org/download/ \ CRITICAL @@ -15,7 +15,7 @@ MASTER_SITES= http://www.eterm.org/download/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A library of assorted spiffy things -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre USE_AUTOTOOLS= libtool USE_GNOME= gnomehack diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index 33034e9..9214c94 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -7,6 +7,7 @@ PORTNAME= libopkele PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://kin.klever.net/dist/ @@ -15,7 +16,7 @@ COMMENT= A c++ implementation of an OpenID decentralized identity system BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - pcre.1:${PORTSDIR}/devel/pcre \ + pcre.3:${PORTSDIR}/devel/pcre \ expat.6:${PORTSDIR}/textproc/expat2 \ tidy:${PORTSDIR}/www/tidy-lib \ xslt:${PORTSDIR}/textproc/libxslt diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile index 7e323e0..36b2144 100644 --- a/devel/libslang2/Makefile +++ b/devel/libslang2/Makefile @@ -2,7 +2,7 @@ PORTNAME= libslang2 PORTVERSION= 2.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v${PORTVERSION:R}/ \ ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${PORTVERSION:R}/ \ diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 7b02f5b..7dd004c 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -7,7 +7,7 @@ PORTNAME= monotone PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ @@ -18,7 +18,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ idn.17:${PORTSDIR}/dns/libidn \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ botan.0:${PORTSDIR}/security/botan diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index 6b553e8..8f9de58 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcre PORTVERSION= 6.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://hg.ocaml.info/release/pcre-ocaml/archive/ PKGNAMEPREFIX= ocaml- @@ -16,7 +16,7 @@ DISTNAME= release-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Perl compatible regular expressions for Objective Caml -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre WRKSRC= ${WRKDIR}/pcre-ocaml-${DISTNAME} USE_BZIP2= yes diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index d12d5e3..88c8d33 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -8,14 +8,14 @@ PORTNAME= pcre++ PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.daemon.de/idisk/Apps/pcre++/ MAINTAINER= ports@FreeBSD.org COMMENT= A wrapper class around the pcre library -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre PCRE_CONFIG?= ${LOCALBASE}/bin/pcre-config diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 9af2864..924eafd 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pcre -PORTVERSION= 8.31 -PORTREVISION= 1 +PORTVERSION= 8.32 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \ @@ -59,6 +58,7 @@ MAN1= pcre-config.1 \ pcretest.1 MAN3= pcre.3 \ pcre16.3 \ + pcre32.3 \ pcre_assign_jit_stack.3 \ pcre_compile.3 \ pcre_compile2.3 \ @@ -76,6 +76,7 @@ MAN3= pcre.3 \ pcre_get_stringtable_entries.3 \ pcre_get_substring.3 \ pcre_get_substring_list.3 \ + pcre_jit_exec.3 \ pcre_jit_stack_alloc.3 \ pcre_jit_stack_free.3 \ pcre_maketables.3 \ @@ -100,33 +101,62 @@ MAN3= pcre.3 \ pcrestack.3 \ pcresyntax.3 \ pcre_utf16_to_host_byte_order.3 \ + pcre_utf32_to_host_byte_order.3 \ pcreunicode.3 MLINKS+= pcre_assign_jit_stack.3 pcre16_assign_jit_stack.3 \ + pcre_assign_jit_stack.3 pcre32_assign_jit_stack.3 \ pcre_compile.3 pcre16_compile.3 \ + pcre_compile.3 pcre32_compile.3 \ pcre_compile2.3 pcre16_compile2.3 \ + pcre_compile2.3 pcre32_compile2.3 \ pcre_config.3 pcre16_config.3 \ + pcre_config.3 pcre32_config.3 \ pcre_copy_named_substring.3 pcre16_copy_named_substring.3 \ + pcre_copy_named_substring.3 pcre32_copy_named_substring.3 \ pcre_copy_substring.3 pcre16_copy_substring.3 \ + pcre_copy_substring.3 pcre32_copy_substring.3 \ pcre_dfa_exec.3 pcre16_dfa_exec.3 \ + pcre_dfa_exec.3 pcre32_dfa_exec.3 \ pcre_exec.3 pcre16_exec.3 \ + pcre_exec.3 pcre32_exec.3 \ pcre_free_study.3 pcre16_free_study.3 \ + pcre_free_study.3 pcre32_free_study.3 \ pcre_free_substring.3 pcre16_free_substring.3 \ + pcre_free_substring.3 pcre32_free_substring.3 \ pcre_free_substring_list.3 pcre16_free_substring_list.3 \ + pcre_free_substring_list.3 pcre32_free_substring_list.3 \ pcre_fullinfo.3 pcre16_fullinfo.3 \ + pcre_fullinfo.3 pcre32_fullinfo.3 \ pcre_get_named_substring.3 pcre16_get_named_substring.3 \ + pcre_get_named_substring.3 pcre32_get_named_substring.3 \ pcre_get_stringnumber.3 pcre16_get_stringnumber.3 \ + pcre_get_stringnumber.3 pcre32_get_stringnumber.3 \ pcre_get_stringtable_entries.3 pcre16_get_stringtable_entries.3 \ + pcre_get_stringtable_entries.3 pcre32_get_stringtable_entries.3 \ pcre_get_substring.3 pcre16_get_substring.3 \ + pcre_get_substring.3 pcre32_get_substring.3 \ pcre_get_substring_list.3 pcre16_get_substring_list.3 \ + pcre_get_substring_list.3 pcre32_get_substring_list.3 \ + pcre_jit_exec.3 pcre16_jit_exec.3 \ + pcre_jit_exec.3 pcre32_jit_exec.3 \ pcre_jit_stack_alloc.3 pcre16_jit_stack_alloc.3 \ + pcre_jit_stack_alloc.3 pcre32_jit_stack_alloc.3 \ pcre_jit_stack_free.3 pcre16_jit_stack_free.3 \ + pcre_jit_stack_free.3 pcre32_jit_stack_free.3 \ pcre_maketables.3 pcre16_maketables.3 \ + pcre_maketables.3 pcre32_maketables.3 \ pcre_pattern_to_host_byte_order.3 pcre16_pattern_to_host_byte_order.3 \ + pcre_pattern_to_host_byte_order.3 pcre32_pattern_to_host_byte_order.3 \ pcre_refcount.3 pcre16_refcount.3 \ + pcre_refcount.3 pcre32_refcount.3 \ pcre_study.3 pcre16_study.3 \ + pcre_study.3 pcre32_study.3 \ pcre_utf16_to_host_byte_order.3 pcre16_utf16_to_host_byte_order.3 \ - pcre_version.3 pcre16_version.3 + pcre_utf16_to_host_byte_order.3 pcre32_utf16_to_host_byte_order.3 \ + pcre_utf32_to_host_byte_order.3 pcre32_utf32_to_host_byte_order.3 \ + pcre_version.3 pcre16_version.3 \ + pcre_version.3 pcre32_version.3 post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \ diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index eaa5f37..6dab502 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,2 +1,2 @@ -SHA256 (pcre-8.31.tar.bz2) = 5778a02535473c7ee7838ea598c19f451e63cf5eec0bf0307a688301c9078c3c -SIZE (pcre-8.31.tar.bz2) = 1257162 +SHA256 (pcre-8.32.tar.bz2) = a913fb9bd058ef380a2d91847c3c23fcf98e92dc3b47cd08a53c021c5cde0f55 +SIZE (pcre-8.32.tar.bz2) = 1361156 diff --git a/devel/pcre/pkg-plist b/devel/pcre/pkg-plist index f599b84..688a30e 100644 --- a/devel/pcre/pkg-plist +++ b/devel/pcre/pkg-plist @@ -10,11 +10,11 @@ include/pcrecpp.h lib/libpcre.a lib/libpcre.la lib/libpcre.so -lib/libpcre.so.1 +lib/libpcre.so.3 lib/libpcre16.a lib/libpcre16.la lib/libpcre16.so -lib/libpcre16.so.0 +lib/libpcre16.so.2 lib/libpcrecpp.a lib/libpcrecpp.la lib/libpcrecpp.so diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index 3a23969..45d74fe 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -7,7 +7,7 @@ PORTNAME= regexxer PORTVERSION= 0.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel textproc gnome MASTER_SITES= SF @@ -16,7 +16,7 @@ COMMENT= An interactive tool for performing search and replace operations LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ glademm-2.4:${PORTSDIR}/devel/libglademm24 \ - pcre.1:${PORTSDIR}/devel/pcre + pcre.3:${PORTSDIR}/devel/pcre USE_GETTEXT= yes GNU_CONFIGURE= yes diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 106cee7..43aab60 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -3,6 +3,7 @@ PORTNAME= swig PORTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/devel/uatraits/Makefile b/devel/uatraits/Makefile index cbf3d5d..a24873c 100644 --- a/devel/uatraits/Makefile +++ b/devel/uatraits/Makefile @@ -3,6 +3,7 @@ PORTNAME= uatraits PORTVERSION= 20121112 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://people.freebsd.org/~demon/ |