diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /irc | |
parent | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff) | |
download | ports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.tar.gz ports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.zip |
Notes
Diffstat (limited to 'irc')
71 files changed, 248 insertions, 248 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index fedbd8e3ac39..dcfc918b73d0 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -35,7 +35,7 @@ NLS_USES= gettext .if ${PORT_OPTIONS:MGNUTLS} PLIST_SUB+= GNUTLS="" -LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:security/gnutls .else PLIST_SUB+= GNUTLS="@comment " .endif @@ -63,7 +63,7 @@ PLIST_SUB+= OPENSSL="@comment " .if ${PORT_OPTIONS:MPCRE} PLIST_SUB+= PCRE="" -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre .else PLIST_SUB+= PCRE="@comment " .endif @@ -76,7 +76,7 @@ PLIST_SUB+= POSIX="@comment " .if ${PORT_OPTIONS:MSASL} PLIST_SUB+= SASL="" -LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 .else PLIST_SUB+= SASL="@comment " .endif @@ -96,7 +96,7 @@ PLIST_SUB+= STATS="@comment " .if ${PORT_OPTIONS:MTRE} PLIST_SUB+= TRE="" -LIB_DEPENDS+= libtre.so:${PORTSDIR}/textproc/libtre +LIB_DEPENDS+= libtre.so:textproc/libtre .else PLIST_SUB+= TRE="@comment " .endif diff --git a/irc/atheme-services/Makefile b/irc/atheme-services/Makefile index d6549f389b3d..d707155620f3 100644 --- a/irc/atheme-services/Makefile +++ b/irc/atheme-services/Makefile @@ -25,7 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USERS= ircservices GROUPS= ircservices -LIB_DEPENDS+= libmowgli-2.so:${PORTSDIR}/devel/libmowgli2 +LIB_DEPENDS+= libmowgli-2.so:devel/libmowgli2 USE_RC_SUBR= atheme-services @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --disable-contrib .endif .if ${PORT_OPTIONS:MCRACKLIB} -LIB_DEPENDS+= libcrack.so:${PORTSDIR}/security/cracklib +LIB_DEPENDS+= libcrack.so:security/cracklib CONFIGURE_ARGS+= --with-cracklib .else CONFIGURE_ARGS+= --without-cracklib @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-nls .endif .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre CONFIGURE_ARGS+= --with-pcre .else CONFIGURE_ARGS+= --without-pcre diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index a59740a9b88e..229be763b8f9 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -12,8 +12,8 @@ COMMENT= IRC to other chat networks gateway LICENSE= GPLv2 -BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \ - xsltproc:${PORTSDIR}/textproc/libxslt +BUILD_DEPENDS= xmlto:textproc/xmlto \ + xsltproc:textproc/libxslt SUB_FILES= pkg-message PORTDOCS= AUTHORS CHANGES CREDITS FAQ README @@ -51,22 +51,22 @@ CONFIGURE_ARGS= --config=/var/db/bitlbee \ DEBUG_CONFIGURE_ON= --debug=1 GNUTLS_CONFIGURE_ON= --ssl=gnutls -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt JABBER_CONFIGURE_OFF= --jabber=0 LIBEVENT_CONFIGURE_ON= --events=libevent --libevent=${LOCALBASE} -LIBEVENT_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 +LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2 LIBPURPLE_CONFIGURE_ON= --purple=1 -LIBPURPLE_LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple +LIBPURPLE_LIB_DEPENDS= libpurple.so:net-im/libpurple MSN_CONFIGURE_OFF= --msn=0 NSS_CONFIGURE_ON= --ssl=nss -NSS_LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss +NSS_LIB_DEPENDS= libnss3.so:security/nss OPENSSL_CONFIGURE_ON= --ssl=openssl OSCAR_CONFIGURE_OFF= --oscar=0 OTR_CONFIGURE_ON= --otr=1 -OTR_LIB_DEPENDS= libotr.so.5:${PORTSDIR}/security/libotr +OTR_LIB_DEPENDS= libotr.so.5:security/libotr SKYPE_CONFIGURE_ON= --skype=1 -SKYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Skype4Py>0:${PORTSDIR}/net-im/py-skype4py +SKYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Skype4Py>0:net-im/py-skype4py SKYPE_USES= python TWITTER_CONFIGURE_OFF= --twitter=0 YAHOO_CONFIGURE_OFF= --yahoo=0 diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile index c63892b68d85..75a9af4be237 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://launchpadlibrarian.net/50016234/ \ MAINTAINER= ashish@FreeBSD.org COMMENT= Flexible IRC proxy -LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS= libgnutls.so:security/gnutls USE_GNOME= glib20 USE_LDCONFIG= yes diff --git a/irc/cwirc/Makefile b/irc/cwirc/Makefile index a8b4a88d0620..2d10ed1e04da 100644 --- a/irc/cwirc/Makefile +++ b/irc/cwirc/Makefile @@ -13,7 +13,7 @@ COMMENT= X-Chat Morse plugin LICENSE= GPLv2 -BUILD_DEPENDS= xchat:${PORTSDIR}/irc/xchat +BUILD_DEPENDS= xchat:irc/xchat USES= pkgconfig diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile index 86de41e955db..8dcfd428ce45 100644 --- a/irc/dxirc/Makefile +++ b/irc/dxirc/Makefile @@ -12,7 +12,7 @@ COMMENT= Simple IRC client written using the FOX toolkit LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 +LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 USE_XORG= xft USES= gmake pkgconfig @@ -62,12 +62,12 @@ CONFIGURE_ARGS+= --disable-lua .endif .if ${PORT_OPTIONS:MENCHANT} -LIB_DEPENDS+= libenchant.so:${PORTSDIR}/textproc/enchant +LIB_DEPENDS+= libenchant.so:textproc/enchant CONFIGURE_ARGS+= --enable-enchant .endif .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:devel/libnotify CONFIGURE_ARGS+= --enable-libnotify .endif diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 166389116aa1..be042733193f 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-ipv6 .endif .if ${PORT_OPTIONS:MTCL} -LIB_DEPENDS+= libtcl84.so:${PORTSDIR}/lang/tcl84 +LIB_DEPENDS+= libtcl84.so:lang/tcl84 CONFIGURE_ARGS+= --with-tcl .else CONFIGURE_ARGS+= --without-tcl diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index 77dfc23fc783..2ebd70be3d9b 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -16,7 +16,7 @@ OPTIONS_SUB= yes SSL_USE= OPENSSL=YES SSL_CONFIGURE_WITH= ssl -COMPRESS_BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs +COMPRESS_BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs COMPRESS_CONFIGURE_WITH=boost COMPRESS_DESC= Chat log compression (requires boost) diff --git a/irc/gseen.mod/Makefile b/irc/gseen.mod/Makefile index 75f76d007b9d..317c9e773b38 100644 --- a/irc/gseen.mod/Makefile +++ b/irc/gseen.mod/Makefile @@ -13,9 +13,9 @@ COMMENT= Seen-module for the eggdrop IRC bot LICENSE= GPLv2+ -EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/irc/eggdrop:extract -BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop -RUN_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop +EXTRACT_DEPENDS=${NONEXISTENT}:irc/eggdrop:extract +BUILD_DEPENDS= eggdrop:irc/eggdrop +RUN_DEPENDS= eggdrop:irc/eggdrop USES= tcl:85+ GNU_CONGFIGURE= yes diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index fc00a15bdf9c..40825be1e55b 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -11,7 +11,7 @@ COMMENT= IRC chat program with GTK and Text Frontend LICENSE= GPLv2 -LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy +LIB_DEPENDS= libproxy.so:net/libproxy USES= gmake desktop-file-utils libtool pkgconfig tar:xz USE_GNOME= gtk20 intltool libxml2 @@ -43,21 +43,21 @@ FISHLIM_DESC= FiSHLiM plugin TEXTFE_DESC= Text frontend SOCKS_DESC= SOCKS proxy support, FORBIDDEN in FreeBSD 10+ -CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -CANBERRA_LIB_DEPENDS= libcanberra.so:${PORTSDIR}/audio/libcanberra +CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss +CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra CANBERRA_CONFIGURE_ENABLE= libcanberra -DBUS_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib DBUS_CONFIGURE_ENABLE= dbus DOAT_CONFIGURE_ENABLE= doat FISHLIM_CONFIGURE_ENABLE= fishlim NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext NLS_USES_OFF= gettext-tools # doesn't build otherwise -NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify +NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify NOTIFY_CONFIGURE_ENABLE= libnotify PERL_CONFIGURE_ENABLE= perl PYTHON_CONFIGURE_ENABLE= python -SOCKS_LIB_DEPENDS= libsocks.so:${PORTSDIR}/net/dante +SOCKS_LIB_DEPENDS= libsocks.so:net/dante SOCKS_CONFIGURE_ENABLE= socks TEXTFE_CONFIGURE_ENABLE= textfe diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile index 77af5106c537..7497538528ba 100644 --- a/irc/hybserv/Makefile +++ b/irc/hybserv/Makefile @@ -24,7 +24,7 @@ GROUPS= ${USERS} OPTIONS_DEFINE= DAEMONTOOLS DAEMONTOOLS_DESC= Daemontools support -DAEMONTOOLS_RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools +DAEMONTOOLS_RUN_DEPENDS= supervise:sysutils/daemontools DAEMONTOOLS_CONFIGURE_ENABLE= daemontools post-patch: diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 65b074919bda..f441afdc9be9 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -105,7 +105,7 @@ PLIST_SUB+= SQLITE="@comment " .if ${PORT_OPTIONS:MGNUTLS} USES+= pkgconfig -LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:security/gnutls CONFIGURE_ARGS+= --enable-gnutls EXTRAS:=${EXTRAS},m_ssl_gnutls.cpp PLIST_SUB+= GNUTLS="" @@ -123,7 +123,7 @@ PLIST_SUB+= OPENSSL="@comment " .endif .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre EXTRAS:=${EXTRAS},m_regex_pcre.cpp PLIST_SUB+= PCRE="" .else diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 922a35117755..7d587ed81488 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -8,8 +8,8 @@ CATEGORIES= irc MAINTAINER= ports@FreeBSD.org COMMENT= Some scripts for expressing how you feel on IRC and the web -RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ - figlet:${PORTSDIR}/misc/figlet +RUN_DEPENDS= cowsay:games/cowsay \ + figlet:misc/figlet USE_GITHUB= yes GH_ACCOUNT= cjones diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 2d79460770a1..16669e8185a3 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--enable-hub # enable RC4 crypt (server to server connection) .if ${PORT_OPTIONS:MENCRYPTION} CONFIGURE_ARGS+=--enable-encryption -LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp +LIB_DEPENDS+= libgmp.so:math/gmp .endif # log to file instead of syslog diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile index 5f7709e8623d..d6fa31d9a232 100644 --- a/irc/ircproxy/Makefile +++ b/irc/ircproxy/Makefile @@ -13,7 +13,7 @@ COMMENT= IRC proxy/bouncer daemon LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares +LIB_DEPENDS= libcares.so:dns/c-ares USES= tar:bzip2 GNU_CONFIGURE= yes diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index 9940b26ef6f3..b042c44c26ed 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -42,13 +42,13 @@ IROFFER_HTDOCS= iroffer-state.css robots.txt \ OPTIONS_DEFINE= CURL RUBY UPNP GEOIP DOCS EXAMPLES OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP -CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= -curl RUBY_USE= RUBY=yes LIBRUBY=yes RUBY_CONFIGURE_ON= -ruby -UPNP_LIB_DEPENDS= libminiupnpc.so:${PORTSDIR}/net/miniupnpc +UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc UPNP_CONFIGURE_ON= -upnp -GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP GEOIP_CONFIGURE_ON= -geoip do-install: diff --git a/irc/irssi-dcc_send_limiter/Makefile b/irc/irssi-dcc_send_limiter/Makefile index 1582b81f11e2..9454bab92cc5 100644 --- a/irc/irssi-dcc_send_limiter/Makefile +++ b/irc/irssi-dcc_send_limiter/Makefile @@ -17,8 +17,8 @@ PATCHFILES= ${DISTFILES}.diff MAINTAINER= ports@FreeBSD.org COMMENT= Irssi plugin to limit the transmit speed of DCC sends -BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi -RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +BUILD_DEPENDS= irssi:irc/irssi +RUN_DEPENDS= irssi:irc/irssi USES= pkgconfig USE_GNOME= glib20 diff --git a/irc/irssi-fish/Makefile b/irc/irssi-fish/Makefile index a0479369e923..f5f1e6b5c435 100644 --- a/irc/irssi-fish/Makefile +++ b/irc/irssi-fish/Makefile @@ -11,10 +11,10 @@ DISTNAME= FiSH-irssi.v${DISTVERSION}-source MAINTAINER= ashish@FreeBSD.org COMMENT= Encryption plugin for irssi -BUILD_DEPENDS= ${LOCALBASE}/include/glib-2.0/glib.h:${PORTSDIR}/devel/glib20 \ - ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl \ - ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi -RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +BUILD_DEPENDS= ${LOCALBASE}/include/glib-2.0/glib.h:devel/glib20 \ + ${LOCALBASE}/lib/libmiracl.a:math/miracl \ + ${LOCALBASE}/include/irssi/src/common.h:irc/irssi +RUN_DEPENDS= irssi:irc/irssi USES= zip USE_LDCONFIG= yes diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile index 707223639271..09c793522a4b 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -13,11 +13,11 @@ COMMENT= Plugin for irssi for Off-the-Record (OTR) messaging LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \ - ${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt -LIB_DEPENDS= libotr.so.5:${PORTSDIR}/security/libotr \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt -RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi \ + ${LOCALBASE}/bin/libgcrypt-config:security/libgcrypt +LIB_DEPENDS= libotr.so.5:security/libotr \ + libgcrypt.so:security/libgcrypt +RUN_DEPENDS= irssi:irc/irssi USES= autoreconf libtool pkgconfig USE_LDCONFIG= yes diff --git a/irc/irssi-scripts/Makefile b/irc/irssi-scripts/Makefile index d9570d30b069..24daa8303dd9 100644 --- a/irc/irssi-scripts/Makefile +++ b/irc/irssi-scripts/Makefile @@ -11,7 +11,7 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= jadawin@FreeBSD.org COMMENT= Collection of useful scripts for the irssi IRC-client -RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +RUN_DEPENDS= irssi:irc/irssi WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/irc/irssi-xmpp/Makefile b/irc/irssi-xmpp/Makefile index 4996d9acedfb..632689e89b92 100644 --- a/irc/irssi-xmpp/Makefile +++ b/irc/irssi-xmpp/Makefile @@ -11,8 +11,8 @@ COMMENT= Irssi plugin to connect to Jabber network LICENSE= GPLv2 -BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi -LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth +BUILD_DEPENDS= irssi:irc/irssi +LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth RUN_DEPENDS:= ${BUILD_DEPENDS} USES= pkgconfig diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 6fd88cbb366f..6d961e9c28ea 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -11,7 +11,7 @@ COMMENT?= Modular IRC client with many features LICENSE= GPLv2 -LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 +LIB_DEPENDS= libglib-2.0.so:devel/glib20 CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]* diff --git a/irc/keitairc2/Makefile b/irc/keitairc2/Makefile index de42695534ea..62fca32c64b0 100644 --- a/irc/keitairc2/Makefile +++ b/irc/keitairc2/Makefile @@ -9,13 +9,13 @@ MASTER_SITES= SFJP/${PORTNAME}/47485 MAINTAINER= ports@FreeBSD.org COMMENT= IRC proxy for mobilephone that have a web interface -RUN_DEPENDS= p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ - p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig +RUN_DEPENDS= p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ + p5-URI>=0:net/p5-URI \ + p5-libwww>=0:www/p5-libwww \ + p5-HTML-Template>=0:www/p5-HTML-Template \ + p5-XML-Simple>=0:textproc/p5-XML-Simple \ + p5-Proc-Daemon>=0:devel/p5-Proc-Daemon \ + p5-AppConfig>=0:devel/p5-AppConfig CONFLICTS= keitairc-1.* diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index 67bed3eb0105..b56eccb71b1c 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src MAINTAINER= makc@FreeBSD.org COMMENT= User friendly IRC client for KDE -LIB_DEPENDS= libqca.so:${PORTSDIR}/devel/qca +LIB_DEPENDS= libqca.so:devel/qca USES= cmake:outsource gettext shebangfix tar:xz USE_KDE4= kdeprefix pimlibs automoc4 diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index 05f50d6ab8e2..ad83082e6d38 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -31,11 +31,11 @@ OPTIONS_DEFINE= AUDIOFILE GSM PERL PYTHON DEBUG OPTIONS_SUB= yes AUDIOFILE_DESC= Support for various audio formats -AUDIOFILE_LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile +AUDIOFILE_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile AUDIOFILE_CMAKE_OFF= -DWITHOUT_AUDIOFILE=yes GSM_DESC= u-law to gsm audio converter support -GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm +GSM_LIB_DEPENDS= libgsm.so:audio/gsm GSM_CMAKE_OFF= -DWANT_GSM=no PERL_DESC= Perl scripting support diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 5e2b8cf2ddcc..ce1f9d1862ae 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple and minimal IRC client for X LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 USES= pathfix pkgconfig gettext USE_GNOME= gnomeprefix diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile index 73ab75abe3bb..143b52e44d4f 100644 --- a/irc/minbif/Makefile +++ b/irc/minbif/Makefile @@ -12,7 +12,7 @@ COMMENT= IRC to instant messaging gateway LICENSE= GPLv2 -LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= libpurple.so:net-im/libpurple USES= cmake pkgconfig USE_GNOME= glib20 @@ -35,12 +35,12 @@ CACA_DESC= Buddy icon display using libcaca VIDEO_DESC= Webcam display using libcaca (implies CACA) PLUGINS_DESC= Compile additional libpurple-plugins -CACA_LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca \ - libImlib2.so:${PORTSDIR}/graphics/imlib2 +CACA_LIB_DEPENDS= libcaca.so:graphics/libcaca \ + libImlib2.so:graphics/imlib2 CACA_CMAKE_ON= -DENABLE_CACA:BOOL=ON -DENABLE_IMLIB:BOOL=ON CACA_CMAKE_OFF= -DENABLE_CACA:BOOL=OFF -DENABLE_IMLIB:BOOL=OFF -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CMAKE_ON= -DENABLE_TLS:BOOL=ON GNUTLS_CMAKE_OFF= -DENABLE_TLS:BOOL=OFF @@ -53,7 +53,7 @@ PLUGINS_PLIST_FILES= lib/purple-2/libcoincoin.so \ VIDEO_USE= GSTREAMER=core,good VIDEO_CMAKE_ON= -DENABLE_VIDEO:BOOL=ON VIDEO_CMAKE_OFF= -DENABLE_VIDEO:BOOL=OFF -VIDEO_LIB_DEPENDS= libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2 +VIDEO_LIB_DEPENDS= libgstfarsight-0.10.so:net-im/farsight2 post-patch: @${REINPLACE_CMD} -e \ diff --git a/irc/nefarious/Makefile b/irc/nefarious/Makefile index d5a3e831b2dc..f0878af0afc3 100644 --- a/irc/nefarious/Makefile +++ b/irc/nefarious/Makefile @@ -12,8 +12,8 @@ COMMENT= IRC server used by evilnet based off of Undernet's ircu BROKEN= unfetchable -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= bash:shells/bash +RUN_DEPENDS= bash:shells/bash USES= tar:bzip2 HAS_CONFIGURE= yes diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile index f21349c8d79a..88e8cebc44d5 100644 --- a/irc/nethirc/Makefile +++ b/irc/nethirc/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/ MAINTAINER= matt_mills@btopenworld.com COMMENT= Perl-based IRC client that uses Net::IRC -BUILD_DEPENDS= p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-String-Format>=0:${PORTSDIR}/textproc/p5-String-Format \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ + p5-String-Format>=0:textproc/p5-String-Format \ + p5-YAML>=0:textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index 5af053025f60..88734f52f19a 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -39,12 +39,12 @@ OPTIONS_RADIO_TLS= GNUTLS OPENSSL OPTIONS_DEFAULT= ICONV IRCPLUS LIBWRAP OPENSSL SYSLOG ZLIB DEBUG_CONFIGURE_EBABLE= debug -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls ICONV_USES= iconv ICONV_CONFIGURE_WITH= iconv IDENT_DESC= IDENT (AUTH) protocol support -IDENT_LIB_DEPENDS= libident.so:${PORTSDIR}/security/libident +IDENT_LIB_DEPENDS= libident.so:security/libident INDENT_CONFIGURE_WITH= dent IPV6_CONFIGURE_ENABLE= ipv6 IRCPLUS_DESC= IRC+ protocol diff --git a/irc/p5-AnyEvent-IRC/Makefile b/irc/p5-AnyEvent-IRC/Makefile index aa887df4bd13..9b343975db24 100644 --- a/irc/p5-AnyEvent-IRC/Makefile +++ b/irc/p5-AnyEvent-IRC/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Event system independent IRC protocol module -BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ - p5-Object-Event>=0.7:${PORTSDIR}/devel/p5-Object-Event +BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-Object-Event>=0.7:devel/p5-Object-Event RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/irc/p5-Bot-BasicBot/Makefile b/irc/p5-Bot-BasicBot/Makefile index da6cc6c5437e..4631757b7875 100644 --- a/irc/p5-Bot-BasicBot/Makefile +++ b/irc/p5-Bot-BasicBot/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple irc bot baseclass -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC -RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC +RUN_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC USES= perl5 USE_PERL5= configure diff --git a/irc/p5-IRC-Bot-Hangman/Makefile b/irc/p5-IRC-Bot-Hangman/Makefile index e149b952d41f..7e1446a63b76 100644 --- a/irc/p5-IRC-Bot-Hangman/Makefile +++ b/irc/p5-IRC-Bot-Hangman/Makefile @@ -12,11 +12,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= IRC hangman bot -BUILD_DEPENDS= p5-Bot-BasicBot>=0:${PORTSDIR}/irc/p5-Bot-BasicBot \ - p5-Games-GuessWord>=0:${PORTSDIR}/games/p5-Games-GuessWord \ - p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ - p5-Chatbot-Eliza>=0:${PORTSDIR}/misc/p5-Chatbot-Eliza \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-Bot-BasicBot>=0:irc/p5-Bot-BasicBot \ + p5-Games-GuessWord>=0:games/p5-Games-GuessWord \ + p5-Module-Find>=0:devel/p5-Module-Find \ + p5-Chatbot-Eliza>=0:misc/p5-Chatbot-Eliza \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/irc/p5-POE-Component-IRC-Object/Makefile b/irc/p5-POE-Component-IRC-Object/Makefile index 435656ea0700..e7e8f69ee27c 100644 --- a/irc/p5-POE-Component-IRC-Object/Makefile +++ b/irc/p5-POE-Component-IRC-Object/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Slightly simpler OO interface to POE::Component::IRC -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} #PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" diff --git a/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile b/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile index d446f8ff6755..7a49ea4960c8 100644 --- a/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile @@ -15,9 +15,9 @@ COMMENT= POE::Component::IRC plugin tthat provides blowfish encryption LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-POE>=0.37:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=5.07:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-Crypt-Blowfish_PP>=1.12:${PORTSDIR}/security/p5-Crypt-Blowfish_PP +BUILD_DEPENDS= p5-POE>=0.37:devel/p5-POE \ + p5-POE-Component-IRC>=5.07:irc/p5-POE-Component-IRC \ + p5-Crypt-Blowfish_PP>=1.12:security/p5-Crypt-Blowfish_PP RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" diff --git a/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile b/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile index 295c09ed6064..e2fd34c3c908 100644 --- a/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin that talks bollocks -BUILD_DEPENDS= p5-Dev-Bollocks>=0.06:${PORTSDIR}/textproc/p5-Dev-Bollocks \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-Dev-Bollocks>=0.06:textproc/p5-Dev-Bollocks \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ + p5-POE>=0:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile index d26b0fa67d4b..376b4b65bad6 100644 --- a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= IRC plugin that provides CoreList goodness -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC -RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC +RUN_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 diff --git a/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile b/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile index 64650e294368..ce3af0c47ac6 100644 --- a/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile @@ -15,13 +15,13 @@ COMMENT= PoCo-IRC plugin for a Hailo conversation simulator LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IRC-Utils>=0.05:${PORTSDIR}/irc/p5-IRC-Utils \ - p5-Math-Random-OO>=0.21:${PORTSDIR}/math/p5-Math-Random-OO \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-Hailo>=0:${PORTSDIR}/devel/p5-POE-Component-Hailo \ - p5-POE-Component-IRC>=6.22:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-IRC-Utils>=0.05:irc/p5-IRC-Utils \ + p5-Math-Random-OO>=0.21:math/p5-Math-Random-OO \ + p5-POE>=0:devel/p5-POE \ + p5-POE-Component-Hailo>=0:devel/p5-POE-Component-Hailo \ + p5-POE-Component-IRC>=6.22:irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script +TEST_DEPENDS= p5-Test-Script>=1.07:devel/p5-Test-Script USES= perl5 USE_PERL5= configure diff --git a/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile b/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile index 197a85a6ec49..2ffaa0a6fda5 100644 --- a/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile @@ -14,12 +14,12 @@ COMMENT= PoCo-IRC plugin that keeps track of karma LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-POE-Component-IRC>=6.22:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose +BUILD_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-DBI>=0:databases/p5-DBI \ + p5-POE-Component-IRC>=6.22:irc/p5-POE-Component-IRC \ + p5-Moose>=0:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject +TEST_DEPENDS= p5-Test-MockObject>=0:devel/p5-Test-MockObject USES= perl5 USE_PERL5= configure diff --git a/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile b/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile index 4349523c53d2..dee582969242 100644 --- a/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin that runs Acme::POE::Knee races -BUILD_DEPENDS= p5-Math-Random>=0.69:${PORTSDIR}/math/p5-Math-Random \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-Math-Random>=0.69:math/p5-Math-Random \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ + p5-POE>=0:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile index 0e8791e6a799..723629d04a7a 100644 --- a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin for IRC based DNS queries -BUILD_DEPENDS= p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP \ - p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-Net-IP>=1.25:net-mgmt/p5-Net-IP \ + p5-POE-Component-Client-DNS>=1.00:dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile index cd373990106c..ef104a906d2a 100644 --- a/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile @@ -11,14 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin for IRC based DNSBL queries -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-Client-DNSBL>=0.06:${PORTSDIR}/dns/p5-POE-Component-Client-DNSBL \ - p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP -RUN_DEPENDS:= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-Client-DNSBL>=0.06:${PORTSDIR}/dns/p5-POE-Component-Client-DNSBL \ - p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=6.68:irc/p5-POE-Component-IRC \ + p5-POE-Component-Client-DNSBL>=0.06:dns/p5-POE-Component-Client-DNSBL \ + p5-Net-IP>=1.25:net-mgmt/p5-Net-IP +RUN_DEPENDS:= p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=6.68:irc/p5-POE-Component-IRC \ + p5-POE-Component-Client-DNSBL>=0.06:dns/p5-POE-Component-Client-DNSBL \ + p5-Net-IP>=1.25:net-mgmt/p5-Net-IP PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 shebangfix diff --git a/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile b/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile index 4ea74d84f3ea..4704bdd07702 100644 --- a/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile @@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin that provides RSS headline retrieval -BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-IRC>=5.07:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-Client-HTTP>=0.73:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \ - p5-XML-RSS>=1.1:${PORTSDIR}/textproc/p5-XML-RSS \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message +BUILD_DEPENDS= p5-POE>=1.004:devel/p5-POE \ + p5-POE-Component-IRC>=5.07:irc/p5-POE-Component-IRC \ + p5-POE-Component-Client-HTTP>=0.73:www/p5-POE-Component-Client-HTTP \ + p5-XML-RSS>=1.1:textproc/p5-XML-RSS \ + p5-HTTP-Message>=0:www/p5-HTTP-Message RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 62ab7121a945..33268508d6a9 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -15,15 +15,15 @@ COMMENT= Fully event-driven IRC client module LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-Syndicator>=0.01:${PORTSDIR}/devel/p5-POE-Component-Syndicator \ - p5-POE-Filter-IRCD>=2.42:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ - p5-POE-Component-Client-DNS>=0.99:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify \ - p5-IRC-Utils>=0.12:${PORTSDIR}/irc/p5-IRC-Utils \ - p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS= p5-POE>=1.311:devel/p5-POE \ + p5-POE-Component-Syndicator>=0.01:devel/p5-POE-Component-Syndicator \ + p5-POE-Filter-IRCD>=2.42:irc/p5-POE-Filter-IRCD \ + p5-POE-Component-Client-DNS>=0.99:dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-SSLify>0:security/p5-POE-Component-SSLify \ + p5-IRC-Utils>=0.12:irc/p5-IRC-Utils \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences +TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences USES= perl5 USE_PERL5= configure diff --git a/irc/p5-POE-Component-Server-IRC/Makefile b/irc/p5-POE-Component-Server-IRC/Makefile index 3d189700226f..a49d675c663f 100644 --- a/irc/p5-POE-Component-Server-IRC/Makefile +++ b/irc/p5-POE-Component-Server-IRC/Makefile @@ -15,17 +15,17 @@ COMMENT= Fully event-driven networkable IRC server daemon module LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ - p5-IRC-Utils>=0.10:${PORTSDIR}/irc/p5-IRC-Utils \ - p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ - p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-Client-DNS>=1:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Client-Ident>=1:${PORTSDIR}/net/p5-POE-Component-Client-Ident \ - p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-Syndicator>=0.04:${PORTSDIR}/devel/p5-POE-Component-Syndicator \ - p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \ - p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ - p5-POE-Filter-Zlib>0:${PORTSDIR}/archivers/p5-POE-Filter-Zlib +RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:security/p5-Crypt-PasswdMD5 \ + p5-IRC-Utils>=0.10:irc/p5-IRC-Utils \ + p5-Net-Netmask>=1.9012:net-mgmt/p5-Net-Netmask \ + p5-POE>=0.9999:devel/p5-POE \ + p5-POE-Component-Client-DNS>=1:dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-Client-Ident>=1:net/p5-POE-Component-Client-Ident \ + p5-POE-Component-IRC>=6.68:irc/p5-POE-Component-IRC \ + p5-POE-Component-Syndicator>=0.04:devel/p5-POE-Component-Syndicator \ + p5-POE-Component-SSLify>=0:security/p5-POE-Component-SSLify \ + p5-POE-Filter-IRCD>=2.2:irc/p5-POE-Filter-IRCD \ + p5-POE-Filter-Zlib>0:archivers/p5-POE-Filter-Zlib BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/irc/p5-POE-Filter-IRCD/Makefile b/irc/p5-POE-Filter-IRCD/Makefile index b8ee2134e2bc..95368219e7a4 100644 --- a/irc/p5-POE-Filter-IRCD/Makefile +++ b/irc/p5-POE-Filter-IRCD/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE-based parser for the IRC protocol -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/irc/p5-POE-Session-Irssi/Makefile b/irc/p5-POE-Session-Irssi/Makefile index a282b65d5216..c2239d331f34 100644 --- a/irc/p5-POE-Session-Irssi/Makefile +++ b/irc/p5-POE-Session-Irssi/Makefile @@ -15,13 +15,13 @@ COMMENT= Emit POE events for Irssi signals LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \ - p5-Sub-Uplevel>0:${PORTSDIR}/devel/p5-Sub-Uplevel \ - p5-POE-Loop-Glib>=0.036:${PORTSDIR}/devel/p5-POE-Loop-Glib -RUN_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \ - p5-Sub-Uplevel>0:${PORTSDIR}/devel/p5-Sub-Uplevel \ - p5-POE-Loop-Glib>=0.036:${PORTSDIR}/devel/p5-POE-Loop-Glib \ - irssi:${PORTSDIR}/irc/irssi +BUILD_DEPENDS= p5-POE>=1.003:devel/p5-POE \ + p5-Sub-Uplevel>0:devel/p5-Sub-Uplevel \ + p5-POE-Loop-Glib>=0.036:devel/p5-POE-Loop-Glib +RUN_DEPENDS= p5-POE>=1.003:devel/p5-POE \ + p5-Sub-Uplevel>0:devel/p5-Sub-Uplevel \ + p5-POE-Loop-Glib>=0.036:devel/p5-POE-Loop-Glib \ + irssi:irc/irssi PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" CONFIGURE_ARGS+= INSTALLDIRS=site diff --git a/irc/pisg/Makefile b/irc/pisg/Makefile index 5593939a7eed..309c64666644 100644 --- a/irc/pisg/Makefile +++ b/irc/pisg/Makefile @@ -20,7 +20,7 @@ NO_ARCH= yes OPTIONS_DEFINE= LOGCHARSET DOCS LOGCHARSET_DESC= Character set for logfiles -LOGCHARSET_RUN_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv +LOGCHARSET_RUN_DEPENDS= p5-Text-Iconv>=0:converters/p5-Text-Iconv pre-patch: @${REINPLACE_CMD} -e 's|lang.txt|${PREFIX}/share/pisg/lang.txt|; \ diff --git a/irc/polari/Makefile b/irc/polari/Makefile index c6751b473130..3598c800db6f 100644 --- a/irc/polari/Makefile +++ b/irc/polari/Makefile @@ -10,8 +10,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Internet Relay Chat (IRC) client designed for GNOME 3 -LIB_DEPENDS= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ - libgjs.so:${PORTSDIR}/lang/gjs +LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib \ + libgjs.so:lang/gjs PORTSCOUT= limitw:1,even diff --git a/irc/py-fishcrypt/Makefile b/irc/py-fishcrypt/Makefile index a0f979904dee..15350061244e 100644 --- a/irc/py-fishcrypt/Makefile +++ b/irc/py-fishcrypt/Makefile @@ -9,7 +9,7 @@ DIST_SUBDIR= python MAINTAINER= koalative@gmail.com COMMENT= FiSH/Mircryption clone for XChat/HexChat -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto USE_GITHUB= yes GH_ACCOUNT= kwaaak @@ -31,8 +31,8 @@ XCHAT_DESC= FiSH encryption for XChat OPTIONS_SUB= yes -HEXCHAT_RUN_DEPENDS= hexchat:${PORTSDIR}/irc/hexchat -XCHAT_RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat +HEXCHAT_RUN_DEPENDS= hexchat:irc/hexchat +XCHAT_RUN_DEPENDS= xchat:irc/xchat do-install: @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/irc/py-gozerbot/Makefile b/irc/py-gozerbot/Makefile index 3a4efae53b15..2583597787b6 100644 --- a/irc/py-gozerbot/Makefile +++ b/irc/py-gozerbot/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFINE= XMPP MYSQL DOCS XMPP_DESC= Jabber functions MYSQL_DESC= Mysql functions -RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:security/gnupg .include <bsd.port.options.mk> @@ -33,11 +33,11 @@ post-install: @${INSTALL_MAN} ${WRKSRC}/man/gozerbot.1.FreeBSD ${STAGEDIR}${MAN1PREFIX}/man/man1/gozerbot.1 .if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:databases/py-MySQLdb .endif .if ${PORT_OPTIONS:MXMPP} -RUN_DEPENDS+=${PYTHON_SITELIBDIR}/xmpp/__init__.py:${PORTSDIR}/net-im/py-xmpppy +RUN_DEPENDS+=${PYTHON_SITELIBDIR}/xmpp/__init__.py:net-im/py-xmpppy .endif .include <bsd.port.mk> diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile index 8986afcddb43..b385e1b23934 100644 --- a/irc/py-irc/Makefile +++ b/irc/py-irc/Makefile @@ -12,12 +12,12 @@ COMMENT= IRC protocol client library for Python LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \ - ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}jaraco.util>0:${PORTSDIR}/devel/py-jaraco.util \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:devel/py-hgtools \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}jaraco.util>0:devel/py-jaraco.util \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm USES= python USE_PYTHON= distutils autoplist diff --git a/irc/py-limnoria/Makefile b/irc/py-limnoria/Makefile index 1b0f44f51337..a13a560ab300 100644 --- a/irc/py-limnoria/Makefile +++ b/irc/py-limnoria/Makefile @@ -10,14 +10,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Modified version of Supybot (an IRC bot and framework) -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0:${PORTSDIR}/textproc/py-chardet \ - ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}python-gnupg>=0:${PORTSDIR}/security/py-python-gnupg \ - ${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy \ - ${PYTHON_PKGNAMEPREFIX}pysocks>=0:${PORTSDIR}/net/py-pysocks \ - ${PYTHON_PKGNAMEPREFIX}ecdsa>0:${PORTSDIR}/security/py-ecdsa +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}python-gnupg>=0:security/py-python-gnupg \ + ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks \ + ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa USES= python USE_PYTHON= autoplist distutils diff --git a/irc/py-supybot-plugins/Makefile b/irc/py-supybot-plugins/Makefile index 28ab5feebda7..5cc792dadc55 100644 --- a/irc/py-supybot-plugins/Makefile +++ b/irc/py-supybot-plugins/Makefile @@ -12,7 +12,7 @@ DISTNAME= Supybot-plugins-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Official plugin pack for Supybot -RUN_DEPENDS= supybot:${PORTSDIR}/irc/py-supybot +RUN_DEPENDS= supybot:irc/py-supybot USES= python tar:bzip2 diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index 744843396a9a..3e736cba975a 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -29,7 +29,7 @@ MONO_CMAKE_ON= -DWANT_MONO=on MONO_CMAKE_OFF= -DWANT_MONO=off CORE_DESC= Quassel core (for use with client) -CORE_LIB_DEPENDS= libqca-qt5.so:${PORTSDIR}/devel/qca-qt5 +CORE_LIB_DEPENDS= libqca-qt5.so:devel/qca-qt5 CORE_USE= QT5=script,sql,sql-sqlite3_run CORE_CMAKE_ON= -DWANT_CORE=on CORE_CMAKE_OFF= -DWANT_CORE=off @@ -44,7 +44,7 @@ NLS_USE= QT5=linguisttools_build .if ${PORT_OPTIONS:MMONO} || ${PORT_OPTIONS:MCLIENT} USE_QT5+= dbus gui widgets phonon4 webkit -LIB_DEPENDS+= libdbusmenu-qt5.so:${PORTSDIR}/devel/libdbusmenu-qt5 +LIB_DEPENDS+= libdbusmenu-qt5.so:devel/libdbusmenu-qt5 PLIST_SUB+= MONO_OR_CLIENT="" .else PLIST_SUB+= MONO_OR_CLIENT="@comment " diff --git a/irc/ratbox-services/Makefile b/irc/ratbox-services/Makefile index b6e5c690658c..64a46a0280e6 100644 --- a/irc/ratbox-services/Makefile +++ b/irc/ratbox-services/Makefile @@ -29,7 +29,7 @@ USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre CONFIGURE_ARGS+=--prefix=${PREFIX} \ --sysconfdir=${PREFIX}/etc/ \ --with-logdir=${LOGDIR} \ diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile index 32fa341e3aed..6290779b95af 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -10,12 +10,12 @@ CATEGORIES= irc ruby MAINTAINER= bdrewery@FreeBSD.org COMMENT= Ruby IRC bot similar to infobot -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/tokyocabinet.so:${PORTSDIR}/databases/ruby-tokyocabinet \ - rubygem-mechanize>=0:${PORTSDIR}/www/rubygem-mechanize \ - rubygem-tzinfo>=0:${PORTSDIR}/devel/rubygem-tzinfo \ - rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \ - rubygem-oauth2>=0:${PORTSDIR}/net/rubygem-oauth2 -LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/tokyocabinet.so:databases/ruby-tokyocabinet \ + rubygem-mechanize>=0:www/rubygem-mechanize \ + rubygem-tzinfo>=0:devel/rubygem-tzinfo \ + rubygem-oauth>=0:net/rubygem-oauth \ + rubygem-oauth2>=0:net/rubygem-oauth2 +LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/irc/rubygem-cogbot/Makefile b/irc/rubygem-cogbot/Makefile index 32323a29674e..01fb86a4add9 100644 --- a/irc/rubygem-cogbot/Makefile +++ b/irc/rubygem-cogbot/Makefile @@ -11,16 +11,16 @@ COMMENT= Irc bot based on Cinch LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-cinch>=2.3.1:${PORTSDIR}/irc/rubygem-cinch \ - rubygem-thor>=0.19.1:${PORTSDIR}/devel/rubygem-thor \ - rubygem-eventmachine>=1.0.9:${PORTSDIR}/devel/rubygem-eventmachine \ - rubygem-eventmachine_httpserver>=0.2.1:${PORTSDIR}/www/rubygem-eventmachine_httpserver \ - rubygem-nokogiri>=1.6.6.4:${PORTSDIR}/textproc/rubygem-nokogiri \ - rubygem-daemons>=1.2.3:${PORTSDIR}/devel/rubygem-daemons \ - rubygem-twitter>=5.15.0:${PORTSDIR}/net/rubygem-twitter \ - rubygem-json>=1.8.3:${PORTSDIR}/devel/rubygem-json \ - rubygem-yajl-ruby>=1.2.1:${PORTSDIR}/devel/rubygem-yajl-ruby \ - rubygem-fortune_gem>=0.0.8:${PORTSDIR}/games/rubygem-fortune_gem +RUN_DEPENDS= rubygem-cinch>=2.3.1:irc/rubygem-cinch \ + rubygem-thor>=0.19.1:devel/rubygem-thor \ + rubygem-eventmachine>=1.0.9:devel/rubygem-eventmachine \ + rubygem-eventmachine_httpserver>=0.2.1:www/rubygem-eventmachine_httpserver \ + rubygem-nokogiri>=1.6.6.4:textproc/rubygem-nokogiri \ + rubygem-daemons>=1.2.3:devel/rubygem-daemons \ + rubygem-twitter>=5.15.0:net/rubygem-twitter \ + rubygem-json>=1.8.3:devel/rubygem-json \ + rubygem-yajl-ruby>=1.2.1:devel/rubygem-yajl-ruby \ + rubygem-fortune_gem>=0.0.8:games/rubygem-fortune_gem NO_ARCH= yes USE_RUBY= yes diff --git a/irc/rubygem-lita-irc/Makefile b/irc/rubygem-lita-irc/Makefile index 93be57a7ecac..13fefe6caf75 100644 --- a/irc/rubygem-lita-irc/Makefile +++ b/irc/rubygem-lita-irc/Makefile @@ -12,8 +12,8 @@ COMMENT= IRC adapter for the Lita chat robot LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-cinch>=2.0:${PORTSDIR}/irc/rubygem-cinch \ - rubygem-lita>=4.0:${PORTSDIR}/net-im/rubygem-lita +RUN_DEPENDS= rubygem-cinch>=2.0:irc/rubygem-cinch \ + rubygem-lita>=4.0:net-im/rubygem-lita NO_ARCH= yes USE_RUBY= yes diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index e8d64561f5b2..b500b4512fd6 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -26,7 +26,7 @@ OPTIONS_RADIO_SSL= GNUTLS OPENSSL OPTIONS_DEFAULT= OPENSSL REGEX UTF8 IPV_CONFIGURE_ENABLE= ipv6 -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES= pkgconfig GNUTLS_CONFIGURE_ON= --with-ssl REGEX_CONFIGURE_ENABLE= regexp diff --git a/irc/sirc/Makefile b/irc/sirc/Makefile index 3a7e85f67224..89d2fcad6c9f 100644 --- a/irc/sirc/Makefile +++ b/irc/sirc/Makefile @@ -15,11 +15,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Small (150k), fast, perl-based IRC client -RUN_DEPENDS= p5-Perl4-CoreLibs>=0:${PORTSDIR}/devel/p5-Perl4-CoreLibs +RUN_DEPENDS= p5-Perl4-CoreLibs>=0:devel/p5-Perl4-CoreLibs USES= ncurses perl5 -IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-Socket-INET6 +IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>0:net/p5-IO-Socket-INET6 IPV6_EXTRA_PATCHES= ${PATCHDIR}/dsirc-ipv6 SIRC_SCRIPTS_DESC= Additional scripts for the client diff --git a/irc/slirc/Makefile b/irc/slirc/Makefile index 5d347ca32d91..877c88028d10 100644 --- a/irc/slirc/Makefile +++ b/irc/slirc/Makefile @@ -21,7 +21,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SLANG_INCDIR?= ${LOCALBASE}/include SLANG_LIBDIR?= ${LOCALBASE}/lib -LIB_DEPENDS_LIBSLANG?= libslang.so.2:${PORTSDIR}/devel/libslang2 +LIB_DEPENDS_LIBSLANG?= libslang.so.2:devel/libslang2 MAKE_ARGS= SLANG_INCDIR="${SLANG_INCDIR}" \ SLANG_LIBDIR="${SLANG_LIBDIR}" \ diff --git a/irc/thales/Makefile b/irc/thales/Makefile index 05da397b81e7..a3b05217e021 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -28,9 +28,9 @@ HYBRID_DESC= Build for ircd-hybrid IRCDRU_DESC= Build for ircd-ru UNREAL_DESC= Build for unreal ircd -HYBRID_RUN_DEPENDS= ${LOCALBASE}/bin/ircd:${PORTSDIR}/irc/ircd-hybrid -IRCDRU_RUN_DEPENDS= ${LOCALBASE}/sbin/ircd:${PORTSDIR}/irc/ircd-ru -UNREAL_RUN_DEPENDS= ${LOCALBASE}/libexec/ircd:${PORTSDIR}/irc/unreal +HYBRID_RUN_DEPENDS= ${LOCALBASE}/bin/ircd:irc/ircd-hybrid +IRCDRU_RUN_DEPENDS= ${LOCALBASE}/sbin/ircd:irc/ircd-ru +UNREAL_RUN_DEPENDS= ${LOCALBASE}/libexec/ircd:irc/unreal # Currently, not all supported IRCDs are handled here, only the ones # I could find corresponding RUN_DEPENDS in our Ports Collection. diff --git a/irc/tircd/Makefile b/irc/tircd/Makefile index f9f4cfc7a4c5..130bf93cc7ad 100644 --- a/irc/tircd/Makefile +++ b/irc/tircd/Makefile @@ -9,15 +9,15 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= gavin@FreeBSD.org COMMENT= IRC proxy to Twitter -RUN_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-Time-Local>=0:${PORTSDIR}/devel/p5-Time-Local \ - p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ - p5-Net-Twitter-Lite>=0:${PORTSDIR}/net/p5-Net-Twitter-Lite \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Filter-IRCD>=0:${PORTSDIR}/irc/p5-POE-Filter-IRCD +RUN_DEPENDS= p5-JSON-Any>=0:converters/p5-JSON-Any \ + p5-libwww>=0:www/p5-libwww \ + p5-URI>=0:net/p5-URI \ + p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + p5-Time-Local>=0:devel/p5-Time-Local \ + p5-Storable>=0:devel/p5-Storable \ + p5-Net-Twitter-Lite>=0:net/p5-Net-Twitter-Lite \ + p5-POE>=0:devel/p5-POE \ + p5-POE-Filter-IRCD>=0:irc/p5-POE-Filter-IRCD USES= perl5 tar:tgz USE_PERL5= patch build run diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile index f490dd24b2b0..abafc5f1fda2 100644 --- a/irc/unreal/Makefile +++ b/irc/unreal/Makefile @@ -14,7 +14,7 @@ COMMENT= Unreal - the next generation ircd LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares +LIB_DEPENDS= libcares.so:dns/c-ares WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} @@ -73,7 +73,7 @@ ZIPLINKS_CONFIGURE_ENABLE= ziplinks IPV6_CONFIGURE_ENABLE= inet6 SSL_CONFIGURE_ENABLE= ssl SSL_USE= OPENSSL=yes -REMOTE_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +REMOTE_LIB_DEPENDS= libcurl.so:ftp/curl REMOTE_CONFIGURE_ENABLE= --enable-libcurl=${LOCALBASE} PREFIXAQ_CONFIGURE_ENABLE= prefixaq diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index e09f3249ba5e..fe25d5411354 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -19,8 +19,8 @@ USES= cmake iconv localbase ncurses tar:bzip2 CMAKE_ARGS+= -DENABLE_GUILE=no \ -DICONV_INCLUDE_PATH=${ICONV_INCLUDE_PATH} -LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= libcurl.so:ftp/curl \ + libgcrypt.so:security/libgcrypt OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA JAVASCRIPT CHARSET BACKTRACE ASPELL \ GNUTLS CA_BUNDLE NLS ICON MANPAGES DOCS @@ -38,12 +38,12 @@ PYTHON_DESC= Python scripting language support RUBY_DESC= Ruby scripting language support ASPELL_CMAKE_OFF= -DENABLE_ASPELL=no -ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell BACKTRACE_USES= execinfo CA_BUNDLE_CMAKE_ON= -DCA_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt -CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss CHARSET_CMAKE_OFF= -DENABLE_CHARSET=no @@ -51,11 +51,11 @@ DOCS_CMAKE_ON= -DENABLE_DOC=yes JAVASCRIPT_CMAKE_OFF= -DENABLE_JAVASCRIPT=no JAVASCRIPT_CMAKE_ON= -DENABLE_JAVASCRIPT=yes -JAVASCRIPT_LIB_DEPENDS= libv8.so:${PORTSDIR}/lang/v8 +JAVASCRIPT_LIB_DEPENDS= libv8.so:lang/v8 GNUTLS_CMAKE_OFF= -DENABLE_GNUTLS=no GNUTLS_USES= pkgconfig -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls LUA_CMAKE_OFF= -DENABLE_LUA=no LUA_CMAKE_ON= -DBSD_LUA_LIBDIR=${LUA_LIBDIR} \ @@ -90,10 +90,10 @@ TCL_USES= tcl:85+ .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} -BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ - docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ - asciidoc:${PORTSDIR}/textproc/asciidoc \ - source-highlight>=3.1.5:${PORTSDIR}/textproc/source-highlight +BUILD_DEPENDS+= xsltproc:textproc/libxslt \ + docbook-xsl>=0:textproc/docbook-xsl \ + asciidoc:textproc/asciidoc \ + source-highlight>=3.1.5:textproc/source-highlight .endif post-patch: diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile index 9344065cf5fc..65926cf48ddc 100644 --- a/irc/xchat-fish/Makefile +++ b/irc/xchat-fish/Makefile @@ -14,8 +14,8 @@ DISTNAME= FiSH-XChat.v${DISTVERSION}-source MAINTAINER= dinoex@FreeBSD.org COMMENT= Encryption plugin for XChat -BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl -RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat +BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:math/miracl +RUN_DEPENDS= xchat:irc/xchat USES= zip dos2unix NO_WRKSUBDIR= yes diff --git a/irc/xchat-mircryption/Makefile b/irc/xchat-mircryption/Makefile index c6f6525e679b..e6915cf07065 100644 --- a/irc/xchat-mircryption/Makefile +++ b/irc/xchat-mircryption/Makefile @@ -14,7 +14,7 @@ DISTNAME= mircryption_xchatsrc MAINTAINER= dinoex@FreeBSD.org COMMENT= Free encryption add-on for the popular XChat irc client -RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat +RUN_DEPENDS= xchat:irc/xchat USES= zip dos2unix shebangfix SHEBANG_FILES= extras/mcps_masterkey_on_start.pl diff --git a/irc/xchat-ruby/Makefile b/irc/xchat-ruby/Makefile index e10acf2aa636..8923708cdc46 100644 --- a/irc/xchat-ruby/Makefile +++ b/irc/xchat-ruby/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}-src MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby-scripting plugin for XChat -RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat +RUN_DEPENDS= xchat:irc/xchat LICENSE= GPLv2 diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index b5f40a7c9789..e622b41dd824 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -35,7 +35,7 @@ LIBSEXY_DESC= Spell check support via libsexy .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus USE_GNOME+= gconf2 GCONF_SCHEMAS+= apps_xchat_url_handler.schemas @@ -46,18 +46,18 @@ PLIST_SUB+= DBUS="@comment " .endif .if ${PORT_OPTIONS:MGTKSPELL} -LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS+= libgtkspell.so:textproc/gtkspell CONFIGURE_ARGS+=--enable-spell=gtkspell .elif ${PORT_OPTIONS:MLIBSEXY} -LIB_DEPENDS+= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy +LIB_DEPENDS+= libsexy.so:x11-toolkits/libsexy CONFIGURE_ARGS+=--enable-spell=libsexy .else CONFIGURE_ARGS+=--enable-spell=none .endif .if ${PORT_OPTIONS:MNOTIFY} -RUN_DEPENDS+= notify-send:${PORTSDIR}/devel/libnotify \ - ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon +RUN_DEPENDS+= notify-send:devel/libnotify \ + ${LOCALBASE}/libexec/notification-daemon:deskutils/notification-daemon .endif .if ${PORT_OPTIONS:MPERL} @@ -79,7 +79,7 @@ PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MSOCKS} -LIB_DEPENDS+= libsocks.so:${PORTSDIR}/net/dante +LIB_DEPENDS+= libsocks.so:net/dante CONFIGURE_ARGS+=--enable-socks .endif diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 824c3aceb738..ff0e001b45ef 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -29,22 +29,22 @@ PYTHON_DESC= Python scripting module TCL_DESC= Tcl scripting module CHARSET_CONFIGURE_OFF= --disable-charset -CHARSET_LIB_DEPENDS= libicuuc.so.55:${PORTSDIR}/devel/icu \ - libicudata.so.55:${PORTSDIR}/devel/icu +CHARSET_LIB_DEPENDS= libicuuc.so.55:devel/icu \ + libicudata.so.55:devel/icu CYRUS_CONFIGURE_ON= --enable-cyrus CYRUS_LDFLAGS= -L${LOCALBASE}/lib -CYRUS_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +CYRUS_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 DEBUG_CONFIGURE_ON= --enable-debug IPV6_CONFIGURE_OFF= --disable-ipv6 OPENSSL_CONFIGURE_OFF= --disable-openssl OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} OPENSSL_USE= openssl=yes -PERL_BUILD_DEPENDS= swig30>=3.0.0:${PORTSDIR}/devel/swig30 +PERL_BUILD_DEPENDS= swig30>=3.0.0:devel/swig30 PERL_CONFIGURE_ENABLE= perl PERL_CONFIGURE_ON= --enable-swig PERL_USE= perl5=build,run PERL_USES= perl5 -PYTHON_BUILD_DEPENDS= swig30>=3.0.0:${PORTSDIR}/devel/swig30 +PYTHON_BUILD_DEPENDS= swig30>=3.0.0:devel/swig30 PYTHON_CONFIGURE_ON= --enable-python=python-${PYTHON_VER} --enable-swig PYTHON_USE= perl5=build PYTHON_USES= perl5 python:3 |