diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-05 02:30:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-05 02:30:50 +0800 |
commit | e279ada771effac2df65e774a9dfb6ebb2cebf7f (patch) | |
tree | a52486352b24ef41dde3f0cbb8075786832de3c2 | |
parent | b0ab91bf08eee998a9918f949c6445db86d6e932 (diff) | |
download | freebsd-ports-gnome-e279ada771effac2df65e774a9dfb6ebb2cebf7f.tar.gz freebsd-ports-gnome-e279ada771effac2df65e774a9dfb6ebb2cebf7f.tar.zst freebsd-ports-gnome-e279ada771effac2df65e774a9dfb6ebb2cebf7f.zip |
Chase the libxslt shared lib version with a PORTREVISION bump.
-rw-r--r-- | audio/icecast2/Makefile | 3 | ||||
-rw-r--r-- | databases/libgda2/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 2 | ||||
-rw-r--r-- | deskutils/libmrproject/Makefile | 2 | ||||
-rw-r--r-- | graphics/dia/Makefile | 1 | ||||
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 | ||||
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 4 | ||||
-rw-r--r-- | security/libfwbuilder/Makefile | 4 | ||||
-rw-r--r-- | security/libfwbuilder2/Makefile | 4 | ||||
-rw-r--r-- | security/xmlsec/Makefile | 2 | ||||
-rw-r--r-- | security/xmlsec1/Makefile | 2 | ||||
-rw-r--r-- | sysutils/lire/Makefile | 4 | ||||
-rw-r--r-- | textproc/gtk-doc/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-libxslt/Makefile | 3 | ||||
-rw-r--r-- | www/libgtkhtml/Makefile | 1 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 3 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 3 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 1 |
21 files changed, 30 insertions, 22 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 35d248dff244..41e0af0b9afc 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,6 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.0.a.2.20030811 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://tigress.com/lofi/\ @@ -20,7 +21,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ ogg.4:${PORTSDIR}/audio/libogg \ shout.3:${PORTSDIR}/audio/libshout2 \ vorbis.2:${PORTSDIR}/audio/libvorbis \ - xslt.1:${PORTSDIR}/textproc/libxslt + xslt.2:${PORTSDIR}/textproc/libxslt USE_GMAKE= yes USE_LIBTOOL= yes diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 29025f0cf29f..e17483cca38b 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgda2 PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.0 diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 29025f0cf29f..e17483cca38b 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgda2 PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.0 diff --git a/deskutils/libmrproject/Makefile b/deskutils/libmrproject/Makefile index 233aea58b182..0260ff83c387 100644 --- a/deskutils/libmrproject/Makefile +++ b/deskutils/libmrproject/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmrproject PORTVERSION= 0.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 9c12630eed3e..ce6ad33de130 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -7,6 +7,7 @@ PORTNAME= dia PORTVERSION= 0.92.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} diff --git a/lang/php4/Makefile b/lang/php4/Makefile index c338a40600b6..8ba3dbe30cf9 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -264,7 +264,7 @@ CONFIGURE_ARGS+=--with-dom=${LOCALBASE} .endif .if defined(WITH_DOMXSLT) -LIB_DEPENDS+= xslt.1:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt CONFIGURE_ARGS+=--with-dom-xslt=${LOCALBASE} --with-dom-exslt=${LOCALBASE} .endif diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 5b7c6359d7eb..13723599a536 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -484,7 +484,7 @@ CONFIGURE_ARGS+=--with-xmlrpc --with-expat-dir=${LOCALBASE} .endif .if defined(WITH_XSL) -LIB_DEPENDS+= xslt.1:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt CONFIGURE_ARGS+=--with-xsl=${LOCALBASE} .endif diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 5b7c6359d7eb..13723599a536 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -484,7 +484,7 @@ CONFIGURE_ARGS+=--with-xmlrpc --with-expat-dir=${LOCALBASE} .endif .if defined(WITH_XSL) -LIB_DEPENDS+= xslt.1:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt CONFIGURE_ARGS+=--with-xsl=${LOCALBASE} .endif diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 5d7486680dd1..b3c124309c0b 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -6,7 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -17,7 +17,7 @@ COMMENT= Firewall Builder API BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt \ + xslt.2:${PORTSDIR}/textproc/libxslt \ netsnmp.5:${PORTSDIR}/net/net-snmp \ crypto.3:${PORTSDIR}/security/openssl diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 5d7486680dd1..b3c124309c0b 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -6,7 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -17,7 +17,7 @@ COMMENT= Firewall Builder API BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt \ + xslt.2:${PORTSDIR}/textproc/libxslt \ netsnmp.5:${PORTSDIR}/net/net-snmp \ crypto.3:${PORTSDIR}/security/openssl diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile index 5d7486680dd1..b3c124309c0b 100644 --- a/security/libfwbuilder2/Makefile +++ b/security/libfwbuilder2/Makefile @@ -6,7 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -17,7 +17,7 @@ COMMENT= Firewall Builder API BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt \ + xslt.2:${PORTSDIR}/textproc/libxslt \ netsnmp.5:${PORTSDIR}/net/net-snmp \ crypto.3:${PORTSDIR}/security/openssl diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile index e14d13e75997..04267d80faa0 100644 --- a/security/xmlsec/Makefile +++ b/security/xmlsec/Makefile @@ -8,7 +8,7 @@ PORTNAME= xmlsec PORTVERSION= 0.0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index dda13f0d1e19..ddbda28c08e5 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 905af9be529f..941690766300 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -13,7 +13,7 @@ PORTNAME= lire PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://download.logreport.org/pub/archive/ @@ -23,7 +23,7 @@ COMMENT= Logfile analyse toolkit for multiple applications LIB_DEPENDS= \ expat.4:${PORTSDIR}/textproc/expat2 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt + xslt.2:${PORTSDIR}/textproc/libxslt BUILD_DEPENDS= \ ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ ${LOCALBASE}/share/sgml/docbook/dsssl/modular/catalog:${PORTSDIR}/textproc/dsssl-docbook-modular \ diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 79278576d1cd..0f6c488b3ad7 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-doc PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= ftp://ftp.gtk.org/pub/gtk-doc/ diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 5817970774e3..94bdc34f8ae5 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-LibXSLT PORTVERSION= 1.53 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -18,7 +19,7 @@ COMMENT= Perl interface to the GNOME XSLT library BUILD_DEPENDS= ${PERL_ABASE}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS= ${PERL_ABASE}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt + xslt.2:${PORTSDIR}/textproc/libxslt PERL_CONFIGURE= yes CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' diff --git a/textproc/ruby-libxslt/Makefile b/textproc/ruby-libxslt/Makefile index cefdc9879a8e..f85ae90da545 100644 --- a/textproc/ruby-libxslt/Makefile +++ b/textproc/ruby-libxslt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxslt PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://www.rubynet.org/modules/xml/libxslt/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 \ ${LOCALBASE}/bin/xslt-config:${PORTSDIR}/textproc/libxslt \ ${NONEXISTENT}:${PORTSDIR}/${RUBY_LIBXML_PORT}:patch LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt + xslt.2:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xml/libxml.so:${PORTSDIR}/textproc/ruby-libxml USE_BZIP2= yes diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 4ed0340054e5..06e16bc6370a 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgtkhtml PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 8c548887d3c1..16ba1fc31138 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src @@ -21,7 +22,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ artsc.0:${PORTSDIR}/audio/arts \ fam.0:${PORTSDIR}/devel/fam \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt \ + xslt.2:${PORTSDIR}/textproc/libxslt \ pcre.0:${PORTSDIR}/devel/pcre \ intl.5:${PORTSDIR}/devel/gettext \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 8c548887d3c1..16ba1fc31138 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src @@ -21,7 +22,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ artsc.0:${PORTSDIR}/audio/arts \ fam.0:${PORTSDIR}/devel/fam \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt \ + xslt.2:${PORTSDIR}/textproc/libxslt \ pcre.0:${PORTSDIR}/devel/pcre \ intl.5:${PORTSDIR}/devel/gettext \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 26c41d93ea63..c1c350ed9a52 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgnome PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 |