diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
commit | 43721c23d5bd1f196f82f04c0f163cd9d3b8fc51 (patch) | |
tree | a70c143dac5d79ed2e6807975eb06d22bfeea2ff | |
parent | a2c526c1caa2a96cafc92e195d1b92ccfc07e654 (diff) | |
download | ports-43721c23d5bd1f196f82f04c0f163cd9d3b8fc51.tar.gz ports-43721c23d5bd1f196f82f04c0f163cd9d3b8fc51.zip |
Notes
29 files changed, 51 insertions, 40 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index c085fdb223ce..b155f5f35173 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -7,6 +7,7 @@ PORTNAME= monotone PORTVERSION= 0.99.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ @@ -15,7 +16,7 @@ COMMENT= A distributed version control system with digital signatures BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - idn.16:${PORTSDIR}/dns/libidn \ + idn.17:${PORTSDIR}/dns/libidn \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ botan.0:${PORTSDIR}/security/botan diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index f02f56947dfc..868440136bc7 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -7,7 +7,7 @@ PORTNAME= dnsmasq PORTVERSION= 2.57 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile index 948558461fe1..71a94305e5a5 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-LibIDN PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= domi@nonsensss.de COMMENT= This module provides access to the libidn library -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn PERL_CONFIGURE= yes CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index a177e7451251..338f5d310d13 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.21.3 +PORTREVISION= 1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ @@ -161,7 +162,7 @@ CONFIGURE_ARGS+= --disable-ldap --disable-ldaps .endif .if defined(WITH_LIBIDN) -LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+= --with-libidn=${LOCALBASE} .else CONFIGURE_ARGS+= --without-libidn diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 52b9e167debc..c4e59b1efa4a 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -7,6 +7,7 @@ PORTNAME= filezilla PORTVERSION= 3.3.5.1 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -18,7 +19,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \ gnutls.40:${PORTSDIR}/security/gnutls \ - idn.16:${PORTSDIR}/dns/libidn \ + idn.17:${PORTSDIR}/dns/libidn \ tinyxml.3:${PORTSDIR}/textproc/tinyxml LICENSE= GPLv2 diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index c13a585e0e62..951351e4f6b2 100644 --- a/japanese/mutt-devel/Makefile +++ b/japanese/mutt-devel/Makefile @@ -9,6 +9,7 @@ PORTNAME= mutt PORTVERSION= ${VERSION}.j${JP_VERSION} +PORTREVISION= 1 CATEGORIES= japanese mail MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/:body \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \ diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index c6044374b1bd..b35bec1d42b9 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -7,14 +7,14 @@ PORTNAME= mpop PORTVERSION= 1.0.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= sylvio@FreeBSD.org COMMENT= MPOP is a small and fast POP3 client -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn OPTIONS= GNUTLS "Enable gnuTLS support" on \ GSASL "GNU SASL authentication support" on diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index fc9bcb3ad64d..74c6c95c37b4 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,7 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --without-libgsasl .endif .if !defined(WITHOUT_IDN) -LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+= --with-libidn .else CONFIGURE_ARGS+= --without-libidn diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 4cdcf70f41d6..a14f73891a73 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -122,7 +122,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.5.21 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= mail ipv6 .if defined(WITH_MUTT_NNTP) CATEGORIES+= news diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 8ef85d35cf3a..6c74bb806a75 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -7,13 +7,14 @@ PORTNAME= gloox PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Jabber/XMPP client library -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ gnutls.40:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index ec0e2aaa96b1..05d83c4428f0 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabber PORTVERSION= 1.6.1.1 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= net-im ipv6 MASTER_SITES= http://download.jabberd.org/jabberd14/ \ @@ -20,7 +20,7 @@ COMMENT= XMPP/Jabber server daemon LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \ popt.0:${PORTSDIR}/devel/popt \ - idn.16:${PORTSDIR}/dns/libidn \ + idn.17:${PORTSDIR}/dns/libidn \ expat.6:${PORTSDIR}/textproc/expat2 \ tasn1.4:${PORTSDIR}/security/libtasn1 \ gnutls.40:${PORTSDIR}/security/gnutls diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 063e3e080980..21b4fb0b2fa2 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabberd PORTVERSION= 2.2.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://codex.xiaoka.com/pub/jabberd2/releases/ DIST_SUBDIR= jabber @@ -16,7 +16,7 @@ MAINTAINER= mm@FreeBSD.org COMMENT= Online presence and instant messaging server LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - idn.16:${PORTSDIR}/dns/libidn \ + idn.17:${PORTSDIR}/dns/libidn \ udns.0:${PORTSDIR}/dns/udns OPTIONS= MYSQL "Support MySQL (storage/auth/reg)" on \ diff --git a/net-im/jggtrans/Makefile b/net-im/jggtrans/Makefile index dec6647efbf1..0bd8ea425b87 100644 --- a/net-im/jggtrans/Makefile +++ b/net-im/jggtrans/Makefile @@ -6,7 +6,7 @@ PORTNAME= jggtrans PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im polish MASTER_SITES= http://jggtrans.jajcus.net/downloads/ \ http://freebsd.e.pl/distfiles/ @@ -14,7 +14,7 @@ MASTER_SITES= http://jggtrans.jajcus.net/downloads/ \ MAINTAINER= mg@fork.pl COMMENT= Jabberd XMPP to GG instant messaging service gateway -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ expat.6:${PORTSDIR}/textproc/expat2 \ gadu.3:${PORTSDIR}/polish/libgadu diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 57fa4602e062..73b6937f9866 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -8,7 +8,7 @@ PORTNAME?= libpurple PORTVERSION= 2.7.11 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} @@ -114,7 +114,7 @@ PLIST_SUB+= VV="@comment " .endif .if !defined(WITHOUT_IDN) -LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn .else CONFIGURE_ARGS+=--disable-idn .endif diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 36147265a329..e703db2d5879 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -7,7 +7,7 @@ PORTNAME= loudmouth PORTVERSION= 1.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im gnome MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \ GNOME @@ -15,7 +15,7 @@ MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \ MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight Jabber client library -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn USE_BZIP2= yes USE_GMAKE= yes diff --git a/net-im/mu-conference/Makefile b/net-im/mu-conference/Makefile index 0dbb2ba21cfa..2867861ae124 100644 --- a/net-im/mu-conference/Makefile +++ b/net-im/mu-conference/Makefile @@ -6,7 +6,7 @@ PORTNAME= mu-conference PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://download.gna.org/mu-conference/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= mm@FreeBSD.org COMMENT= Multi-User Conferencing component for Jabber LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - idn.16:${PORTSDIR}/dns/libidn + idn.17:${PORTSDIR}/dns/libidn USE_GNOME= glib20 pkgconfig USE_RC_SUBR= ${PORTNAME} diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 6a9bfbd004c1..9bf92a65083e 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -7,6 +7,7 @@ PORTNAME= prosody PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://prosody.im/downloads/source/ \ http://redundancy.redundancy.org/mirror/ diff --git a/net-im/qutim-plugin-jabber/Makefile b/net-im/qutim-plugin-jabber/Makefile index cbda88d1210b..13ea2900cce0 100644 --- a/net-im/qutim-plugin-jabber/Makefile +++ b/net-im/qutim-plugin-jabber/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabber PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://qutim.org/download/ \ @@ -19,7 +19,7 @@ DISTNAME= qutim-jabber_${PORTVERSION}_svn431 MAINTAINER= webmaster@kibab.com COMMENT= Jabber protocol plugin for qutIM -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn BUILD_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim RUN_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim diff --git a/net/echoping/Makefile b/net/echoping/Makefile index e088620838ba..b23116627481 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -7,7 +7,7 @@ PORTNAME= echoping PORTVERSION= 6.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/ @@ -15,7 +15,7 @@ MAINTAINER= sumikawa@FreeBSD.org COMMENT= A ping-like program that uses tcp and/or http LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - idn.16:${PORTSDIR}/dns/libidn + idn.17:${PORTSDIR}/dns/libidn USE_OPENSSL= yes GNU_CONFIGURE= yes diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 6b6574e76059..091ca12dd099 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -6,7 +6,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -18,7 +18,7 @@ COMMENT= KDE Network applications BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \ ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp \ - idn.16:${PORTSDIR}/dns/libidn \ + idn.17:${PORTSDIR}/dns/libidn \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca \ otr.4:${PORTSDIR}/security/libotr \ diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 78b512afa893..bace554dde81 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,7 +8,7 @@ PORTNAME= gsasl PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= johans@FreeBSD.org COMMENT= GNU SASL Library -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ gnutls.40:${PORTSDIR}/security/gnutls \ ntlm.0:${PORTSDIR}/security/libntlm diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 4405107cae2b..711e7392eee6 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -8,14 +8,14 @@ PORTNAME= shishi PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ tasn1.4:${PORTSDIR}/security/libtasn1 \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ gnutls.40:${PORTSDIR}/security/gnutls diff --git a/security/skipfish/Makefile b/security/skipfish/Makefile index 6465f24fccf4..82e75fc4a54e 100644 --- a/security/skipfish/Makefile +++ b/security/skipfish/Makefile @@ -6,6 +6,7 @@ PORTNAME= skipfish PORTVERSION= 1.81b +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz @@ -13,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= rpsfa@rit.edu COMMENT= A fully automated, active web application security reconnaissance tool -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn LICENSE= ASL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/www/campsite/Makefile b/www/campsite/Makefile index 40f53b6bdff2..1e9dfbd5b4fe 100644 --- a/www/campsite/Makefile +++ b/www/campsite/Makefile @@ -7,14 +7,14 @@ PORTNAME= campsite PORTVERSION= 2.6.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/OldFiles MAINTAINER= koutek@o-k.cz COMMENT= The free and open multilingual web publishing tool for news sites -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ gm4:${PORTSDIR}/devel/m4 \ diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile index 1e6078554d14..cc4270136847 100644 --- a/www/dpsearch/Makefile +++ b/www/dpsearch/Makefile @@ -7,6 +7,7 @@ PORTNAME= dpsearch PORTVERSION= 4.53 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://dataparksearch.googlecode.com/files/ \ http://www.dataparksearch.org/ @@ -94,7 +95,7 @@ CONFIGURE_ARGS+=--enable-chasen .endif .if defined(WITH_DPSEARCH_IDN) -LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+=--enable-idn .endif diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 88afc4120d4a..b472c6028092 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -7,7 +7,7 @@ PORTNAME= elinks DISTVERSION= 0.11.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 78f18723850f..9d22677c5b0f 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= lynx PORTVERSION= 2.8.8d8 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ DISTNAME= ${PORTNAME}2.8.8dev.8 @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}2.8.8dev.8 MAINTAINER= ache@FreeBSD.org COMMENT= A non-graphical, text-based World-Wide Web client -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support CONFLICTS= lynx-2.8.[0-7].* diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index e385c928ced5..3bc10e2a2b4a 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index f4763762ed2f..4b1ac34e69aa 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src |