diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'mail')
422 files changed, 1481 insertions, 1481 deletions
diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index 54dcdfe77082..593308e6d49d 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -16,8 +16,8 @@ LICENSE= LGPL21 USES= gnustep USE_GNUSTEP= back build -LIB_DEPENDS= libInspector.so:${PORTSDIR}/deskutils/gworkspace \ - libAddresses.so:${PORTSDIR}/mail/addresses +LIB_DEPENDS= libInspector.so:deskutils/gworkspace \ + libAddresses.so:mail/addresses USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION}/Goodies diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 6450e6f4be6f..bbac38e5b244 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -85,12 +85,12 @@ IPV6_CONFIGURE_WITH= ipv6 .if ! ${PORT_OPTIONS:MNOSPELL} .if ! ${PORT_OPTIONS:MISPELL} CONFIGURE_ARGS+=--with-interactive-spellcheck=${LOCALBASE}/bin/aspell -BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell -RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +BUILD_DEPENDS+= aspell:textproc/aspell +RUN_DEPENDS+= aspell:textproc/aspell .else CONFIGURE_ARGS+= --with-interactive-spellcheck=${LOCALBASE}/bin/ispell -BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell +BUILD_DEPENDS+= ispell:textproc/aspell-ispell +RUN_DEPENDS+= ispell:textproc/aspell-ispell .endif .else CONFIGURE_ARGS+=--without-simple-spellcheck --without-interactive-spellcheck @@ -98,7 +98,7 @@ CONFIGURE_ARGS+=--without-simple-spellcheck --without-interactive-spellcheck .if !defined(PICO_ALPINE_SLAVE) .if ${PORT_OPTIONS:MPICO} -RUN_DEPENDS+= pico:${PORTSDIR}/editors/pico-alpine +RUN_DEPENDS+= pico:editors/pico-alpine .endif .if ${PORT_OPTIONS:MLDAP} diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index d0b26b4b092d..cb56a01957a4 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -44,20 +44,20 @@ OPTIONS_EXCLUDE+= PAM GDBM_DESC= GDBM backend GDBM_IMPLIES= GSASL -GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= gdbm -GNUPG_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +GNUPG_LIB_DEPENDS= libgpgme.so:security/gpgme GNUPG_CONFIGURE_WITH= gpgme -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls GSASL_DESC= GSASL support (required for databases) -GSASL_LIB_DEPENDS= libgsasl.so:${PORTSDIR}/security/gsasl +GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl GSASL_CONFIGURE_WITH= gsasl -GUILE_LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile +GUILE_LIB_DEPENDS= libguile.so:lang/guile GUILE_CONFIGURE_WITH= guile GUILE_PORTEXAMPLES= anubis.scm anubisrc.guile @@ -74,7 +74,7 @@ NLS_CONFIGURE_ENABLE= nls PAM_CONFIGURE_WITH= pam PAM_PORTEXAMPLES= pam -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_WITH= pcre PGSQL_IMPLIES= GSASL diff --git a/mail/archiveopteryx-devel/Makefile b/mail/archiveopteryx-devel/Makefile index 19464a12f5ea..20f466b98630 100644 --- a/mail/archiveopteryx-devel/Makefile +++ b/mail/archiveopteryx-devel/Makefile @@ -12,7 +12,7 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT -BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam +BUILD_DEPENDS= jam:devel/jam USE_GITHUB= yes GH_ACCOUNT= aox diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index 28cf5f407ccc..100b6d442485 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -12,7 +12,7 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT -BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam +BUILD_DEPENDS= jam:devel/jam USES= perl5 tar:bzip2 pgsql:9.1+ USE_OPENSSL= yes diff --git a/mail/assp/Makefile b/mail/assp/Makefile index 27921606159e..68bf8182eb09 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME:tu}_${PORTVERSION}_Install MAINTAINER= ports@FreeBSD.org COMMENT= Anti-Spam SMTP Proxy -RUN_DEPENDS= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \ - p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww \ - p5-HTML-Parser>=3.69:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= p5-Net-DNS>=0.68:dns/p5-Net-DNS \ + p5-libwww>=6.04:www/p5-libwww \ + p5-HTML-Parser>=3.69:www/p5-HTML-Parser USES= perl5 zip:infozip shebangfix SHEBANG_FILES= *.pl @@ -63,63 +63,63 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ASSP_1.9.9_14158_install/${PORTNAM .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEMVALID} -RUN_DEPENDS+= p5-Email-Valid>=0.190:${PORTSDIR}/mail/p5-Email-Valid +RUN_DEPENDS+= p5-Email-Valid>=0.190:mail/p5-Email-Valid .endif .if ${PORT_OPTIONS:MLDAP} -RUN_DEPENDS+= p5-perl-ldap>=0.4400:${PORTSDIR}/net/p5-perl-ldap +RUN_DEPENDS+= p5-perl-ldap>=0.4400:net/p5-perl-ldap .endif .if ${PORT_OPTIONS:MSPF} -RUN_DEPENDS+= p5-Mail-SPF>=2.007:${PORTSDIR}/mail/p5-Mail-SPF +RUN_DEPENDS+= p5-Mail-SPF>=2.007:mail/p5-Mail-SPF .endif .if ${PORT_OPTIONS:MSRS} -RUN_DEPENDS+= p5-Mail-SRS>=0.31:${PORTSDIR}/mail/p5-Mail-SRS +RUN_DEPENDS+= p5-Mail-SRS>=0.31:mail/p5-Mail-SRS .endif .if ${PORT_OPTIONS:MSEND} -RUN_DEPENDS+= p5-Email-Send>=2.198:${PORTSDIR}/mail/p5-Email-Send +RUN_DEPENDS+= p5-Email-Send>=2.198:mail/p5-Email-Send .endif .if ${PORT_OPTIONS:MFBACKW} -RUN_DEPENDS+= p5-File-ReadBackwards>=1.05:${PORTSDIR}/devel/p5-File-ReadBackwards +RUN_DEPENDS+= p5-File-ReadBackwards>=1.05:devel/p5-File-ReadBackwards .endif .if ${PORT_OPTIONS:MCLAMAV} -RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.9.1:${PORTSDIR}/security/p5-File-Scan-ClamAV +RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.9.1:security/p5-File-Scan-ClamAV PLIST_SUB+= ASSP_CLAMAV="" .else PLIST_SUB+= ASSP_CLAMAV="@comment " .endif .if ${PORT_OPTIONS:MDNSBL} -RUN_DEPENDS+= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS+= p5-Net-DNS>=0.68:dns/p5-Net-DNS .endif .if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= p5-Tie-DBI>=1.05:${PORTSDIR}/databases/p5-Tie-DBI -RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= p5-Tie-DBI>=1.05:databases/p5-Tie-DBI +RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql .endif .if ${PORT_OPTIONS:MMATCHRE} -RUN_DEPENDS+= p5-Net-IP-Match-Regexp>=1.01:${PORTSDIR}/net-mgmt/p5-Net-IP-Match-Regexp +RUN_DEPENDS+= p5-Net-IP-Match-Regexp>=1.01:net-mgmt/p5-Net-IP-Match-Regexp .endif .if ${PORT_OPTIONS:MSENDERB} -RUN_DEPENDS+= p5-Net-SenderBase>=1.02:${PORTSDIR}/mail/p5-Net-SenderBase +RUN_DEPENDS+= p5-Net-SenderBase>=1.02:mail/p5-Net-SenderBase .endif .if ${PORT_OPTIONS:MMIMEMOD} -RUN_DEPENDS+= p5-Email-MIME>=1.910:${PORTSDIR}/mail/p5-Email-MIME +RUN_DEPENDS+= p5-Email-MIME>=1.910:mail/p5-Email-MIME .endif .if ${PORT_OPTIONS:MSSL} -RUN_DEPENDS+= p5-IO-Socket-SSL>=1.74:${PORTSDIR}/security/p5-IO-Socket-SSL +RUN_DEPENDS+= p5-IO-Socket-SSL>=1.74:security/p5-IO-Socket-SSL .endif .if ${PORT_OPTIONS:MIPV6} -RUN_DEPENDS+= p5-IO-Socket-INET6>=2.69:${PORTSDIR}/net/p5-IO-Socket-INET6 +RUN_DEPENDS+= p5-IO-Socket-INET6>=2.69:net/p5-IO-Socket-INET6 .endif EXTRACT_AFTER_ARGS= -d ${PORTNAME}-${PORTVERSION} diff --git a/mail/automx/Makefile b/mail/automx/Makefile index d90e984c4c7b..a6385dd3516a 100644 --- a/mail/automx/Makefile +++ b/mail/automx/Makefile @@ -12,12 +12,12 @@ COMMENT= Handles mail account profile requests from mail clients LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}m2crypto>=0:${PORTSDIR}/security/py-m2crypto \ - wget:${PORTSDIR}/ftp/wget \ - dig:${PORTSDIR}/dns/bind-tools +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:devel/py-ipaddr \ + ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}m2crypto>=0:security/py-m2crypto \ + wget:ftp/wget \ + dig:dns/bind-tools GH_ACCOUNT= sys4 @@ -32,7 +32,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS MEMCACHE MEMCACHE_DESC= Add memcache support -MEMCACHE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:${PORTSDIR}/databases/py-python-memcached +MEMCACHE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:databases/py-python-memcached do-install: ${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile index 0f66ddee170c..dbc124cf83d1 100644 --- a/mail/avenger/Makefile +++ b/mail/avenger/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --enable-ssl=${OPENSSLBASE} \ OPTIONS_DEFINE= SASL DOCS SASL_CONFIGURE_ON= --enable-sasl -SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 post-patch: @${REINPLACE_CMD} -e \ diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index b2058ac3abfa..81e4367325ce 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -11,14 +11,14 @@ MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ MAINTAINER= gnome@FreeBSD.org COMMENT= Mail reader for the GNOME desktop -BUILD_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - itstool:${PORTSDIR}/textproc/itstool \ - yelp-tools>=0:${PORTSDIR}/textproc/yelp-tools -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libesmtp.so:${PORTSDIR}/mail/libesmtp \ - libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ - libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 -RUN_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring +BUILD_DEPENDS= gnome-keyring:security/gnome-keyring \ + itstool:textproc/itstool \ + yelp-tools>=0:textproc/yelp-tools +LIB_DEPENDS= libpcre.so:devel/pcre \ + libesmtp.so:mail/libesmtp \ + libgmime-2.6.so:mail/gmime26 \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 +RUN_DEPENDS= gnome-keyring:security/gnome-keyring # Depends on gtkhtml4 (which is being abandonend). When our webkitgtk3 # in ports gets updated to > 1.10.x, balsa should depend on it. @@ -45,14 +45,14 @@ GTKSPELL_DESC= Spell checking support GTKSV_DESC= GtkSourceview support GPG_DESC= GnuPG support GPG_CONFIGURE_WITH= gpgme -GPG_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +GPG_LIB_DEPENDS= libgpgme.so:security/gpgme LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_WITH= ldap GTKSPELL_CONFIGURE_WITH= gtkspell -GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 +GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 GTKSV_USE= GNOME=gtksourceview3 GTKSV_CONFIGURE_WITH= gtksourceview NOTIFY_CONFIGURE_WITH= libnotify -NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify .include <bsd.port.mk> diff --git a/mail/batv-milter/Makefile b/mail/batv-milter/Makefile index c545d4df5ab4..c3e9d308d49b 100644 --- a/mail/batv-milter/Makefile +++ b/mail/batv-milter/Makefile @@ -11,7 +11,7 @@ MAINTAINER= umq@ueo.co.jp COMMENT= Milter for BATV (Bounce Address Tag Validation) .if !exists( /usr/include/libmilter/mfapi.h ) -BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/libmilter +BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:mail/libmilter .endif USES= uidfix diff --git a/mail/bayespam/Makefile b/mail/bayespam/Makefile index f2770fca135a..950e1b60ecc2 100644 --- a/mail/bayespam/Makefile +++ b/mail/bayespam/Makefile @@ -13,7 +13,7 @@ COMMENT= Qmail spam filter written in Perl using Bayesian classification LICENSE= GPLv2 -RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools +RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools USES= shebangfix perl5 NO_BUILD= yes diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index c240dc1a732e..2f8d0c2baf69 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -11,7 +11,7 @@ COMMENT= Tool intended for Blackbox that checks for new mail LICENSE= GPLv2+ -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:${PORTSDIR}/x11-wm/blackbox +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:x11-wm/blackbox USES= pkgconfig USE_XORG= xext diff --git a/mail/biabam/Makefile b/mail/biabam/Makefile index a1d557c221ae..af662b159331 100644 --- a/mail/biabam/Makefile +++ b/mail/biabam/Makefile @@ -13,7 +13,7 @@ COMMENT= Command-line attachment mailer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:shells/bash NO_BUILD= yes PLIST_FILES= bin/biabam diff --git a/mail/bincimap/Makefile b/mail/bincimap/Makefile index 30acea04d49f..3d59d4074d9c 100644 --- a/mail/bincimap/Makefile +++ b/mail/bincimap/Makefile @@ -14,8 +14,8 @@ COMMENT= Light-weight IMAP server for Maildir LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= checkpassword-pam:${PORTSDIR}/security/checkpassword-pam \ - tcpserver:${PORTSDIR}/sysutils/ucspi-tcp +RUN_DEPENDS= checkpassword-pam:security/checkpassword-pam \ + tcpserver:sysutils/ucspi-tcp USE_RC_SUBR= bincimapd GNU_CONFIGURE= yes diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile index c446a5205117..dc943be787ac 100644 --- a/mail/bogofilter-tc/Makefile +++ b/mail/bogofilter-tc/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -tc MAINTAINER= mandree@FreeBSD.org # Blanket approval for changes by Zach Thompson (address above) -LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet CONFLICTS_INSTALL= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[1-9]* bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 7bd8cb36b7e9..90f21edc53ed 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -32,7 +32,7 @@ CPE_VENDOR= bogofilter_project UNICODE_USES= iconv UNICODE_CONFIGURE_ENABLE= unicode -GSL_LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl +GSL_LIB_DEPENDS= libgsl.so:math/gsl GSL_CONFIGURE_ARGS_OFF= --with-included-gsl PORTDOCS= * diff --git a/mail/bsfilter/Makefile b/mail/bsfilter/Makefile index bc8b9e753650..517d35859da3 100644 --- a/mail/bsfilter/Makefile +++ b/mail/bsfilter/Makefile @@ -12,7 +12,7 @@ COMMENT= Bayesian spam filter written in Ruby LICENSE= GPLv2 -RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/ruby-gdbm +RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}gdbm>=0:databases/ruby-gdbm NO_BUILD= yes USE_RUBY= yes @@ -26,7 +26,7 @@ MECAB_DESC= Part-of-Speech and Morphological Analyzer .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMECAB} -RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}mecab>=0:${PORTSDIR}/japanese/ruby-mecab +RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}mecab>=0:japanese/ruby-mecab .endif do-install: diff --git a/mail/bsmtp/Makefile b/mail/bsmtp/Makefile index f7f26eaab093..3a1fca54bc23 100644 --- a/mail/bsmtp/Makefile +++ b/mail/bsmtp/Makefile @@ -12,7 +12,7 @@ COMMENT= Batch SMTP support for sendmail, incoming and outgoing LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${LOCALBASE}/bin/uux:${PORTSDIR}/net/freebsd-uucp +RUN_DEPENDS= ${LOCALBASE}/bin/uux:net/freebsd-uucp CONFLICTS= smail-3.* diff --git a/mail/claws-mail-bogofilter/Makefile b/mail/claws-mail-bogofilter/Makefile index 15cb97475714..67833d345b8e 100644 --- a/mail/claws-mail-bogofilter/Makefile +++ b/mail/claws-mail-bogofilter/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= Spam filtering plugin for Claws Mail -RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter +RUN_DEPENDS= bogofilter:mail/bogofilter CLAWS_PLUGINS_BUILD= bogofilter diff --git a/mail/claws-mail-bsfilter/Makefile b/mail/claws-mail-bsfilter/Makefile index 9a96253b0834..62d78c35d227 100644 --- a/mail/claws-mail-bsfilter/Makefile +++ b/mail/claws-mail-bsfilter/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= Spam filtering, bsfilter based plugin for Claws Mail -RUN_DEPENDS= bsfilter:${PORTSDIR}/mail/bsfilter +RUN_DEPENDS= bsfilter:mail/bsfilter CLAWS_PLUGINS_BUILD= bsfilter diff --git a/mail/claws-mail-clamd/Makefile b/mail/claws-mail-clamd/Makefile index e8da65f81b3d..d29a2ef45fe0 100644 --- a/mail/claws-mail-clamd/Makefile +++ b/mail/claws-mail-clamd/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= ClamAV based antivirus plugin for Claws Mail -RUN_DEPENDS= clamd:${PORTSDIR}/security/clamav +RUN_DEPENDS= clamd:security/clamav CLAWS_PLUGINS_BUILD= clamd diff --git a/mail/claws-mail-fancy/Makefile b/mail/claws-mail-fancy/Makefile index b88f92cf94ca..fa8ebc0aea90 100644 --- a/mail/claws-mail-fancy/Makefile +++ b/mail/claws-mail-fancy/Makefile @@ -6,8 +6,8 @@ PORTREVISION= 0 COMMENT= Webkit based HTML renderer plugin for Claws Mail -LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ - libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome \ + libwebkitgtk-1.0.so:www/webkit-gtk2 CLAWS_PLUGINS_BUILD= fancy diff --git a/mail/claws-mail-gdata/Makefile b/mail/claws-mail-gdata/Makefile index b8b7606ca9f7..abb9cbc57402 100644 --- a/mail/claws-mail-gdata/Makefile +++ b/mail/claws-mail-gdata/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= Plugin providing Google Contacts in the Tab-address completion -LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata +LIB_DEPENDS= libgdata.so:devel/libgdata CLAWS_PLUGINS_BUILD= gdata diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index 42de5d8be1ce..fc5659a6ce80 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -6,8 +6,8 @@ PORTREVISION= 0 COMMENT= New mail notification plugin for Claws Mail -LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ - libnotify.so:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \ + libnotify.so:devel/libnotify CLAWS_PLUGINS_BUILD= notification diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile index 146c85bf9980..9ef2db4fc708 100644 --- a/mail/claws-mail-pdf_viewer/Makefile +++ b/mail/claws-mail-pdf_viewer/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 2 COMMENT= PDF and PostScript viewer plugin for Claws Mail -LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib USES+= ghostscript diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile index 5a5ac73811b4..2daf94e1ff47 100644 --- a/mail/claws-mail-pgp/Makefile +++ b/mail/claws-mail-pgp/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= PGP plugins for Claws Mail -LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +LIB_DEPENDS= libgpgme.so:security/gpgme CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime diff --git a/mail/claws-mail-spamassassin/Makefile b/mail/claws-mail-spamassassin/Makefile index 431adec835a7..1170d574a802 100644 --- a/mail/claws-mail-spamassassin/Makefile +++ b/mail/claws-mail-spamassassin/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= SpamAssassin plugin for Claws Mail -RUN_DEPENDS= spamd:${PORTSDIR}/mail/spamassassin +RUN_DEPENDS= spamd:mail/spamassassin CLAWS_PLUGINS_BUILD= spamassassin diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 7dcaf3f95085..4629ad8dcd5a 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,10 +7,10 @@ CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client -LIB_DEPENDS= libetpan.so:${PORTSDIR}/mail/libetpan \ - libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt -RUN_DEPENDS= mime-support>0:${PORTSDIR}/misc/mime-support +LIB_DEPENDS= libetpan.so:mail/libetpan \ + libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt +RUN_DEPENDS= mime-support>0:misc/mime-support USE_GNOME= gtk20 USES= cpe desktop-file-utils execinfo pathfix shebangfix @@ -24,20 +24,20 @@ OPTIONS_SUB= yes COMPFACE_DESC= X-Face support COMPFACE_CONFIGURE_ENABLE= compface -COMPFACE_LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces +COMPFACE_LIB_DEPENDS= libcompface.so:mail/faces DEBUG_CONFIGURE_ON= --enable-maintainer-mode ENCHANT_DESC= Spell checking support ENCHANT_CONFIGURE_ENABLE= enchant -ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant +ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant IPV6_CONFIGURE_ENABLE= ipv6 JPILOT_DESC= JPilot support JPILOT_CONFIGURE_ENABLE= jpilot -JPILOT_LIB_DEPENDS= libpisock.so:${PORTSDIR}/palm/pilot-link -JPILOT_RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot +JPILOT_LIB_DEPENDS= libpisock.so:palm/pilot-link +JPILOT_RUN_DEPENDS= jpilot:palm/jpilot LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes @@ -45,17 +45,17 @@ LDAP_USE= openldap=yes MANUAL_DESC= User manual (many dependencies, including texlive) MANUAL_CONFIGURE_ON= --enable-manual --with-manualdir=${DOCSDIR}/manual MANUAL_CONFIGURE_OFF= --disable-manual -MANUAL_BUILD_DEPENDS= docbook-utils>0:${PORTSDIR}/textproc/docbook-utils +MANUAL_BUILD_DEPENDS= docbook-utils>0:textproc/docbook-utils NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext STARTUP_DESC= Startup notification support STARTUP_CONFIGURE_ENABLE= startup-notification -STARTUP_LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification +STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification THEMES_DESC= Additional themes -THEMES_RUN_DEPENDS= claws-mail-themes>0:${PORTSDIR}/x11-themes/claws-mail-themes +THEMES_RUN_DEPENDS= claws-mail-themes>0:x11-themes/claws-mail-themes .include "Makefile.claws" diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws index 512b22efaa0a..3931852dcfe9 100644 --- a/mail/claws-mail/Makefile.claws +++ b/mail/claws-mail/Makefile.claws @@ -51,8 +51,8 @@ CONFIGURE_ARGS+= --disable-${p}-plugin DISTNAME= claws-mail-${PORTVERSION} PKGNAMEPREFIX= claws-mail- -BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS+= claws-mail>=${PORTVERSION}:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail +RUN_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail MASTERDIR= ${.CURDIR}/../../mail/claws-mail DESCR= ${.CURDIR}/pkg-descr diff --git a/mail/clawsker/Makefile b/mail/clawsker/Makefile index 4eead7bb5a00..c92cb0422dc9 100644 --- a/mail/clawsker/Makefile +++ b/mail/clawsker/Makefile @@ -11,8 +11,8 @@ COMMENT= Applet to edit Claws Mail's hidden preferences LICENSE= GPLv3 -RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext +RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ + p5-Locale-gettext>=0:devel/p5-Locale-gettext USES= shebangfix perl5 SHEBANG_FILES= ${PORTNAME} diff --git a/mail/cleanup-maildir/Makefile b/mail/cleanup-maildir/Makefile index 3d4526bd2c4b..22e88a94348a 100644 --- a/mail/cleanup-maildir/Makefile +++ b/mail/cleanup-maildir/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Script for cleaning up mails in Maildir folders based on arival date -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core USES= python shebangfix NO_BUILD= yes diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 217fd90050fb..829519b7266f 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -15,9 +15,9 @@ COMMENT= Console based mail client with POP3/IMAP/SMAP support LICENSE= GPLv3 -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell \ - libcourier-unicode.so:${PORTSDIR}/devel/courier-unicode -BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +LIB_DEPENDS= libaspell.so:textproc/aspell \ + libcourier-unicode.so:devel/courier-unicode +BUILD_DEPENDS= gpgv:security/gnupg1 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= fam gettext gmake iconv ncurses perl5 shebangfix tar:bzip2 diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index fa094ecb700e..83e93cea9a10 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -11,10 +11,10 @@ MASTER_SITES= SF/courier/imap/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= IMAP (and POP3) server that provides access to Maildir mailboxes -BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \ - ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool -LIB_DEPENDS= libcourier-unicode.so:${PORTSDIR}/devel/courier-unicode +BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base +RUN_DEPENDS= courierauthconfig:security/courier-authlib-base \ + ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool +LIB_DEPENDS= libcourier-unicode.so:devel/courier-unicode USES= gmake perl5 tar:bzip2 GNU_CONFIGURE= yes @@ -65,7 +65,7 @@ CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \ .if ${PORT_OPTIONS:MGNUTLS} CONFIGURE_ARGS+=--with-gnutls -LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:security/gnutls USES+= pkgconfig .endif @@ -82,7 +82,7 @@ CONFIGURE_ARGS+=--with-syslog=${WITH_SYSLOG_FACILITY} .if ${PORT_OPTIONS:MAUTH_USERDB} .if ${PORT_OPTIONS:MGDBM} CONFIGURE_ARGS+=--with-db=gdbm --with-userdb=${USERDB} -LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= libgdbm.so:databases/gdbm .else CONFIGURE_ARGS+=--with-db=db --with-userdb=${USERDB} .endif diff --git a/mail/courier-pythonfilter/Makefile b/mail/courier-pythonfilter/Makefile index 4acfd59cdd39..8cfd60633d55 100644 --- a/mail/courier-pythonfilter/Makefile +++ b/mail/courier-pythonfilter/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://phantom.dragonsdawn.net/~gordon/courier-patches/courier-pyt MAINTAINER= bsd@dino.sk COMMENT= Framework for courier filter development in python -BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier +BUILD_DEPENDS= courier-config:mail/courier USES= python USE_PYTHON= distutils @@ -66,11 +66,11 @@ OPTIONS_DEFAULT= DEBUG WHITELIST_RELAY WHITELIST_AUTH PYDISTUTILS_INSTALLARGS:=${PYDISTUTILS_INSTALLARGS} --install-scripts=${PYSCRIPTSDIR} .if ${PORT_OPTIONS:MCLAMAV_CLAMD} && ! ${PORT_OPTIONS:MCLAMAV_LIB} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyclamd.py:${PORTSDIR}/security/py-pyclamd +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyclamd.py:security/py-pyclamd .endif .if ${PORT_OPTIONS:MCLAMAV_LIB} && ! ${PORT_OPTIONS:MCLAMAV_CLAMD} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyclamav.so:${PORTSDIR}/security/py-clamav +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyclamav.so:security/py-clamav .endif post-extract: diff --git a/mail/courier/Makefile b/mail/courier/Makefile index 9cd0ccf5d8fd..217e80caf936 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -10,13 +10,13 @@ MASTER_SITES= SF MAINTAINER= bsd@dino.sk COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite -BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \ - ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \ - ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \ - p5-Net-CIDR>=0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ - ca_root_nss>=3.*:${PORTSDIR}/security/ca_root_nss +BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base +LIB_DEPENDS= libpcre.so:devel/pcre +RUN_DEPENDS= courierauthconfig:security/courier-authlib-base \ + ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool \ + ${LOCALBASE}/etc/mime.types:misc/mime-support \ + p5-Net-CIDR>=0:net-mgmt/p5-Net-CIDR \ + ca_root_nss>=3.*:security/ca_root_nss CONFLICTS= courier-imap-2.* couriermlm-0.* \ exim-4.* maildrop-1.* \ @@ -136,7 +136,7 @@ PERIODIC_DESC= modify/create periodic.conf .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes WITH_AUTH_LDAP= yes -RUN_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthldap.so:${PORTSDIR}/net/courier-authlib-ldap +RUN_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthldap.so:net/courier-authlib-ldap CONFIGURE_ARGS+=--with-ldapaliasd PLIST_SUB+= WITHLDAP="" SUB_LIST+= WITHLDAP="" @@ -167,31 +167,31 @@ SUB_LIST+= WITHEMPTYALIASES="@comment " .endif .if ${PORT_OPTIONS:MGNUPG} -BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS+= gpg:security/gnupg +RUN_DEPENDS+= gpg:security/gnupg .endif .if ${PORT_OPTIONS:MASPELL} -BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell -RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +BUILD_DEPENDS+= aspell:textproc/aspell +RUN_DEPENDS+= aspell:textproc/aspell CONFIGURE_ARGS+=--with-ispell=${LOCALBASE}/bin/aspell .elif ${PORT_OPTIONS:MISPELL} -BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell +BUILD_DEPENDS+= ispell:textproc/aspell-ispell +RUN_DEPENDS+= ispell:textproc/aspell-ispell CONFIGURE_ARGS+=--with-ispell=${LOCALBASE}/bin/ispell .else CONFIGURE_ARGS+=--without-ispell .endif .if ${PORT_OPTIONS:MPROCMAIL} -BUILD_DEPENDS+= procmail:${PORTSDIR}/mail/procmail -RUN_DEPENDS+= procmail:${PORTSDIR}/mail/procmail +BUILD_DEPENDS+= procmail:mail/procmail +RUN_DEPENDS+= procmail:mail/procmail .endif .if ${PORT_OPTIONS:MSENDFAX} USES+= ghostscript -SENDFAX_DEPENDS=sendfax:${PORTSDIR}/comms/mgetty+sendfax \ - pnmscale:${PORTSDIR}/graphics/netpbm +SENDFAX_DEPENDS=sendfax:comms/mgetty+sendfax \ + pnmscale:graphics/netpbm BUILD_DEPENDS+= ${SENDFAX_DEPENDS} RUN_DEPENDS+= ${SENDFAX_DEPENDS} WITH_TRANSPORT+=fax @@ -204,8 +204,8 @@ SUB_LIST+= WITHFAX="@comment " .if ${PORT_OPTIONS:MUUCP} .if !exists(/usr/bin/uux) -BUILD_DEPENDS+= uux:${PORTSDIR}/net/freebsd-uucp -RUN_DEPENDS+= uux:${PORTSDIR}/net/freebsd-uucp +BUILD_DEPENDS+= uux:net/freebsd-uucp +RUN_DEPENDS+= uux:net/freebsd-uucp .endif WITH_TRANSPORT+=uucp PLIST_SUB+= WITHUUCP="" diff --git a/mail/couriergraph/Makefile b/mail/couriergraph/Makefile index 81199f3d0fb3..6e2934d115ba 100644 --- a/mail/couriergraph/Makefile +++ b/mail/couriergraph/Makefile @@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= RRDtool frontend for Courier statistics -RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ - p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail +RUN_DEPENDS= rrdtool>=0:databases/rrdtool \ + p5-File-Tail>=0:devel/p5-File-Tail USES= perl5 shebangfix USE_PERL5= run diff --git a/mail/crm114/Makefile b/mail/crm114/Makefile index e106d74a757c..302043bbc023 100644 --- a/mail/crm114/Makefile +++ b/mail/crm114/Makefile @@ -19,7 +19,7 @@ COMMENT= Markov based SpamFilter LICENSE= GPLv2 -LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= libtre.so:textproc/libtre CRM114RELEASENAME=BlameMichelson diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 2992dfe1d4b9..1cb86eca06fd 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -13,8 +13,8 @@ COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ + libpcre.so:devel/pcre CONFLICTS= cyrus-1.* cyrus-imapd-2.[^3].* cyrus-imapd2[^3]-2.[^3].* @@ -53,7 +53,7 @@ BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} \ --with-bdb-libdir=${LOCALBASE}/lib DRAC_DESC= Enable DRAC support DRAC_CONFIGURE_ON= --with-drac=${LOCALBASE} -DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled LDAP_PTLOADER_DESC= Enable LDAP ptloader @@ -79,7 +79,7 @@ PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} REPLICATION_DESC= Enable replication REPLICATION_CONFIGURE_ENABLE=replication SNMP_5_DESC= Enable SNMP support -SNMP_5_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +SNMP_5_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_5_CONFIGURE_ON= --with-snmp=${LOCALBASE} SNMP_5_CONFIGURE_OFF= --with-snmp=no SQLITE_DESC= Enable SQLite backend (experimental) diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 144727e632f6..cf3970f7d219 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -14,8 +14,8 @@ COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ + libpcre.so:devel/pcre CONFLICTS= cyrus-1.* cyrus-imapd-2.[^4].* cyrus-imapd2[^4]-2.[^4].* @@ -53,7 +53,7 @@ BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} \ --with-bdb-libdir=${LOCALBASE}/lib DRAC_DESC= Enable DRAC support DRAC_CONFIGURE_ON= --with-drac=${LOCALBASE} -DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled LDAP_DESC= Enable LDAP support (experimental) @@ -75,7 +75,7 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} REPLICATION_DESC= Enable replication (experimental) REPLICATION_CONFIGURE_ENABLE=replication -SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_ON= --with-snmp=${LOCALBASE} SNMP_CONFIGURE_OFF= --with-snmp=no SQLITE_USE= SQLITE=yes diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile index be8fd9896d81..64db68a8fc88 100644 --- a/mail/cyrus-imapd25/Makefile +++ b/mail/cyrus-imapd25/Makefile @@ -14,8 +14,8 @@ COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ + libpcre.so:devel/pcre CONFLICTS= cyrus-1.* cyrus-imapd-2.[^5].* cyrus-imapd2[^5]-2.[^5].* @@ -54,14 +54,14 @@ BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} \ --with-bdb-libdir=${LOCALBASE}/lib CLAMAV_DESC= Use ClamAV CLAMAV_CONFIGURE_WITH= clamav -CLAMAV_LIB_DEPENDS= libclamav.so:${PORTSDIR}/security/clamav +CLAMAV_LIB_DEPENDS= libclamav.so:security/clamav DRAC_DESC= Enable DRAC support DRAC_CONFIGURE_ON= --with-drac=${LOCALBASE} -DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac HTTP_DESC= Enable HTTP (beta quality) HTTP_CONFIGURE_ENABLE= http -HTTP_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ - libical.so:${PORTSDIR}/devel/libical +HTTP_LIB_DEPENDS= libjansson.so:devel/jansson \ + libical.so:devel/libical HTTP_USES= pkgconfig HTTP_USE= GNOME=libxml2 IDLED_DESC= Enable IMAP idled support @@ -85,7 +85,7 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} REPLICATION_DESC= Enable replication (experimental) REPLICATION_CONFIGURE_ENABLE=replication -SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_ON= --with-snmp=${LOCALBASE} SNMP_CONFIGURE_OFF= --with-snmp=no SQLITE_CONFIGURE_ON= --with-sqlite=${LOCALBASE} diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 2e17bd75739d..f06bcb66a1ae 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -12,13 +12,13 @@ COMMENT= SQL database-based mail system (POP3 and IMAP) LICENSE= GPLv2 -LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ - libzdb.so:${PORTSDIR}/databases/libzdb \ - libmhash.so:${PORTSDIR}/security/mhash \ - libevent.so:${PORTSDIR}/devel/libevent2 -BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ - xmlto:${PORTSDIR}/textproc/xmlto \ - docbook-sgml>0:${PORTSDIR}/textproc/docbook-sgml +LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ + libzdb.so:databases/libzdb \ + libmhash.so:security/mhash \ + libevent.so:devel/libevent2 +BUILD_DEPENDS= asciidoc:textproc/asciidoc \ + xmlto:textproc/xmlto \ + docbook-sgml>0:textproc/docbook-sgml CONFLICTS= dbmail22-[0-9]* @@ -45,7 +45,7 @@ MAKE_ARGS+= mandir=${MANPREFIX}/man DOCS= AUTHORS BUGS INSTALL THANKS UPGRADING SIEVE_CONFIGURE_WITH= sieve -SIEVE_LIB_DEPENDS= libsieve.so:${PORTSDIR}/mail/libsieve +SIEVE_LIB_DEPENDS= libsieve.so:mail/libsieve LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile index 8a697684fd44..2d35783c539b 100644 --- a/mail/dbmail22/Makefile +++ b/mail/dbmail22/Makefile @@ -13,7 +13,7 @@ COMMENT= SQL database-based mail system (POP3 and IMAP) LICENSE= GPLv2 -LIB_DEPENDS= libgmime-2.0.so:${PORTSDIR}/mail/gmime2 +LIB_DEPENDS= libgmime-2.0.so:mail/gmime2 CONFLICTS= dbmail-3.* @@ -32,7 +32,7 @@ SQLITE_CONFIGURE_WITH= sqlite PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql SIEVE_CONFIGURE_WITH= sieve -SIEVE_LIB_DEPENDS= libsieve.so:${PORTSDIR}/mail/libsieve +SIEVE_LIB_DEPENDS= libsieve.so:mail/libsieve LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes INSTALL_TARGET= install-strip diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile index d4b194a3e47f..9ca55f852bc0 100644 --- a/mail/dcc-dccd/Makefile +++ b/mail/dcc-dccd/Makefile @@ -62,7 +62,7 @@ CONFIGURE_ARGS= --with-uid=${DCCUSER} \ ALT_HOME_CONFIGURE_ON= --libexecdir=${PREFIX}/dcc/libexec --with-cgibin=${PREFIX}/dcc/cgi-bin DCCM_CONFIGURE_ENABLE= dccm DCCM_USE= rc_subr=dccm -PORTS_SENDMAIL_BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/libmilter +PORTS_SENDMAIL_BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:mail/libmilter PORTS_SENDMAIL_CONFIGURE_ON= --with-sendmail=yes DCCIFD_CONFIGURE_ENABLE= dccifd DCCIFD_USE= rc_subr=dccifd diff --git a/mail/deforaos-mailer/Makefile b/mail/deforaos-mailer/Makefile index 52e8153e4c7d..d701b3c45113 100644 --- a/mail/deforaos-mailer/Makefile +++ b/mail/deforaos-mailer/Makefile @@ -14,8 +14,8 @@ COMMENT= DeforaOS desktop mail client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ - libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop +LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ + libDesktop.so:x11/deforaos-libdesktop USE_GNOME= gtk20 USES= desktop-file-utils pkgconfig @@ -31,8 +31,8 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext -DOCS_BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl +DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \ + ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl .include <bsd.port.pre.mk> diff --git a/mail/delatt/Makefile b/mail/delatt/Makefile index 4fb44680f359..3c748826e0cc 100644 --- a/mail/delatt/Makefile +++ b/mail/delatt/Makefile @@ -12,7 +12,7 @@ COMMENT= Strip attachments from email LICENSE= GPLv2 -RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= p5-MIME-Base64>=0:converters/p5-MIME-Base64 USES= shebangfix perl5 USE_PERL5= run diff --git a/mail/dk-milter/Makefile b/mail/dk-milter/Makefile index de61ffca970a..b55dcec31373 100644 --- a/mail/dk-milter/Makefile +++ b/mail/dk-milter/Makefile @@ -25,9 +25,9 @@ WITH_SENDMAIL_BASE= yes PKGMESSAGE= pkg-message.postfix .if defined(WITH_POSTFIX_CURRENT) -RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix-current +RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:mail/postfix-current .else -RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix +RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:mail/postfix .endif .endif diff --git a/mail/dkfilter/Makefile b/mail/dkfilter/Makefile index edc209004352..5f624a371862 100644 --- a/mail/dkfilter/Makefile +++ b/mail/dkfilter/Makefile @@ -13,10 +13,10 @@ COMMENT= Domainkeys filter for Postfix LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server +BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-Net-Server>=0:net/p5-Net-Server RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes diff --git a/mail/dkimproxy/Makefile b/mail/dkimproxy/Makefile index cbbe9996b9f6..6c19143b0842 100644 --- a/mail/dkimproxy/Makefile +++ b/mail/dkimproxy/Makefile @@ -13,9 +13,9 @@ COMMENT= DKIM filter for Postfix LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-Mail-DKIM>=0:${PORTSDIR}/mail/p5-Mail-DKIM \ - p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ - p5-Error>=0:${PORTSDIR}/lang/p5-Error +BUILD_DEPENDS= p5-Mail-DKIM>=0:mail/p5-Mail-DKIM \ + p5-Net-Server>=0:net/p5-Net-Server \ + p5-Error>=0:lang/p5-Error RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= IPV6 TEST @@ -34,7 +34,7 @@ GROUPS= ${DKIMPROXYUSER} SUB_LIST+= PERL=${PERL} \ DKIMPROXYUSER=${DKIMPROXYUSER} -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= ${FILESDIR}/extra-patch-lib-MSDW-SMTP-Server.pm \ ${FILESDIR}/extra-patch-scripts-dkimproxy.out \ @@ -42,6 +42,6 @@ IPV6_EXTRA_PATCHES= ${FILESDIR}/extra-patch-lib-MSDW-SMTP-Server.pm \ ${FILESDIR}/extra-patch-scripts-dkimproxy_out.conf.example TEST_DESC= Use dkim_responder.pl -TEST_RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools +TEST_RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools .include <bsd.port.mk> diff --git a/mail/dovecot-antispam/Makefile b/mail/dovecot-antispam/Makefile index 357dbd320b8f..029893094a49 100644 --- a/mail/dovecot-antispam/Makefile +++ b/mail/dovecot-antispam/Makefile @@ -14,8 +14,8 @@ COMMENT= Dovecot plugin to train dspam about spam or false positives LICENSE= GPLv2 -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/mail/dovecot:configure -RUN_DEPENDS= dovecot>=1.1.2:${PORTSDIR}/mail/dovecot +BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:configure +RUN_DEPENDS= dovecot>=1.1.2:mail/dovecot USES= gmake tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/dovecot/imap diff --git a/mail/dovecot-managesieve/Makefile b/mail/dovecot-managesieve/Makefile index 763b429b5f92..652e54ce695a 100644 --- a/mail/dovecot-managesieve/Makefile +++ b/mail/dovecot-managesieve/Makefile @@ -11,10 +11,10 @@ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${DISTVERSIONPREFIX}${DISTVERSION MAINTAINER= dgeo@centrale-marseille.fr COMMENT= Dovecot ManageSieve Server daemon -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/mail/dovecot:build \ - ${NONEXISTENT}:${PORTSDIR}/mail/dovecot-sieve:build -RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:${PORTSDIR}/mail/dovecot \ - dovecot-sieve>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot-sieve +BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:build \ + ${NONEXISTENT}:mail/dovecot-sieve:build +RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:mail/dovecot \ + dovecot-sieve>=${DOVECOTVERSION}:mail/dovecot-sieve DOVECOTVERSION= 1.2 diff --git a/mail/dovecot-sieve/Makefile b/mail/dovecot-sieve/Makefile index 38cc0c8869ba..49699f345188 100644 --- a/mail/dovecot-sieve/Makefile +++ b/mail/dovecot-sieve/Makefile @@ -14,8 +14,8 @@ COMMENT= Sieve plugin for the Dovecot 'deliver' LDA LICENSE= LGPL21 -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/mail/dovecot:build -RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:${PORTSDIR}/mail/dovecot +BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:build +RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:mail/dovecot DOVECOTVERSION= 1.2 diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index cebb75804edf..dc349fd9e495 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -80,7 +80,7 @@ SQLITE_CONFIGURE_WITH= sqlite SQLITE_USE= SQLITE=3 SSL_CONFIGURE_OFF= --without-ssl SSL_CONFIGURE_ON= --with-ssl=openssl -VPOPMAIL_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/bin/vchkpw:${PORTSDIR}/mail/vpopmail +VPOPMAIL_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/bin/vchkpw:mail/vpopmail VPOPMAIL_CONFIGURE_WITH=vpopmail .include <bsd.port.options.mk> diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile index a95b2b3ad89c..de4697eebe3e 100644 --- a/mail/dovecot2-antispam-plugin/Makefile +++ b/mail/dovecot2-antispam-plugin/Makefile @@ -14,9 +14,9 @@ COMMENT= Dovecot 2.x plugin for spam systems training LICENSE= GPLv2 -BUILD_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2 \ - gawk:${PORTSDIR}/lang/gawk -RUN_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2 +BUILD_DEPENDS= dovecot2>=2.2.0:mail/dovecot2 \ + gawk:lang/gawk +RUN_DEPENDS= dovecot2>=2.2.0:mail/dovecot2 CONFLICTS= dovecot-antispam-1.* WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index ca4345bf9f05..c288bf7c4ed9 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -12,8 +12,8 @@ COMMENT= Sieve plugin for the Dovecot 'deliver' LDA and LMTP LICENSE= LGPL21 -BUILD_DEPENDS:= dovecot2>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot2 -RUN_DEPENDS:= dovecot2>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot2 +BUILD_DEPENDS:= dovecot2>=${DOVECOTVERSION}:mail/dovecot2 +RUN_DEPENDS:= dovecot2>=${DOVECOTVERSION}:mail/dovecot2 DOVECOTVERSION= 2.2 diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 5cf7f751c0fd..4ebc35375a8a 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -72,7 +72,7 @@ GSSAPI_HEIMDAL_DESC= Use Heimdal GSSAPI from security/heimdal GSSAPI_MIT_DESC= Use MIT GSSAPI from security/krb5 CDB_CONFIGURE_WITH= cdb -CDB_LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb +CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb GSSAPI_NONE_CONFIGURE_ON= --without-gssapi GSSAPI_BASE_USES= gssapi @@ -83,7 +83,7 @@ GSSAPI_MIT_USES= gssapi:mit GSSAPI_MIT_CONFIGURE_ON= --with-gssapi ${GSSAPI_CONFIGURE_ARGS} ICU_CONFIGURE_WITH= icu -ICU_LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu +ICU_LIB_DEPENDS= libicui18n.so:devel/icu ICU_USES= pkgconfig KQUEUE_CONFIGURE_OFF= --with-ioloop=poll --with-notify=none @@ -95,9 +95,9 @@ LDAP_CONFIGURE_WITH= ldap LIBWRAP_CONFIGURE_WITH= libwrap LUCENE_CONFIGURE_WITH= lucene -LUCENE_LIB_DEPENDS= libclucene-core.so:${PORTSDIR}/textproc/clucene +LUCENE_LIB_DEPENDS= libclucene-core.so:textproc/clucene -LZ4_LIB_DEPENDS= liblz4.so:${PORTSDIR}/archivers/liblz4 +LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_WITH= mysql @@ -106,8 +106,8 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql SOLR_CONFIGURE_WITH= solr -SOLR_BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl -SOLR_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +SOLR_BUILD_DEPENDS= curl:ftp/curl +SOLR_LIB_DEPENDS= libexpat.so:textproc/expat2 SQLITE_USE= SQLITE=3 SQLITE_CONFIGURE_WITH= sqlite @@ -115,9 +115,9 @@ SQLITE_CONFIGURE_WITH= sqlite SSL_CONFIGURE_WITH= ssl=openssl TEXTCAT_CONFIGURE_WITH= textcat -TEXTCAT_LIB_DEPENDS= libtextcat.so:${PORTSDIR}/textproc/libtextcat +TEXTCAT_LIB_DEPENDS= libtextcat.so:textproc/libtextcat -VPOPMAIL_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/bin/vchkpw:${PORTSDIR}/mail/vpopmail +VPOPMAIL_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/bin/vchkpw:mail/vpopmail VPOPMAIL_CONFIGURE_WITH=vpopmail DOCS= AUTHORS COPYING COPYING.LGPL COPYING.MIT INSTALL NEWS TODO README diff --git a/mail/drac/Makefile b/mail/drac/Makefile index 8555e84381b9..ddd9edcc8923 100644 --- a/mail/drac/Makefile +++ b/mail/drac/Makefile @@ -33,13 +33,13 @@ DEFS= -DWITH_TI_RPC -DFLOCK_LOCK -DGETHOST -DDASH_C .if ${PORT_OPTIONS:MPOSTFIX} DEFS+= -DTERM_KD -RUN_DEPENDS+= postfix:${PORTSDIR}/mail/postfix +RUN_DEPENDS+= postfix:mail/postfix .if ${PORT_OPTIONS:MDB} USE_BDB= 41+ .endif .elif ${PORT_OPTIONS:MEXIM} DEFS+= -DTERM_KD -DREQ_HASH -DCIDR_KEY -RUN_DEPENDS+= exim:${PORTSDIR}/mail/exim +RUN_DEPENDS+= exim:mail/exim .endif NO_WRKSUBDIR= yes diff --git a/mail/dracmail/Makefile b/mail/dracmail/Makefile index ef04cb9b5ebe..8f6b3bb18393 100644 --- a/mail/dracmail/Makefile +++ b/mail/dracmail/Makefile @@ -24,7 +24,7 @@ OPTIONS_DEFAULT=APACHE PGSQL_USE= PHP=pgsql APACHE_USE= APACHE_RUN=22+ -LIGHTTPD_RUN_DEPENDS= lighttpd:${PORTSDIR}/www/lighttpd +LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd post-extract: @${MKDIR} ${WRKSRC} diff --git a/mail/dsbl-testers/Makefile b/mail/dsbl-testers/Makefile index f6eede926d2c..168c81a8475c 100644 --- a/mail/dsbl-testers/Makefile +++ b/mail/dsbl-testers/Makefile @@ -14,8 +14,8 @@ COMMENT= Testing software for DSBL/DSBL-compliant services BROKEN= unfetchable -BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring \ - ${LOCALBASE}/include/firedns.h:${PORTSDIR}/dns/firedns +BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:misc/firestring \ + ${LOCALBASE}/include/firedns.h:dns/firedns HAS_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index fa724cbab131..e4c3801f15c5 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -185,7 +185,7 @@ _SED_SCRIPT+= -e '/%%DAEMON%%/D' .if ${PORT_OPTIONS:MCLAMAV} CONFIGURE_ARGS+= --enable-clamav . if ${PORT_OPTIONS:MCLAMAV_LOCAL} -RUN_DEPENDS+= clamav>=0:${PORTSDIR}/security/clamav +RUN_DEPENDS+= clamav>=0:security/clamav SUB_LIST+= CLAMD=clamd . else SUB_LIST+= CLAMD= @@ -302,22 +302,22 @@ CONFIGURE_ARGS+= --enable-domain-scale .endif .if ${PORT_OPTIONS:MCYRUS23} -RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd23 +RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:mail/cyrus-imapd23 CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver' .endif .if ${PORT_OPTIONS:MCYRUS24} -RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd24 +RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:mail/cyrus-imapd24 CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver' .endif .if ${PORT_OPTIONS:MDOVECOT1} -RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/deliver:${PORTSDIR}/mail/dovecot +RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/deliver:mail/dovecot CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/libexec/dovecot/deliver' .endif .if ${PORT_OPTIONS:MDOVECOT2} -RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/dovecot-lda:${PORTSDIR}/mail/dovecot2 +RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/dovecot-lda:mail/dovecot2 CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/libexec/dovecot/dovecot-lda' .endif @@ -327,22 +327,22 @@ _EXIM_EXT= -mysql . elif ${PORT_OPTIONS:MPGSQL} _EXIM_EXT= -postgresql . endif -RUN_DEPENDS+= exim:${PORTSDIR}/mail/exim${_EXIM_EXT} +RUN_DEPENDS+= exim:mail/exim${_EXIM_EXT} CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/sbin/exim' .endif .if ${PORT_OPTIONS:MMAILDROP} -RUN_DEPENDS+= maildrop:${PORTSDIR}/mail/maildrop +RUN_DEPENDS+= maildrop:mail/maildrop CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/bin/maildrop' .endif .if ${PORT_OPTIONS:MPROCMAIL} -RUN_DEPENDS+= procmail:${PORTSDIR}/mail/procmail +RUN_DEPENDS+= procmail:mail/procmail CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/bin/procmail' .endif .if ${PORT_OPTIONS:MSAFECAT} -RUN_DEPENDS+= safecat:${PORTSDIR}/sysutils/safecat +RUN_DEPENDS+= safecat:sysutils/safecat CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/safecat tmp new' .endif @@ -372,15 +372,15 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE} .if ${PORT_OPTIONS:MWEBUI} . if ${PORT_OPTIONS:MLIGHTTPD} -RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd +RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:www/lighttpd . else USE_APACHE_RUN= 22+ . endif -LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd -RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD -RUN_DEPENDS+= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph -RUN_DEPENDS+= p5-GD-Graph3d>=0:${PORTSDIR}/graphics/p5-GD-Graph3d -RUN_DEPENDS+= p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil +LIB_DEPENDS+= libgd.so:graphics/gd +RUN_DEPENDS+= p5-GD>=0:graphics/p5-GD +RUN_DEPENDS+= p5-GD-Graph>=0:graphics/p5-GD-Graph +RUN_DEPENDS+= p5-GD-Graph3d>=0:graphics/p5-GD-Graph3d +RUN_DEPENDS+= p5-GD-TextUtil>=0:graphics/p5-GD-TextUtil CONFIGURE_ARGS+=--enable-logging CONFIGURE_ARGS+=--enable-user-logging PLIST_SUB+= WebUI="" diff --git a/mail/elm/Makefile b/mail/elm/Makefile index b70199cf0f26..064275497093 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -16,7 +16,7 @@ LICENSE_NAME= Elm(tm) Mail System General Public License LICENSE_FILE= ${WRKSRC}/NOTICE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell +BUILD_DEPENDS= ispell:textproc/aspell-ispell CFLAGS+= -D_SIZE_T diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index 83e2ebc33bcd..fab6cda098ea 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -40,7 +40,7 @@ PLIST_SUB+= NLS="@comment " .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME) -LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= libgpgme.so:security/gpgme .else pre-everything:: @${ECHO_CMD} diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 0077e8385d0f..f5100232a1e6 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -32,7 +32,7 @@ NLS_USES= gettext OPTIONS_SUB= yes .if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME) -LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= libgpgme.so:security/gpgme .else pre-everything:: @${ECHO_CMD} diff --git a/mail/emailrelay/Makefile b/mail/emailrelay/Makefile index 6d0af861a64e..64e164616f4f 100644 --- a/mail/emailrelay/Makefile +++ b/mail/emailrelay/Makefile @@ -25,7 +25,7 @@ OPTIONS_DEFAULT= OPENSSL OPTIONS_SUB= yes DOXYGEN_CONFIGURE_WITH= doxygen -DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen GUI_CONFIGURE_ENABLE= gui GUI_CONFIGURE_ENV= e_qtmoc="${MOC}" diff --git a/mail/enma/Makefile b/mail/enma/Makefile index 6e843eb5c3ae..8172102b659d 100644 --- a/mail/enma/Makefile +++ b/mail/enma/Makefile @@ -35,9 +35,9 @@ OPTIONS_DEFINE= DOCS .if defined(WITH_POSTFIX_MILTER) || defined(WITH_POSTFIX) || defined(WITH_POSTFIX_CURRENT) CONF_SUB= ${REINPLACE_CMD} -e '/milter\.postfix/s/false/true/' ${WRKSRC}/enma/etc/enma.conf.sample . if defined(WITH_POSTFIX_CURRENT) -RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix-current +RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:mail/postfix-current . else -RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix +RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:mail/postfix . endif .endif @@ -48,10 +48,10 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix CONFIGURE_ARGS+= --with-resolver=libbind \ --with-libbind-incdir=${LOCALBASE}/include/bind \ --with-libbind-libdir=${LOCALBASE}/lib -BUILD_DEPENDS+= ${LOCALBASE}/lib/libbind.a:${PORTSDIR}/dns/libbind +BUILD_DEPENDS+= ${LOCALBASE}/lib/libbind.a:dns/libbind .else CONFIGURE_ARGS+= --with-resolver=ldns -LIB_DEPENDS+= libldns.so:${PORTSDIR}/dns/ldns +LIB_DEPENDS+= libldns.so:dns/ldns .endif pre-configure: diff --git a/mail/epstools/Makefile b/mail/epstools/Makefile index d6e1051731af..c314fb58db5c 100644 --- a/mail/epstools/Makefile +++ b/mail/epstools/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.inter7.com/eps/ MAINTAINER= ismail@EnderUNIX.org COMMENT= EPS (Email Parsing System) sample tools -BUILD_DEPENDS= ${LOCALBASE}/lib/libeps.a:${PORTSDIR}/mail/eps +BUILD_DEPENDS= ${LOCALBASE}/lib/libeps.a:mail/eps RUN_DEPENDS:= ${BUILD_DEPENDS} PORTDOCS= README diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile index bb1ffefcf207..aec60ad21563 100644 --- a/mail/esmtp/Makefile +++ b/mail/esmtp/Makefile @@ -12,7 +12,7 @@ COMMENT= Relay-only Mail Transfer Agent with sendmail compatible syntax LICENSE= GPLv2 -LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp +LIB_DEPENDS= libesmtp.so:mail/libesmtp USES= tar:bzip2 bison USE_OPENSSL= yes diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index ad83d821032a..7141155659c6 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -10,11 +10,11 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Evolution Microsoft Exchange plugin through Exchange Web Services -BUILD_DEPENDS= evolution>=3.0.0:${PORTSDIR}/mail/evolution -LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - libmspack.so:${PORTSDIR}/archivers/libmspack \ - libical.so:${PORTSDIR}/devel/libical -RUN_DEPENDS= evolution>=3.0.0:${PORTSDIR}/mail/evolution +BUILD_DEPENDS= evolution>=3.0.0:mail/evolution +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libmspack.so:archivers/libmspack \ + libical.so:devel/libical +RUN_DEPENDS= evolution>=3.0.0:mail/evolution PORTSCOUT= limitw:1,even diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile index a1f7756f56fe..c643887a5767 100644 --- a/mail/evolution-mapi/Makefile +++ b/mail/evolution-mapi/Makefile @@ -10,10 +10,10 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Evolution Microsoft Exchange plugin through OpenChange -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ - evolution>=3.0.0:${PORTSDIR}/mail/evolution -LIB_DEPENDS= libmapi.so:${PORTSDIR}/mail/libmapi -RUN_DEPENDS= evolution>=3.0.0:${PORTSDIR}/mail/evolution +BUILD_DEPENDS= itstool:textproc/itstool \ + evolution>=3.0.0:mail/evolution +LIB_DEPENDS= libmapi.so:mail/libmapi +RUN_DEPENDS= evolution>=3.0.0:mail/evolution PORTSCOUT= limitw:1,even diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index b30d638ae91f..751d8550a3cb 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -10,18 +10,18 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Integrated mail, calendar and address book distributed suite -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ - highlight:${PORTSDIR}/textproc/highlight -LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss \ - libgcr-3.so:${PORTSDIR}/security/gcr \ - libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 \ - libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \ - libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ - libcryptui.so:${PORTSDIR}/security/libcryptui \ - libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ - libnotify.so:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= highlight:${PORTSDIR}/textproc/highlight \ - gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring +BUILD_DEPENDS= itstool:textproc/itstool \ + highlight:textproc/highlight +LIB_DEPENDS= libnss3.so:security/nss \ + libgcr-3.so:security/gcr \ + libgtkspell3-3.so:textproc/gtkspell3 \ + libgeocode-glib.so:net/geocode-glib \ + libwebkitgtk-3.0.so:www/webkit-gtk3 \ + libcryptui.so:security/libcryptui \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libnotify.so:devel/libnotify +RUN_DEPENDS= highlight:textproc/highlight \ + gnome-keyring>=3.0.0:security/gnome-keyring PORTSCOUT= limitw:1,even @@ -80,29 +80,29 @@ MAPS_DESC= Contact maps LDAP_CONFIGURE_WITH= openldap LDAP_USE= OPENLDAP=yes -WEATHER_LIB_DEPENDS= libgweather-3.so:${PORTSDIR}/net/libgweather +WEATHER_LIB_DEPENDS= libgweather-3.so:net/libgweather WEATHER_CONFIGURE_ENABLE= weather SPAMASSASSIN_CONFIGURE_WITH= spamassassin -SPAMASSASSIN_BUILD_DEPENDS= spamassassin:${PORTSDIR}/mail/spamassassin -SPAMASSASSIN_RUN_DEPENDS= spamassassin:${PORTSDIR}/mail/spamassassin +SPAMASSASSIN_BUILD_DEPENDS= spamassassin:mail/spamassassin +SPAMASSASSIN_RUN_DEPENDS= spamassassin:mail/spamassassin BOGOFILTER_CONFIGURE_WITH= bogofilter -BOGOFILTER_BUILD_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter -BOGOFILTER_RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter +BOGOFILTER_BUILD_DEPENDS= bogofilter:mail/bogofilter +BOGOFILTER_RUN_DEPENDS= bogofilter:mail/bogofilter -CANBERRA_LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 +CANBERRA_LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 CANBERRA_CONFIGURE_ENABLE= canberra PST_CONFIGURE_ENABLE= pst-import -PST_BUILD_DEPENDS= libpst>=0.6.58_1:${PORTSDIR}/mail/libpst -PST_RUN_DEPENDS= libpst>=0.6.58_1:${PORTSDIR}/mail/libpst +PST_BUILD_DEPENDS= libpst>=0.6.58_1:mail/libpst +PST_RUN_DEPENDS= libpst>=0.6.58_1:mail/libpst CONFIGURE_ARGS+=--disable-contact-maps #MAPS_CONFIGURE_ENABLE= contact-maps -#MAPS_LIB_DEPENDS= libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain \ -# libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 -#MAPS_BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue +#MAPS_LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \ +# libclutter-gtk-1.0.so:graphics/clutter-gtk3 +#MAPS_BUILD_DEPENDS= geoclue>=0:net/geoclue .include <bsd.port.options.mk> diff --git a/mail/exilog/Makefile b/mail/exilog/Makefile index 0fe30d8f0c5f..a57f42093dc1 100644 --- a/mail/exilog/Makefile +++ b/mail/exilog/Makefile @@ -13,7 +13,7 @@ COMMENT= Tool to centralize and visualize Exim logs with a web front end LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -#RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask +#RUN_DEPENDS= p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask OPTIONS_DEFINE= DOCS @@ -28,11 +28,11 @@ WITH_SQL_BACKEND?= mysql .if (${WITH_SQL_BACKEND} == "mysql") WITH_MYSQL= yes -RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql SERVER= mysql .elif (${WITH_SQL_BACKEND} == "postgresql") WITH_POSTGRESQL= yes -RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg SERVER= postgresql .else BROKEN= You should specify sql backend using WITH_SQL_BACKEND diff --git a/mail/exim-monitor/Makefile b/mail/exim-monitor/Makefile index f182e079368c..56657d9a1e78 100644 --- a/mail/exim-monitor/Makefile +++ b/mail/exim-monitor/Makefile @@ -13,6 +13,6 @@ OPTIONS_SLAVE= EXIMON # This dependency is disabled, because it prevents package users from # using the exim-monitor package with any of the exim slave packages. # -#RUN_DEPENDS= ${LOCALBASE}/sbin/exim:${PORTSDIR}/mail/exim +#RUN_DEPENDS= ${LOCALBASE}/sbin/exim:mail/exim .include "${MASTERDIR}/Makefile" diff --git a/mail/exim/Makefile b/mail/exim/Makefile index ae85ab4d561d..7f2e3378b45e 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -41,21 +41,21 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_SUB= yes -AUTH_SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +AUTH_SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 BDB_USE= bdb=yes -DMARC_LIB_DEPENDS= libopendmarc.so:${PORTSDIR}/mail/opendmarc +DMARC_LIB_DEPENDS= libopendmarc.so:mail/opendmarc EMBEDDED_PERL_USE= perl5=run,build EXIMON_USE= xorg=x11,xaw,xt -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls ICONV_USES= iconv:lib,build -INTERNATIONAL_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn +INTERNATIONAL_LIB_DEPENDS= libidn.so:dns/libidn MYSQL_USE= mysql=yes OPENLDAP_USE= openldap=yes PGSQL_USES= pgsql -REDIS_LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis -SASLAUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd -SA_EXIM_RUN_DEPENDS= ${LOCALBASE}/bin/spamc:${PORTSDIR}/mail/spamassassin -SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 +REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis +SASLAUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:security/cyrus-sasl2-saslauthd +SA_EXIM_RUN_DEPENDS= ${LOCALBASE}/bin/spamc:mail/spamassassin +SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 SQLITE_USE= sqlite=yes SQLITE_USES= pkgconfig @@ -185,7 +185,7 @@ WITH_DEFAULT_CHARSET?= ISO-8859-1 # You should not need to fiddle with anything below this point. -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre .if ! ${PORT_OPTIONS:MDKIM} SEDLIST+= -e 's,^\# (DISABLE_DKIM=),\1,' @@ -365,7 +365,7 @@ SEDLIST+= -e 's,XX_RADIUS_LIBS_XX,-lradius,' \ -e 's,^\# (RADIUS_CONFIG_FILE=).*,\1/etc/radius.conf,' \ -e 's,^\# (RADIUS_LIB_TYPE=).*,\1RADLIB,' .elif ${WITH_RADIUS_TYPE:tl} == radiusclient -LIB_DEPENDS+= libradiusclient-ng.so:${PORTSDIR}/net/radiusclient +LIB_DEPENDS+= libradiusclient-ng.so:net/radiusclient SEDLIST+= -e 's,XX_RADIUS_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib -lradiusclient-ng,' \ -e 's,^\# (RADIUS_CONFIG_FILE=).*,\1${LOCALBASE:S/,/\\,/g}/etc/radiusclient-ng/radiusclient.conf,' \ -e 's,^\# (RADIUS_LIB_TYPE=).*,\1RADIUSCLIENTNEW,' @@ -461,7 +461,7 @@ SEDLIST+= -e 's,XX_SPF_FLAGS_XX,,' \ .endif .if ${PORT_OPTIONS:MSRS} -LIB_DEPENDS+= libsrs_alt.so:${PORTSDIR}/mail/libsrs_alt +LIB_DEPENDS+= libsrs_alt.so:mail/libsrs_alt SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DEXPERIMENTAL_SRS,' \ -e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs_alt,' .else diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index c3b1b660c5e2..26e0f37ac974 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -13,8 +13,8 @@ MAINTAINER?= cy@FreeBSD.org COMMENT?= X11/TK based mail reader front end to MH .if defined(JAPANESE_EXMH) -RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 -BUILD_DEPENDS= tclsh8.0jp:${PORTSDIR}/japanese/tcl80 +RUN_DEPENDS= wish8.0jp:japanese/tk80 +BUILD_DEPENDS= tclsh8.0jp:japanese/tcl80 WISH= wish8.0jp TCLSH= tclsh8.0jp .else @@ -23,14 +23,14 @@ USES= tk # exmh is pretty useless without this, but it's not needed to build it. .if defined(JAPANESE_EXMH) -RUN_DEPENDS+= repl:${PORTSDIR}/japanese/mh +RUN_DEPENDS+= repl:japanese/mh .else -RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh +RUN_DEPENDS+= repl:mail/nmh SCRIPTS_ENV+= USE_NMH=YES .endif # full mime support needs mmencode/mmdecode from metamail -RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail +RUN_DEPENDS+= mmencode:mail/metamail # Additionally, exmh will use the following ports if present: # lang/expect diff --git a/mail/ez-pine-gpg/Makefile b/mail/ez-pine-gpg/Makefile index fa9137ddc56d..8155a800a84a 100644 --- a/mail/ez-pine-gpg/Makefile +++ b/mail/ez-pine-gpg/Makefile @@ -13,7 +13,7 @@ COMMENT= Set of scripts to use gpg with Pine LICENSE= GPLv2+ -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= gpg:security/gnupg USES= tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 148c4a1bfdcc..0ce4cfb01fe0 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -38,13 +38,13 @@ X11_CONFIGURE_WITH= x AUDIO_CONFIGURE_ENABLE= audio NAS_CONFIGURE_ON= --with-audio-cmd=${LOCALBASE}/bin/auplay -NAS_RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas +NAS_RUN_DEPENDS= auplay:audio/nas SOX_CONFIGURE_ON= --with-audio-cmd=${LOCALBASE}/bin/play -SOX_RUN_DEPENDS= play:${PORTSDIR}/audio/sox +SOX_RUN_DEPENDS= play:audio/sox RPLAY_CONFIGURE_ON= --with-audio-cmd=${LOCALBASE}/bin/rplay -RPLAY_RUN_DEPENDS= rplay:${PORTSDIR}/audio/rplay +RPLAY_RUN_DEPENDS= rplay:audio/rplay USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 19c7a5115849..43abace3b389 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -11,8 +11,8 @@ COMMENT= Fetches and delivers mail LICENSE= ISCL -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libtdb.so:${PORTSDIR}/databases/tdb +LIB_DEPENDS= libpcre.so:devel/pcre \ + libtdb.so:databases/tdb PLIST_FILES= bin/fdm man/man1/fdm.1.gz man/man5/fdm.conf.5.gz PORTDOCS= CHANGES README MANUAL diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index de6e2c884700..cdeee23f1303 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -14,7 +14,7 @@ COMMENT= Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual -RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss # Note USERS can only contain a single word as parts below rely on that. USERS= ${PORTNAME} @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --enable-POP2 .if ${PORT_OPTIONS:MX11} USES+= python -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter PLIST_SUB+= NOX11="@comment " .else CONFIGURE_ARGS+= PYTHON=: diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile index 113824a6b8c6..59e713566241 100644 --- a/mail/gbuffy/Makefile +++ b/mail/gbuffy/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/gbuffy-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ multiple mailbox "biff" program -LIB_DEPENDS= libPropList.so:${PORTSDIR}/devel/libPropList \ - libcompface.so:${PORTSDIR}/mail/faces +LIB_DEPENDS= libPropList.so:devel/libPropList \ + libcompface.so:mail/faces GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib diff --git a/mail/geary/Makefile b/mail/geary/Makefile index 2fea81c37504..9b02652843d9 100644 --- a/mail/geary/Makefile +++ b/mail/geary/Makefile @@ -11,14 +11,14 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Mail client for GNOME 3 -BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala \ - bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ - libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ - libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ - libnotify.so:${PORTSDIR}/devel/libnotify \ - libgee-0.8.so:${PORTSDIR}/devel/libgee \ - libgcr-3.so:${PORTSDIR}/security/gcr +BUILD_DEPENDS= vapigen:lang/vala \ + bash:shells/bash +LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ + libwebkitgtk-3.0.so:www/webkit-gtk3 \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libnotify.so:devel/libnotify \ + libgee-0.8.so:devel/libgee \ + libgcr-3.so:security/gcr USES= cmake desktop-file-utils gettext gmake \ libtool pkgconfig shebangfix tar:xz diff --git a/mail/gkrellmmailwatch2/Makefile b/mail/gkrellmmailwatch2/Makefile index 469377caaa78..a45f09ad87c6 100644 --- a/mail/gkrellmmailwatch2/Makefile +++ b/mail/gkrellmmailwatch2/Makefile @@ -14,8 +14,8 @@ COMMENT= GKrellM mailwatch plugin LICENSE= GPLv2+ -BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 -RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 +RUN_DEPENDS= gkrellm:sysutils/gkrellm2 WRKSRC= ${WRKDIR}/gkrellm-mailwatch diff --git a/mail/gld/Makefile b/mail/gld/Makefile index 0642d01e25e8..4e62e03685ec 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -30,7 +30,7 @@ LOCAL_DB_SERVER_DESC= RUN_DEPEND also on selected DB server CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} USE_MYSQL= yes . if ${PORT_OPTIONS:MLOCAL_DB_SERVER} -RUN_DEPENDS+= mysql-server>=0:${PORTSDIR}/databases/mysql${MYSQL_VER}-server +RUN_DEPENDS+= mysql-server>=0:databases/mysql${MYSQL_VER}-server SUB_LIST+= MYSQL=mysql SUB_LIST+= PGSQL= . else @@ -42,7 +42,7 @@ SUB_LIST+= MYSQL= CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} USES+= pgsql . if ${PORT_OPTIONS:MLOCAL_DB_SERVER} -RUN_DEPENDS+= postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server +RUN_DEPENDS+= postgresql-server>=0:databases/postgresql${PGSQL_VER}-server SUB_LIST+= PGSQL=postgresql SUB_LIST+= MYSQL= . else diff --git a/mail/gmime2-sharp/Makefile b/mail/gmime2-sharp/Makefile index da1c10ad7ec9..9d9fbda31e84 100644 --- a/mail/gmime2-sharp/Makefile +++ b/mail/gmime2-sharp/Makefile @@ -10,7 +10,7 @@ COMMENT= Mono bindings for gmime IGNORE= try to install weaked-named assembly into the GAC -LIB_DEPENDS= libgmime-2.0.so:${PORTSDIR}/mail/gmime2 +LIB_DEPENDS= libgmime-2.0.so:mail/gmime2 MASTERDIR= ${.CURDIR}/../gmime2 BUILD_WRKSRC= ${WRKSRC}/mono diff --git a/mail/gmime24-sharp/Makefile b/mail/gmime24-sharp/Makefile index 94d8daa62c4f..fd9abe3e1f94 100644 --- a/mail/gmime24-sharp/Makefile +++ b/mail/gmime24-sharp/Makefile @@ -8,7 +8,7 @@ PKGNAMESUFFIX= 24-sharp MAINTAINER= mono@FreeBSD.org COMMENT= Mono bindings for gmime -LIB_DEPENDS= libgmime-2.4.so:${PORTSDIR}/mail/gmime24 +LIB_DEPENDS= libgmime-2.4.so:mail/gmime24 MASTERDIR= ${.CURDIR}/../gmime24 BUILD_WRKSRC= ${WRKSRC}/mono diff --git a/mail/gmime26-sharp/Makefile b/mail/gmime26-sharp/Makefile index 19b3b0c685d4..af85c1cbec65 100644 --- a/mail/gmime26-sharp/Makefile +++ b/mail/gmime26-sharp/Makefile @@ -8,7 +8,7 @@ PKGNAMESUFFIX= 26-sharp MAINTAINER= mono@FreeBSD.org COMMENT= Mono bindings for gmime -LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 +LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 USES= mono MASTERDIR= ${.CURDIR}/../gmime26 diff --git a/mail/gnarwl/Makefile b/mail/gnarwl/Makefile index a469f5859433..ed44197655da 100644 --- a/mail/gnarwl/Makefile +++ b/mail/gnarwl/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.onyxbits.de/sites/default/files/download/15/ MAINTAINER= ports@FreeBSD.org COMMENT= Email autoresponder that gets data from LDAP -LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm -BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed +LIB_DEPENDS= libgdbm.so:databases/gdbm +BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:textproc/gsed USES= iconv gmake tar:tgz USE_OPENLDAP= yes diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile index b2b4a7940376..ce22e88392f6 100644 --- a/mail/gnome-gmail-notifier/Makefile +++ b/mail/gnome-gmail-notifier/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Gmail Inbox Monitor for the GNOME2 desktop -LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ - libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= libnotify.so:devel/libnotify \ + libsoup-2.4.so:devel/libsoup \ + libgnome-keyring.so:security/libgnome-keyring GNU_CONFIGURE= yes USES= gettext gmake pkgconfig tar:bzip2 diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index b5ffa7d64945..84cc8d88f1d8 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -12,7 +12,7 @@ COMMENT= Mail notification program for Gnome OPTIONS_DEFINE= NLS -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:devel/popt USE_GNOME= intlhack libglade2 esound USES= cpe fam gmake pathfix pkgconfig diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index b6cf3612029b..8d4324c76f0d 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -16,8 +16,8 @@ LICENSE= GPLv2 USES= cpe gnustep CPE_VENDOR= gnu USE_GNUSTEP= back build -LIB_DEPENDS= libPantomime.so:${PORTSDIR}/mail/pantomime \ - libAddresses.so:${PORTSDIR}/mail/addresses +LIB_DEPENDS= libPantomime.so:mail/pantomime \ + libAddresses.so:mail/addresses USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} .include <bsd.port.mk> diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile index 62b20f9f6811..fea9a6961e87 100644 --- a/mail/gotmail/Makefile +++ b/mail/gotmail/Makefile @@ -13,9 +13,9 @@ COMMENT= Script to fetch mail from a Hotmail or MSN mailbox LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= curl:ftp/curl \ + p5-URI>=0:net/p5-URI \ + p5-Net>=0:net/p5-Net USES= perl5 shebangfix diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 2ce727379e23..3d871b0b7e22 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Search mailboxes for a given regexp and display matching emails -BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ - p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ - p5-Mail-Mbox-MessageParser>=0:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser +BUILD_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate \ + p5-Date-Manip>=0:devel/p5-Date-Manip \ + p5-Mail-Mbox-MessageParser>=0:mail/p5-Mail-Mbox-MessageParser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile index bc5e5bf259ac..0316d56481cb 100644 --- a/mail/greylite/Makefile +++ b/mail/greylite/Makefile @@ -12,7 +12,7 @@ COMMENT= Modified greylisting for qmail and for any other MDA LICENSE= BSD3CLAUSE -RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp +RUN_DEPENDS= tcpserver:sysutils/ucspi-tcp USES= sqlite tar:bzip2 PLIST_FILES= bin/greylite \ @@ -31,12 +31,12 @@ UCSPI2SOCKET_DESC= Module for using greylite as SMTP proxy .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGEOIP} -LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libGeoIP.so:net/GeoIP MAKE_ARGS+= WITH_GEOIP=yep .endif .if ${PORT_OPTIONS:MDNSBLENV} -LIB_DEPENDS+= libcares.so:${PORTSDIR}/dns/c-ares +LIB_DEPENDS+= libcares.so:dns/c-ares MAKE_ARGS+= WITH_DNSBLENV=yep PLIST_SUB+= DNSBLENV="" .else diff --git a/mail/horde-ingo/Makefile b/mail/horde-ingo/Makefile index 3052b9d03ea3..82eb8798c614 100644 --- a/mail/horde-ingo/Makefile +++ b/mail/horde-ingo/Makefile @@ -29,7 +29,7 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util # Optional but we want it -RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve \ - ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket +RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:net/pear-Net_Sieve \ + ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket .include <bsd.port.mk> diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 74c840caf04f..b40c83b7eaee 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -18,7 +18,7 @@ COMMENT= University of Washington IMAP4rev1/POP2/POP3 mail servers LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libc-client4.so.9:${PORTSDIR}/mail/cclient +LIB_DEPENDS= libc-client4.so.9:mail/cclient CONFLICTS_INSTALL= panda-imap-20* @@ -42,7 +42,7 @@ NETSCAPE_BRAIN_DAMAGE_DESC= See Makefile for documentation .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDRAC} -BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac MAKE_ARGS+= WITH_DRAC=yes .endif diff --git a/mail/imapfilter/Makefile b/mail/imapfilter/Makefile index 7cee1a64c02c..5c6210c231bd 100644 --- a/mail/imapfilter/Makefile +++ b/mail/imapfilter/Makefile @@ -11,7 +11,7 @@ COMMENT= IMAP mail filtering utility LICENSE= MIT -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:devel/pcre USES= lua USE_OPENSSL= yes diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index 53e42691b591..b926db33b68c 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -10,12 +10,12 @@ MASTER_SITES= https://codeload.github.com/imapsync/imapsync/tar.gz/imapsync-${PO MAINTAINER= pi@FreeBSD.org COMMENT= IMAP synchronization, copy or migration tool -RUN_DEPENDS= p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \ - p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-IO-Tee>0:${PORTSDIR}/devel/p5-IO-Tee \ - p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Unicode-String>0:${PORTSDIR}/converters/p5-Unicode-String \ - p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive +RUN_DEPENDS= p5-Mail-IMAPClient>0:mail/p5-Mail-IMAPClient \ + p5-Term-ReadKey>0:devel/p5-Term-ReadKey \ + p5-IO-Tee>0:devel/p5-IO-Tee \ + p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL \ + p5-Unicode-String>0:converters/p5-Unicode-String \ + p5-File-Copy-Recursive>0:devel/p5-File-Copy-Recursive WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} diff --git a/mail/imaputils/Makefile b/mail/imaputils/Makefile index c1d4becd608b..923e935f909c 100644 --- a/mail/imaputils/Makefile +++ b/mail/imaputils/Makefile @@ -24,11 +24,11 @@ OPTIONS_DEFINE= SSL UNICODE .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} -RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL +RUN_DEPENDS+= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL .endif .if ${PORT_OPTIONS:MUNICODE} -RUN_DEPENDS+= p5-Unicode-IMAPUtf7>=0:${PORTSDIR}/converters/p5-Unicode-IMAPUtf7 +RUN_DEPENDS+= p5-Unicode-IMAPUtf7>=0:converters/p5-Unicode-IMAPUtf7 .endif .include <bsd.port.mk> diff --git a/mail/isbg/Makefile b/mail/isbg/Makefile index 1de4ff42ef73..0116f95259e8 100644 --- a/mail/isbg/Makefile +++ b/mail/isbg/Makefile @@ -11,8 +11,8 @@ COMMENT= Scan an IMAP inbox for spam using SpamAssassin # any OSI approved open source license LICENSE= BSD2CLAUSE -RUN_DEPENDS= spamassassin:${PORTSDIR}/mail/spamassassin \ - ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:${PORTSDIR}/devel/py-docopt +RUN_DEPENDS= spamassassin:mail/spamassassin \ + ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt USE_GITHUB= yes diff --git a/mail/isync/Makefile b/mail/isync/Makefile index ff0b582226e4..5b8cc093fc59 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -12,7 +12,7 @@ COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags LICENSE= GPLv2 -LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 USES= alias cpe CPE_VENDOR= oswald_buddenhagen diff --git a/mail/junkfilter/Makefile b/mail/junkfilter/Makefile index eaf17417994b..f07d039c7c86 100644 --- a/mail/junkfilter/Makefile +++ b/mail/junkfilter/Makefile @@ -14,7 +14,7 @@ COMMENT= Spam filtering software for procmail PORTSCOUT= limit:^20 -RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail +RUN_DEPENDS= procmail:mail/procmail NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile index 01f429d0f91a..c174beb863d9 100644 --- a/mail/lbdb/Makefile +++ b/mail/lbdb/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= alexey@renatasystems.org COMMENT= Tools for use with mutt external mail address query feature -RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed +RUN_DEPENDS= gsed:textproc/gsed OPTIONS_DEFINE= ABOOK EVOLUTION GPG LDAP ABOOK_DESC= abook address book support @@ -32,24 +32,24 @@ WITH_GETENT= yes .endif .if ${PORT_OPTIONS:MGPG} -BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS+= gpg:security/gnupg +RUN_DEPENDS+= gpg:security/gnupg PLIST_SUB+= GPG="" .else PLIST_SUB+= GPG="@comment " .endif .if ${PORT_OPTIONS:MABOOK} -BUILD_DEPENDS+= abook:${PORTSDIR}/mail/abook -RUN_DEPENDS+= abook:${PORTSDIR}/mail/abook +BUILD_DEPENDS+= abook:mail/abook +RUN_DEPENDS+= abook:mail/abook PLIST_SUB+= ABOOK="" .else PLIST_SUB+= ABOOK="@comment " .endif .if ${PORT_OPTIONS:MEVOLUTION} -BUILD_DEPENDS+= evolution:${PORTSDIR}/mail/evolution -RUN_DEPENDS+= evolution:${PORTSDIR}/mail/evolution +BUILD_DEPENDS+= evolution:mail/evolution +RUN_DEPENDS+= evolution:mail/evolution PLIST_SUB+= EVOLUTION="" .else PLIST_SUB+= EVOLUTION="@comment " @@ -62,7 +62,7 @@ PLIST_SUB+= GETENT="@comment " .endif .if ${PORT_OPTIONS:MLDAP} -RUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap +RUN_DEPENDS+= p5-perl-ldap>=0:net/p5-perl-ldap .endif post-patch: diff --git a/mail/libcmime/Makefile b/mail/libcmime/Makefile index 3ee8c9154d13..a8c267ac57b9 100644 --- a/mail/libcmime/Makefile +++ b/mail/libcmime/Makefile @@ -26,7 +26,7 @@ PORTDOCS= AUTHORS CHANGELOG INSTALL README .include <bsd.port.options.mk> .if ${OSVERSION} < 1000033 -BUILD_DEPENDS+= flex>=2.5.33:${PORTSDIR}/textproc/flex +BUILD_DEPENDS+= flex>=2.5.33:textproc/flex CMAKE_ARGS+= -DFLEX_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/flex .endif @@ -35,8 +35,8 @@ CMAKE_ARGS+= -DENABLE_DEBUG=TRUE .endif .if ${PORT_OPTIONS:MDOXYGEN} -BUILD_DEPENDS+= doxygen>=1.8:${PORTSDIR}/devel/doxygen \ - dot:${PORTSDIR}/graphics/graphviz +BUILD_DEPENDS+= doxygen>=1.8:devel/doxygen \ + dot:graphics/graphviz CMAKE_ARGS+= -DENABLE_DOC=TRUE .endif diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 2b77261920c4..93fc560f467c 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -11,9 +11,9 @@ COMMENT= Mail framework for C language LICENSE= BSD3CLAUSE -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= libcurl.so:ftp/curl \ + libexpat.so:textproc/expat2 \ + libsasl2.so:security/cyrus-sasl2 USE_GITHUB= yes GH_ACCOUNT= dinhviethoa @@ -32,8 +32,8 @@ OPTIONS_SINGLE_CRYPTO= GNUTLS OPENSSL OPTIONS_DEFAULT= OPENSSL GNUTLS_CONFIGURE_ON= --without-openssl --with-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 IPV6_CONFIGURE_ENABLE= ipv6 diff --git a/mail/libmapi/Makefile b/mail/libmapi/Makefile index ef3cbae6edac..b83b1d6f8526 100644 --- a/mail/libmapi/Makefile +++ b/mail/libmapi/Makefile @@ -11,15 +11,15 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Open Source implementation of Microsoft Exchange protocols BUILD_DEPENDS= ${SAMBA_DEP} \ - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - p5-Parse-Pidl>=4.0.1:${PORTSDIR}/devel/p5-Parse-Pidl -LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical \ - libnanomsg.so:${PORTSDIR}/net/nanomsg \ - libmemcached.so:${PORTSDIR}/databases/libmemcached \ - libcheck.so:${PORTSDIR}/devel/libcheck \ - libtdb.so:${PORTSDIR}/databases/tdb \ - libtevent.so:${PORTSDIR}/devel/tevent \ - libtalloc.so:${PORTSDIR}/devel/talloc + ${LOCALBASE}/bin/flex:textproc/flex \ + p5-Parse-Pidl>=4.0.1:devel/p5-Parse-Pidl +LIB_DEPENDS= libical.so:devel/libical \ + libnanomsg.so:net/nanomsg \ + libmemcached.so:databases/libmemcached \ + libcheck.so:devel/libcheck \ + libtdb.so:databases/tdb \ + libtevent.so:devel/tevent \ + libtalloc.so:devel/talloc RUN_DEPENDS= ${SAMBA_DEP} CODENAME= VULCAN @@ -49,10 +49,10 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= BOOST DOXYGEN # SAMBA43 OPTIONS_DEFAULT=BOOST -BOOST_LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs +BOOST_LIB_DEPENDS= libboost_thread.so:devel/boost-libs BOOST_CONFIGURE_ENV_OFF= ov_cv_boost_thread=no BOOST_DESC= libmapi C++ library (needs boost) -DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_path_DOXYGEN="" SAMBA43_DESC= Build agains samba 4.3 instead of 4.2 @@ -60,10 +60,10 @@ SAMBA43_DESC= Build agains samba 4.3 instead of 4.2 # no support for samba 4.3 yet .if ${PORT_OPTIONS:MSAMBA43} -SAMBA_DEP= samba43>=4.3.0:${PORTSDIR}/net/samba43 +SAMBA_DEP= samba43>=4.3.0:net/samba43 PLIST_SUB+= SAMBA=samba43 .else -SAMBA_DEP= samba42>=4.2.0:${PORTSDIR}/net/samba42 +SAMBA_DEP= samba42>=4.2.0:net/samba42 PLIST_SUB+= SAMBA=samba42 .endif diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index 267fa103525a..37fa00e46150 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -14,7 +14,7 @@ COMMENT= Tool for converting Outlook .pst files to mbox and other formats LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgsf-1.so:${PORTSDIR}/devel/libgsf +LIB_DEPENDS= libgsf-1.so:devel/libgsf OPTIONS_DEFINE= DOCS PST2DII OPTIONS_SUB= yes @@ -28,11 +28,11 @@ USES= gmake iconv libtool pathfix pkgconfig PORTDOCS= * -PST2DII_BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +PST2DII_BUILD_DEPENDS= convert:graphics/ImageMagick PST2DII_CONFIGURE_OFF= --enable-dii=no PST2DII_CONFIGURE_ON= --enable-dii=yes -PST2DII_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd -PST2DII_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +PST2DII_LIB_DEPENDS= libgd.so:graphics/gd +PST2DII_RUN_DEPENDS= convert:graphics/ImageMagick post-patch: @${GREP} -lr malloc.h ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index cf462babd092..e9617980b9a7 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -12,8 +12,8 @@ COMMENT= All-in-one Internet mail library LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ - libgsasl.so:${PORTSDIR}/security/gsasl +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgsasl.so:security/gsasl USE_GITHUB= yes GH_ACCOUNT= kisli diff --git a/mail/listadmin/Makefile b/mail/listadmin/Makefile index 9efbd2622623..c792419d1f23 100644 --- a/mail/listadmin/Makefile +++ b/mail/listadmin/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= http://heim.ifi.uio.no/kjetilho/hacks/ MAINTAINER= christer.edwards@gmail.com COMMENT= Command-line alternative to Mailman Web interface -RUN_DEPENDS= p5-Text-Reform>=0:${PORTSDIR}/textproc/p5-Text-Reform \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-Text-Reform>=0:textproc/p5-Text-Reform \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ + p5-libwww>=0:www/p5-libwww USES= perl5 shebangfix USE_PERL5= run diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile index f8648920e5e9..0fe96005a782 100644 --- a/mail/lmtp2nntp/Makefile +++ b/mail/lmtp2nntp/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= OSSP/tool/${PORTNAME} MAINTAINER= vd@FreeBSD.org COMMENT= OSSP mail to news gateway -LIB_DEPENDS= libstr.so:${PORTSDIR}/devel/str \ - libex.so:${PORTSDIR}/devel/ossp-ex \ - libsa.so:${PORTSDIR}/net/ossp-sa \ - libvar.so:${PORTSDIR}/devel/ossp-var +LIB_DEPENDS= libstr.so:devel/str \ + libex.so:devel/ossp-ex \ + libsa.so:net/ossp-sa \ + libvar.so:devel/ossp-var GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ex=${LOCALBASE} --with-str=${LOCALBASE} \ diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index c5ed51890e16..fed418c3b6db 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -39,8 +39,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFLICTS= courier-0.65* libunicode-[0-9]* -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \ - libcourier-unicode.so:${PORTSDIR}/devel/courier-unicode +LIB_DEPENDS+= libpcre.so:devel/pcre \ + libcourier-unicode.so:devel/courier-unicode MAILDROP_LOG_COLUMNS?= 72 # lenght of 'File:' line in log @@ -73,9 +73,9 @@ MAILWRAPPER_DESC= Let configure guess which sendmail binary to use OPTIONS_SUB= yes GDBM_CONFIGURE_ON= --with-db=gdbm GDBM_CONFIGURE_OFF= --with-db=db -GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm IDN_CONFIGURE_WITH= libidn -IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn +IDN_LIB_DEPENDS= libidn.so:dns/libidn MAILWRAPPER_CONFIGURE_OFF= --enable-sendmail=/usr/sbin/sendmail DOVECOTAUTH_CONFIGURE_ENABLE= dovecotauth @@ -122,8 +122,8 @@ post-patch: .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep) .include "${.CURDIR}/../../security/courier-authlib/Makefile.dep" .endif -BUILD_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base +BUILD_DEPENDS+= courierauthconfig:security/courier-authlib-base +RUN_DEPENDS+= courierauthconfig:security/courier-authlib-base CONFIGURE_ARGS+= --enable-authlib .else CONFIGURE_ARGS+= --disable-authlib diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile index 36be0b52bc61..e2a10e638d6a 100644 --- a/mail/mailest/Makefile +++ b/mail/mailest/Makefile @@ -15,10 +15,10 @@ LICENSE_COMB= multi LICENSE_FILE_${L}= ${WRKSRC}/LICENSE.${L} .endfor -LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ - libqdbm.so:${PORTSDIR}/databases/qdbm \ - libestraier.so:${PORTSDIR}/textproc/hyperestraier -RUN_DEPENDS= mewl:${PORTSDIR}/mail/mew +LIB_DEPENDS= libevent.so:devel/libevent2 \ + libqdbm.so:databases/qdbm \ + libestraier.so:textproc/hyperestraier +RUN_DEPENDS= mewl:mail/mew USES= iconv fakeroot USE_EMACS= yes diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile index bc21c94ea47b..a071d8c17301 100644 --- a/mail/mailfront/Makefile +++ b/mail/mailfront/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ MAINTAINER= uffe@uffe.org COMMENT= Mail server network protocol front-ends -LIB_DEPENDS= libcvm-v2client.so:${PORTSDIR}/security/cvm +LIB_DEPENDS= libcvm-v2client.so:security/cvm OPTIONS_DEFINE= LUA DOCS diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index cbef93b29e70..92a10d313280 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://mailgraph.schweikert.ch/pub/ \ MAINTAINER= dgeo@centrale-marseille.fr COMMENT= RRDtool frontend for Postfix statistics -RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ - p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail +RUN_DEPENDS= rrdtool>=0:databases/rrdtool \ + p5-File-Tail>=0:devel/p5-File-Tail NO_BUILD= yes USES= perl5 shebangfix diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 3d2caed3cb02..d7350e06da23 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -95,8 +95,8 @@ MAIL_GID?= mail .endif .if ${PORT_OPTIONS:MPOSTFIX} -BUILD_DEPENDS+= postfix:${PORTSDIR}/mail/postfix -RUN_DEPENDS+= postfix:${PORTSDIR}/mail/postfix +BUILD_DEPENDS+= postfix:mail/postfix +RUN_DEPENDS+= postfix:mail/postfix MAIL_GID?= mailman EXTRA_PATCHES+= ${FILESDIR}/postfix-verp.diff .endif @@ -117,7 +117,7 @@ PKGNAMESUFFIX+= -with-htdig #X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1632.patch.xz #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory PATCHFILES+= msapiro-htdig-1632.patch.xz -RUN_DEPENDS+= htdig:${PORTSDIR}/textproc/htdig +RUN_DEPENDS+= htdig:textproc/htdig PLIST_SUB+= SUB_HTDIG="" .else PLIST_SUB+= SUB_HTDIG="@comment " @@ -125,12 +125,12 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-LP1551075 .endif .if ${PORT_OPTIONS:MNAMAZU2} -RUN_DEPENDS+= mknmz:${PORTSDIR}/databases/namazu2 +RUN_DEPENDS+= mknmz:databases/namazu2 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Mailman-Cgi-private.py .endif -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython pre-everything:: @${ECHO} "" diff --git a/mail/mailpile/Makefile b/mail/mailpile/Makefile index e3e7c408d7de..42a315f2b2fe 100644 --- a/mail/mailpile/Makefile +++ b/mail/mailpile/Makefile @@ -10,11 +10,11 @@ COMMENT= Locally hosted web-browser based mail client LICENSE= AGPLv3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:${PORTSDIR}/devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}pgpdump>=0:${PORTSDIR}/security/py-pgpdump \ - ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns \ - ${PYTHON_PKGNAMEPREFIX}spambayes>=0:${PORTSDIR}/mail/py-spambayes +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}pgpdump>=0:security/py-pgpdump \ + ${PYTHON_PKGNAMEPREFIX}dns>=0:dns/py-dns \ + ${PYTHON_PKGNAMEPREFIX}spambayes>=0:mail/py-spambayes USE_GITHUB= yes GH_ACCOUNT= mailpile diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index 36553b56960f..becb71528b3e 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -14,29 +14,29 @@ COMMENT= Powerful virus/spam scanning framework for mail gateways LICENSE= GPLv2 BUILD_DEPENDS= \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-HTML-Tagset>=0:${PORTSDIR}/www/p5-HTML-Tagset \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Convert-TNEF>=0:${PORTSDIR}/converters/p5-Convert-TNEF \ - p5-Convert-BinHex>=0:${PORTSDIR}/converters/p5-Convert-BinHex \ - p5-Net-CIDR>=0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ - p5-Net-Ident>=0:${PORTSDIR}/net/p5-Net-Ident \ - p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ - p5-Filesys-Df>=0:${PORTSDIR}/sysutils/p5-Filesys-Df \ - p5-Sys-Hostname-Long>=0:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ - p5-OLE-Storage_Lite>=0:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ - p5-Sys-SigAction>=0:${PORTSDIR}/devel/p5-Sys-SigAction + p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-DBI>=0:databases/p5-DBI \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-HTML-Tagset>=0:www/p5-HTML-Tagset \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-Convert-TNEF>=0:converters/p5-Convert-TNEF \ + p5-Convert-BinHex>=0:converters/p5-Convert-BinHex \ + p5-Net-CIDR>=0:net-mgmt/p5-Net-CIDR \ + p5-Net-Ident>=0:net/p5-Net-Ident \ + p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-DBI>=0:databases/p5-DBI \ + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-Filesys-Df>=0:sysutils/p5-Filesys-Df \ + p5-Sys-Hostname-Long>=0:sysutils/p5-Sys-Hostname-Long \ + p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \ + p5-Sys-SigAction>=0:devel/p5-Sys-SigAction RUN_DEPENDS:= ${BUILD_DEPENDS} \ - bash:${PORTSDIR}/shells/bash \ - tnef:${PORTSDIR}/converters/tnef \ - wget:${PORTSDIR}/ftp/wget + bash:shells/bash \ + tnef:converters/tnef \ + wget:ftp/wget CONFLICTS= MailScanner-devel-[0-9]* @@ -67,31 +67,31 @@ OPTIONS_DEFAULT= SPAMASSASSIN CLAMAV .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSPAMASSASSIN} -RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin +RUN_DEPENDS+= spamassassin:mail/spamassassin PLIST_SUB+= SPAMASSASSIN="" .else PLIST_SUB+= SPAMASSASSIN="@comment " .endif .if ${PORT_OPTIONS:MCLAMAV} -RUN_DEPENDS+= clamscan:${PORTSDIR}/security/clamav +RUN_DEPENDS+= clamscan:security/clamav .endif .if ${PORT_OPTIONS:MCLAMAVMODULE} -RUN_DEPENDS+= p5-Mail-ClamAV>=0:${PORTSDIR}/mail/p5-Mail-ClamAV +RUN_DEPENDS+= p5-Mail-ClamAV>=0:mail/p5-Mail-ClamAV .endif .if ${PORT_OPTIONS:MCLAMAV} || ${PORT_OPTIONS:MCLAMAVMODULE} -RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip \ - unrar:${PORTSDIR}/archivers/unrar \ - zoo:${PORTSDIR}/archivers/zoo \ - unarj:${PORTSDIR}/archivers/unarj \ - unace:${PORTSDIR}/archivers/unace \ - lha:${PORTSDIR}/archivers/lha +RUN_DEPENDS+= unzip:archivers/unzip \ + unrar:archivers/unrar \ + zoo:archivers/zoo \ + unarj:archivers/unarj \ + unace:archivers/unace \ + lha:archivers/lha .endif .if ${PORT_OPTIONS:MBDC} -RUN_DEPENDS+= bdc:${PORTSDIR}/security/bdc +RUN_DEPENDS+= bdc:security/bdc .endif # backwards compatibility diff --git a/mail/mailsync/Makefile b/mail/mailsync/Makefile index c54243645b56..2df5f50232cb 100644 --- a/mail/mailsync/Makefile +++ b/mail/mailsync/Makefile @@ -13,7 +13,7 @@ COMMENT= Mailsync is a way of keeping a collection of mailboxes synchronized LICENSE= GPLv2 -LIB_DEPENDS= libc-client4.so:${PORTSDIR}/mail/cclient +LIB_DEPENDS= libc-client4.so:mail/cclient USES= gmake USE_OPENSSL= yes diff --git a/mail/mb2md/Makefile b/mail/mb2md/Makefile index 2fe44f11e7d9..8642b5672c7e 100644 --- a/mail/mb2md/Makefile +++ b/mail/mb2md/Makefile @@ -12,7 +12,7 @@ EXTRACT_SUFX= .gz MAINTAINER= garga@FreeBSD.org COMMENT= Converts mbox mailboxes to Maildir -RUN_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -dc diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile index 459b0bea6589..b4259181bb61 100644 --- a/mail/mboxgrep/Makefile +++ b/mail/mboxgrep/Makefile @@ -21,7 +21,7 @@ DOCS= ChangeLog NEWS README TODO OPTIONS_DEFINE= DOCS PCRE -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre post-patch: @${REINPLACE_CMD} -e 's,void \*tmpp,FILE \*tmpp,g' ${WRKSRC}/src/main.c diff --git a/mail/mbx2mbox/Makefile b/mail/mbx2mbox/Makefile index 989d20a95566..08d4dc415f6a 100644 --- a/mail/mbx2mbox/Makefile +++ b/mail/mbx2mbox/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= MS Outlook Express .mbx to mbox file converter -BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip +BUILD_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile index c28530e244ba..789dc912344d 100644 --- a/mail/meta1/Makefile +++ b/mail/meta1/Makefile @@ -57,11 +57,11 @@ SASL2AUTHD_DESC= Enable plaintext authentication via SASL2 PMILTER_CONFIGURE_ENABLE= pmilter DKIM_CONFIGURE_ENABLE= DKIM MSP_CONFIGURE_ENABLE= msp -SASL2_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASL2_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL2_CONFIGURE_ENABLE= SASL SASL2_CONFIGURE_ON= --with-sasl-incdir=${LOCALBASE}/include \ --with-sasl-libdir=${LOCALBASE}/lib -SASL2AUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd +SASL2AUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:security/cyrus-sasl2-saslauthd TLS_CONFIGURE_ENABLE= TLS .include <bsd.port.options.mk> diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index fd417da0818e..0ae231ce8b5c 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -22,10 +22,10 @@ OPTIONS_DEFINE= X11 OPTIONS_SUB= yes X11_DESC= X11 hebrew font support -X11_BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -X11_RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir +X11_BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \ + mkfontscale:x11-fonts/mkfontscale +X11_RUN_DEPENDS= xloadimage:x11/xloadimage \ + mkfontdir:x11-fonts/mkfontdir X11_USE= XORG=x11 post-patch-X11-off: diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 14d3ffc12757..b8004ba32f7a 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -16,9 +16,9 @@ LICENSE_FILE= ${WRKSRC}/00copyright OPTIONS_DEFINE= DATABASE DOCS STUNNEL OPTIONS_DEFAULT=STUNNEL DATABASE_DESC= Support database feature (with Ruby & Sqlite3) -DATABASE_RUN_DEPENDS= rubygem-sqlite3>=0:${PORTSDIR}/databases/rubygem-sqlite3 +DATABASE_RUN_DEPENDS= rubygem-sqlite3>=0:databases/rubygem-sqlite3 STUNNEL_DESC= Support SSL feature using stunnel -STUNNEL_RUN_DEPENDS= stunnel>=0:${PORTSDIR}/security/stunnel +STUNNEL_RUN_DEPENDS= stunnel>=0:security/stunnel # emacs port setup USE_EMACS= yes diff --git a/mail/milter-bogom/Makefile b/mail/milter-bogom/Makefile index e54386172fb8..8679068cd347 100644 --- a/mail/milter-bogom/Makefile +++ b/mail/milter-bogom/Makefile @@ -12,10 +12,10 @@ PKGNAMEPREFIX= milter- MAINTAINER= victor@bsdes.net COMMENT= Simple sendmail milter to interface bogofilter -RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter +RUN_DEPENDS= bogofilter:mail/bogofilter .if !exists(/usr/lib/libmilter.so) -LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/libmilter +LIB_DEPENDS= libmilter.so:mail/libmilter LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include .endif diff --git a/mail/milter-callback/Makefile b/mail/milter-callback/Makefile index f6dcd82d1ea0..6db66bef99a8 100644 --- a/mail/milter-callback/Makefile +++ b/mail/milter-callback/Makefile @@ -12,7 +12,7 @@ COMMENT= Milter to perform a envelope-from sender verification on target MX LICENSE= GPLv3 -LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 +LIB_DEPENDS= libspf2.so:mail/libspf2 USES= tar:xz USE_RC_SUBR= milter-callback diff --git a/mail/milter-greylist-devel/Makefile b/mail/milter-greylist-devel/Makefile index 83ad0b39d7e9..67adedf6ae20 100644 --- a/mail/milter-greylist-devel/Makefile +++ b/mail/milter-greylist-devel/Makefile @@ -31,11 +31,11 @@ CURL_DESC= curl support P0F_DESC= P0F support POSTFIX_DESC= Use Postfix instead of Sendmail -DKIM_BUILD_DEPENDS+= opendkim>=0:${PORTSDIR}/mail/opendkim -P0F_RUN_DEPENDS+= p0f:${PORTSDIR}/net-mgmt/p0f -SPF_BUILD_DEPENDS= libspf2>=1.2.5:${PORTSDIR}/mail/libspf2 -CURL_BUILD_DEPENDS+= curl>=7.18:${PORTSDIR}/ftp/curl -GEOIP_BUILD_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP +DKIM_BUILD_DEPENDS+= opendkim>=0:mail/opendkim +P0F_RUN_DEPENDS+= p0f:net-mgmt/p0f +SPF_BUILD_DEPENDS= libspf2>=1.2.5:mail/libspf2 +CURL_BUILD_DEPENDS+= curl>=7.18:ftp/curl +GEOIP_BUILD_DEPENDS= GeoIP>=1.4.4:net/GeoIP POSTFIX_CONFIGURE_ENABLE= postfix P0F_CONFIGURE_ENABLE= p0f306 diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index e7b528ada9b6..d081e151922a 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -37,10 +37,10 @@ CURL_DESC= curl support P0F_DESC= P0F support POSTFIX_DESC= Use Postfix instead of Sendmail -P0F_RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f -SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 -CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP +P0F_RUN_DEPENDS= p0f:net-mgmt/p0f +SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 +CURL_LIB_DEPENDS= libcurl.so:ftp/curl +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP POSTFIX_CONFIGURE_ENABLE= postfix POSTFIX_LDFLAGS_OFF= ${SENDMAIL_LDFLAGS} diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile index a4f5add55a93..1420faec3c6c 100644 --- a/mail/milter-manager/Makefile +++ b/mail/milter-manager/Makefile @@ -13,9 +13,9 @@ COMMENT= Super milter that can invoke several milters selectively LICENSE= AGPLv3 GFDL GPLv3 LGPL3 LICENSE_COMB= multi -BUILD_DEPENDS= rubygem-glib2>0:${PORTSDIR}/devel/rubygem-glib2 -LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev -RUN_DEPENDS= rubygem-glib2>0:${PORTSDIR}/devel/rubygem-glib2 +BUILD_DEPENDS= rubygem-glib2>0:devel/rubygem-glib2 +LIB_DEPENDS= libev.so:devel/libev +RUN_DEPENDS= rubygem-glib2>0:devel/rubygem-glib2 USE_RC_SUBR= milter-manager GNU_CONFIGURE= yes diff --git a/mail/milter-skem/Makefile b/mail/milter-skem/Makefile index b09f6ee1dca3..2f9e3f70f0f1 100644 --- a/mail/milter-skem/Makefile +++ b/mail/milter-skem/Makefile @@ -11,7 +11,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Cache earlier sendmail's verdicts for the relays .if !exists( /usr/include/libmilter/mfapi.h ) -BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/libmilter +BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:mail/libmilter CFLAGS+= -I${LOCALBASE}/include .endif diff --git a/mail/mime-construct/Makefile b/mail/mime-construct/Makefile index 25cdfde2aa78..54f0e9962e54 100644 --- a/mail/mime-construct/Makefile +++ b/mail/mime-construct/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.argon.org/~roderick/ MAINTAINER= ports@FreeBSD.org COMMENT= Construct and optionally send MIME messages from command line -BUILD_DEPENDS= p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Proc-WaitStat>=0:${PORTSDIR}/devel/p5-Proc-WaitStat +BUILD_DEPENDS= p5-MIME-Types>=0:mail/p5-MIME-Types \ + p5-Proc-WaitStat>=0:devel/p5-Proc-WaitStat RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/mime4j/Makefile b/mail/mime4j/Makefile index fc3d4fa0b65f..488ef7d8bd6e 100644 --- a/mail/mime4j/Makefile +++ b/mail/mime4j/Makefile @@ -12,7 +12,7 @@ COMMENT= Java parser for e-mail message streams LICENSE= APACHE20 -RUN_DEPENDS= ${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging +RUN_DEPENDS= ${JAVAJARDIR}/commons-logging.jar:java/jakarta-commons-logging OPTIONS_DEFINE= DOCS diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index be68a30ec305..c06d80c7b8de 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -14,11 +14,11 @@ COMMENT= Milter based anti-spam and anti-virus filtering program LICENSE= GPLv2 BUILD_DEPENDS= \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-MIME-Tools>=5.417:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - spamassassin>=3.0:${PORTSDIR}/mail/spamassassin + p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-MIME-Tools>=5.417:mail/p5-MIME-Tools \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + spamassassin>=3.0:mail/spamassassin RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= CLAMAV EXAMPLES DOCS @@ -56,7 +56,7 @@ CONFIG_FILES= mimedefang-filter sa-mimedefang.cf mimedefang-ip-key .include <bsd.port.options.mk> .if !exists( /usr/include/libmilter/mfapi.h ) -BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/libmilter +BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:mail/libmilter .endif .if exists( ${LOCALBASE}/include/libmilter/mfapi.h ) @@ -68,8 +68,8 @@ CONFIGURE_ARGS+= --disable-antivirus \ --disable-clamav \ --disable-clamd .else -BUILD_DEPENDS+= clamscan:${PORTSDIR}/security/clamav -RUN_DEPENDS+= clamscan:${PORTSDIR}/security/clamav +BUILD_DEPENDS+= clamscan:security/clamav +RUN_DEPENDS+= clamscan:security/clamav .endif post-patch: diff --git a/mail/mixmaster/Makefile b/mail/mixmaster/Makefile index 9f0d7cd4f60a..f6e4e87249e0 100644 --- a/mail/mixmaster/Makefile +++ b/mail/mixmaster/Makefile @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cs@FreeBSD.org COMMENT= Cryptographically secure anonymous remailer -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:devel/pcre USES= perl5 ncurses diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile index 123a176150bd..d75b3e488823 100644 --- a/mail/mlmmj/Makefile +++ b/mail/mlmmj/Makefile @@ -20,9 +20,9 @@ WANT_PHP_WEB= yes .endif .if defined(WITH_PERL_WEBINTERFACE) -RUN_DEPENDS+= p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-CGI-FastTemplate>=0:${PORTSDIR}/www/p5-CGI-FastTemplate +RUN_DEPENDS+= p5-URI>=0:net/p5-URI \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-CGI-FastTemplate>=0:www/p5-CGI-FastTemplate .endif .if defined(WITH_PERL_WEBINTERFACE) diff --git a/mail/msgconvert/Makefile b/mail/msgconvert/Makefile index 0721fe33d13b..383fdd8eef10 100644 --- a/mail/msgconvert/Makefile +++ b/mail/msgconvert/Makefile @@ -12,9 +12,9 @@ EXTRACT_SUFX= .bz2 MAINTAINER= klammer@webonaut.com COMMENT= Convert .MSG files to multipart MIME messages (mbox) -RUN_DEPENDS= p5-OLE-Storage_Lite>=0:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS= p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-TimeDate>=0:devel/p5-TimeDate NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index f94e6517fd2e..91401d4d1d1a 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -29,17 +29,17 @@ LIBSECRET_DESC= GNOME password management MSMTPQ_DESC= Install offline messaging scripts GSASL_CONFIGURE_WITH= libgsasl -GSASL_LIB_DEPENDS= libgsasl.so:${PORTSDIR}/security/gsasl +GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl IDN_CONFIGURE_WITH= libidn -IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn +IDN_LIB_DEPENDS= libidn.so:dns/libidn LIBSECRET_CONFIGURE_WITH= libsecret -LIBSECRET_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret +LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret MSMTPQ_PORTDOCS= README.msmtpq NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext GNUTLS_CONFIGURE_ON= --with-ssl=gnutls -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls OPENSSL_VARS= USE_OPENSSL=yes OPENSSL_CONFIGURE_ON= --with-ssl=openssl OPENSSL_CONFIGURE_ENV= libssl_CFLAGS="-I${OPENSSLINC}" \ @@ -49,7 +49,7 @@ CERTSFILE= ${LOCALBASE}/share/certs/ca-root-nss.crt .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTLS} || ${PORT_OPTIONS:MOPENSSL} -RUN_DEPENDS+= ${CERTSFILE}:${PORTSDIR}/security/ca_root_nss +RUN_DEPENDS+= ${CERTSFILE}:security/ca_root_nss .else CONFIGURE_ARGS+= --with-ssl=no .endif diff --git a/mail/mu/Makefile b/mail/mu/Makefile index cbf3810e53e8..7fcf14f2ef0f 100644 --- a/mail/mu/Makefile +++ b/mail/mu/Makefile @@ -11,8 +11,8 @@ COMMENT= Mail searching frontend for Xapian LICENSE= GPLv3 -LIB_DEPENDS= libxapian.so:${PORTSDIR}/databases/xapian-core \ - libgmime-2.6.so:${PORTSDIR}/mail/gmime26 +LIB_DEPENDS= libxapian.so:databases/xapian-core \ + libgmime-2.6.so:mail/gmime26 USE_GITHUB= yes GH_ACCOUNT= djcb @@ -29,7 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS GUILE MU4E OPTIONS_SUB= yes -GUILE_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 +GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2 GUILE_USE= ldconfig=yes GUILE_CONFIGURE_ENABLE= guile GUILE_INFO= mu-guile diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 5c7ca71a7dee..3988e29c778c 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -108,14 +108,14 @@ OPTIONS_DEFAULT= COMPRESSED_FOLDERS HTML ICONV IDN IFDEF_PATCH \ SASL SMTP TRASH_PATCH URLVIEW XML GSSAPI_NONE .endif -RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:misc/mime-support .if !defined (LITE) -ASPELL_BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell -ASPELL_RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell -ISPELL_BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell -ISPELL_RUN_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell -URLVIEW_RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview +ASPELL_BUILD_DEPENDS= aspell:textproc/aspell +ASPELL_RUN_DEPENDS= aspell:textproc/aspell +ISPELL_BUILD_DEPENDS= ispell:textproc/aspell-ispell +ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell +URLVIEW_RUN_DEPENDS= urlview:textproc/urlview .endif .if defined (LITE) @@ -134,7 +134,7 @@ DEBUG_CONFIGURE_ON= --enable-debug # Handle ncurses/ncurses-port/slang SLANG_CONFIGURE_ON= --with-slang=${LOCALBASE} -SLANG_LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 +SLANG_LIB_DEPENDS= libslang.so:devel/libslang2 SLANG_VARS= PKGMESSAGE=${FILESDIR}/pkg-message.slang NCURSES_USES= ncurses @@ -159,11 +159,11 @@ ASPELL_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aspell ##PARENT_CHILD_MATCH_PATCH_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-parent-child-match REVERSE_REPLY_PATCH_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-reverse_reply -SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE} -#MIXMASTER_BUILD_DEPENDS= mixmaster:${PORTSDIR}/mail/mixmaster -MIXMASTER_RUN_DEPENDS= mixmaster:${PORTSDIR}/mail/mixmaster +#MIXMASTER_BUILD_DEPENDS= mixmaster:mail/mixmaster +MIXMASTER_RUN_DEPENDS= mixmaster:mail/mixmaster MIXMASTER_CONFIGURE_ON= --with-mixmaster=${LOCALBASE} SMIME_OUTLOOK_COMPAT_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-smime-outlook @@ -174,11 +174,11 @@ FLOCK_CONFIGURE_OFF= --disable-flock LOCALES_FIX_CONFIGURE_ON= --enable-locales-fix -IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn +IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_ON= --with-idn IDN_CONFIGURE_OFF= --without-idn -GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme GPGME_CONFIGURE_ON= --enable-gpgme GPGME_CONFIGURE_OFF= --disable-gpgme @@ -315,7 +315,7 @@ pre-configure:: .if ${PORT_OPTIONS:MIMAP_HEADER_CACHE} || ${PORT_OPTIONS:MMAILDIR_HEADER_CACHE} .if ${PORT_OPTIONS:MTOKYOCABINET} CONFIGURE_ARGS+= --enable-hcache --without-gdbm --without-bdb --with-tokyocabinet -LIB_DEPENDS+= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet .else USE_BDB= 42+ CONFIGURE_ARGS+= --enable-hcache --without-gdbm --with-bdb @@ -328,9 +328,9 @@ CONFIGURE_ARGS+= --disable-hcache .endif .if defined (XML_NEEDED) && ${PORT_OPTIONS:MXML} -BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ - lynx:${PORTSDIR}/www/lynx +BUILD_DEPENDS+= xsltproc:textproc/libxslt \ + ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ + lynx:www/lynx .else pre-build:: @${REINPLACE_CMD} -E -e 's|-xsltproc|@-true xsltproc|g' \ diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index efaac01639e3..bb9a402d8835 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -51,12 +51,12 @@ PKGNAMESUFFIX= 14-lite .include <bsd.port.options.mk> -RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support .if defined(PACKAGE_BUILDING) && !defined (MUTT_LITE) WITH_SLANG= yes -BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell \ - urlview:${PORTSDIR}/textproc/urlview +BUILD_DEPENDS= ispell:textproc/aspell-ispell +RUN_DEPENDS+= ispell:textproc/aspell-ispell \ + urlview:textproc/urlview .endif .if ${PORT_OPTIONS:MNLS} @@ -70,7 +70,7 @@ USES+= iconv .endif .if ${PORT_OPTIONS:MSLANG} -LIB_DEPENDS+= libslang.so:${PORTSDIR}/devel/libslang2 +LIB_DEPENDS+= libslang.so:devel/libslang2 .elif ${PORT_OPTIONS:MNCURSES} USES+= ncurses:port .else @@ -81,8 +81,8 @@ USES+= ncurses IGNORE= the SASL support for mutt has been withdrawn. Please use the mutt-devel port instead .endif .if ${PORT_OPTIONS:MMUTT_XFACE} -PATCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/news/slrnface:extract -RUN_DEPENDS+= slrnface:${PORTSDIR}/news/slrnface +PATCH_DEPENDS+= ${NONEXISTENT}:news/slrnface:extract +RUN_DEPENDS+= slrnface:news/slrnface PKGMESSAGE= ${PKGDIR}/pkg-message.xface .endif .endif @@ -128,7 +128,7 @@ CFLAGS+= -I${NCURSESINC} .endif .if ${PORT_OPTIONS:MGSSAPI} .if exists(${LOCALBASE}/bin/gss-client) -LIB_DEPENDS+= libgssapi_krb5.so:${PORTSDIR}/security/krb5 +LIB_DEPENDS+= libgssapi_krb5.so:security/krb5 CONFIGURE_ARGS+= --with-gss=${LOCALBASE} .elif (defined(MAKE_KERBEROS5)) || exists(/usr/lib/libkrb5.a) CONFIGURE_ARGS+= --with-gss diff --git a/mail/mutt_vc_query/Makefile b/mail/mutt_vc_query/Makefile index 9236eb48272b..d6353ac6b9e1 100644 --- a/mail/mutt_vc_query/Makefile +++ b/mail/mutt_vc_query/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION} MAINTAINER= jgh@FreeBSD.org COMMENT= vCard query utility for mutt -RUN_DEPENDS= libvc>=003:${PORTSDIR}/devel/libvc +RUN_DEPENDS= libvc>=003:devel/libvc BUILD_DEPENDS:= ${RUN_DEPENDS} USES= tar:bzip2 diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 7b2135befb55..df7a6099a637 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -25,7 +25,7 @@ OPTIONS_SINGLE_LOCKING= DOT FCNTL FLOCK LOCKF SASL2_DESC= SASL2 support SASL2_CONFIGURE_WITH= cyrus-sasl -SASL2_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASL2_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL2_LDFLAGS=-L${LOCALBASE}/lib SASL2_CPPFLAGS=-I${LOCALBASE}/include @@ -33,10 +33,10 @@ HASH_BKP_DESC= Use hash as backup prefix (default is a comma) HASH_BKP_CONFIGURE_WITH= hash-backup REPLYFILTER_DESC= Install dependencies for contrib/replyfilter -REPLYFILTER_RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - w3m>=0:${PORTSDIR}/www/w3m \ - par>=0:${PORTSDIR}/textproc/par +REPLYFILTER_RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + w3m>=0:www/w3m \ + par>=0:textproc/par SMTP_DESC= Use remote SMTP SMTP_CONFIGURE_ON= --with-mts=smtp diff --git a/mail/nmzmail/Makefile b/mail/nmzmail/Makefile index a7f3f96dade7..1a3007e22716 100644 --- a/mail/nmzmail/Makefile +++ b/mail/nmzmail/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast mail searching for mutt -RUN_DEPENDS= namazu:${PORTSDIR}/databases/namazu2 +RUN_DEPENDS= namazu:databases/namazu2 GNU_CONFIGURE= yes USES= gmake readline diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 4ceaffba1797..db9e657baec4 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -11,11 +11,11 @@ COMMENT= Thread-based email index, search, and tagging application LICENSE= GPLv3 -BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx \ - c++filt:${PORTSDIR}/devel/binutils -LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ - libxapian.so:${PORTSDIR}/databases/xapian-core \ - libtalloc.so:${PORTSDIR}/devel/talloc +BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ + c++filt:devel/binutils +LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ + libxapian.so:databases/xapian-core \ + libtalloc.so:devel/talloc OPTIONS_DEFINE= BASH EMACS ZSH BASH_DESC= Install bash completion (requires shells/bash-completion) @@ -23,7 +23,7 @@ EMACS_DESC= Install EMACS lisp files (requires emacs) ZSH_DESC= Install zsh completion OPTIONS_SUB= yes -BASH_BUILD_DEPENDS= bash-completion>=1.90:${PORTSDIR}/shells/bash-completion +BASH_BUILD_DEPENDS= bash-completion>=1.90:shells/bash-completion BASH_RUN_DEPENDS= ${BASH_BUILD_DEPENDS} BASH_CONFIGURE_OFF= --without-bash-completion EMACS_CONFIGURE_OFF= --without-emacs diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index c65c3705f52c..be3184e83064 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -43,7 +43,7 @@ OPTIONS_DEFINE= GNUTLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:security/gnutls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgnutls CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index 2ef4a3a470e3..25b9eff1a335 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING ## later versions have sqlite3 backend, which is recommended for local storages ## with large amount of emails -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 USE_GITHUB= yes GH_ACCOUNT= OfflineIMAP diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 353a14fafa11..285fecdf9ce9 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -44,31 +44,31 @@ STOCK_RESOLVER_DESC= Use the stock resolver library UNBOUND_DESC= Use unbound DNS library UNBOUND_CONFIGURE_WITH= unbound -UNBOUND_LIB_DEPENDS= libunbound.so:${PORTSDIR}/dns/unbound +UNBOUND_LIB_DEPENDS= libunbound.so:dns/unbound FILTER_DESC= OpenDKIM filter, requires libmilter/Sendmail FILTER_USE= RC_SUBR=milter-opendkim CURL_DESC= Use cURL for web queries CURL_CONFIGURE_WITH= libcurl -CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl GNUTLS_DESC= Use GnuTLS instead of OpenSSL -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_CONFIGURE_OFF= --with-openssl=${OPENSSLBASE} JANSSON_DESC= Statistics and other output as JSON data JANSSON_CONFIGURE_WITH= libjansson -JANSSON_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson +JANSSON_LIB_DEPENDS= libjansson.so:devel/jansson LDNS_DESC= Use LDNS library for DNS queries LDNS_CONFIGURE_WITH= ldns -LDNS_LIB_DEPENDS= libldns.so:${PORTSDIR}/dns/ldns +LDNS_LIB_DEPENDS= libldns.so:dns/ldns LMDB_DESC= Use Lightning Memory-Mapped DB key-value store LMDB_CONFIGURE_WITH= lmdb -LMDB_LIB_DEPENDS= liblmdb.so:${PORTSDIR}/databases/lmdb +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb LUA_DESC= Describe filter policy with lua LUA_CONFIGURE_WITH= lua @@ -76,13 +76,13 @@ LUA_USES= lua MEMCACHED_DESC= Use memcached as a data set MEMCACHED_CONFIGURE_WITH= libmemcached -MEMCACHED_LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached +MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached BDB_BASE_DESC= Use Berkeley DB from base OPENDBX_DESC= Store filter policies via OpenDBX OPENDBX_CONFIGURE_WITH= odbx -OPENDBX_LIB_DEPENDS= libopendbx.so:${PORTSDIR}/databases/opendbx +OPENDBX_LIB_DEPENDS= libopendbx.so:databases/opendbx OPENLDAP_DESC= Store filter policies in LDAP OPENLDAP_CONFIGURE_WITH=openldap diff --git a/mail/opendkim/Makefile.options b/mail/opendkim/Makefile.options index df50d0e8a98a..66427a1f1ae1 100644 --- a/mail/opendkim/Makefile.options +++ b/mail/opendkim/Makefile.options @@ -47,7 +47,7 @@ DEFAULT_SENDER_CONFIGURE_ENABLE=default_sender DIFFHEADERS_DESC= Compare signed and verified headers (experimental) DIFFHEADERS_CONFIGURE_ENABLE= diffheaders -DIFFHEADERS_LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre +DIFFHEADERS_LIB_DEPENDS= libtre.so:textproc/libtre DIFFHEADERS_CONFIGURE_WITH= tre=${LOCALBASE} DIFFHEADERS_CONFIGURE_OFF= --without-tre @@ -75,7 +75,7 @@ REPLACE_RULES_CONFIGURE_ENABLE= replace_rules REPRRD_DESC= Support for collaborative reputation that uses rrdtool (experimental) REPRRD_CONFIGURE_ENABLE= reprrd -REPRRD_LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool +REPRRD_LIB_DEPENDS= librrd.so:databases/rrdtool REPUTATION_DESC= Reputation check (experimental) REPUTATION_CONFIGURE_ENABLE= reputation diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index 590f0ecd3984..1868e0d191f9 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -14,9 +14,9 @@ COMMENT= DMARC library and milter implementation LICENSE= BSD3CLAUSE SENDMAIL LICENSE_COMB= multi -RUN_DEPENDS= p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS= p5-Switch>=0:lang/p5-Switch \ + p5-DBI>=0:databases/p5-DBI \ + p5-DBD-mysql>=0:databases/p5-DBD-mysql LICENSE_FILE_SENDMAIL= ${WRKSRC}/LICENSE.Sendmail LICENSE_GROUPS_SENDMAIL= FSF OSI @@ -34,7 +34,7 @@ OPTIONS_DEFAULT= SPF SPF_DESC= Enable support for SPF record checking -SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 +SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 SPF_CONFIGURE_ON= --with-spf \ --with-spf2-include=${LOCALBASE}/include/spf2 \ --with-spf2-lib=${LOCALBASE}/lib diff --git a/mail/openemm2013/Makefile b/mail/openemm2013/Makefile index 6213c30b07ae..d6aa2bc809aa 100644 --- a/mail/openemm2013/Makefile +++ b/mail/openemm2013/Makefile @@ -19,12 +19,12 @@ COMMENT= OpenEMM a email marketing enterprise app LICENSE= CPAL-1.0 LICENSE_FILE= ${WRKSRC}/other/LICENSE.txt -LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 \ - libsa.so:${PORTSDIR}/net/ossp-sa -BUILD_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat8 \ - ${ANT_CMD}:${PORTSDIR}/devel/apache-ant -RUN_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat8 \ - py27-MySQLdb>=1.2.3:${PORTSDIR}/databases/py-MySQLdb +LIB_DEPENDS= libslang.so:devel/libslang2 \ + libsa.so:net/ossp-sa +BUILD_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \ + ${ANT_CMD}:devel/apache-ant +RUN_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \ + py27-MySQLdb>=1.2.3:databases/py-MySQLdb USE_RC_SUBR= openemm2013 USE_JAVA= yes diff --git a/mail/openemm2015/Makefile b/mail/openemm2015/Makefile index 4ba5c74cf080..ac9fc5a2979d 100644 --- a/mail/openemm2015/Makefile +++ b/mail/openemm2015/Makefile @@ -18,12 +18,12 @@ COMMENT= OpenEMM a email marketing enterprise app LICENSE= CPAL-1.0 LICENSE_FILE= ${WRKSRC}/other/LICENSE.txt -LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 \ - libsa.so:${PORTSDIR}/net/ossp-sa -BUILD_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat8 \ - ${ANT_CMD}:${PORTSDIR}/devel/apache-ant -RUN_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat8 \ - py27-MySQLdb>=1.2.3:${PORTSDIR}/databases/py-MySQLdb +LIB_DEPENDS= libslang.so:devel/libslang2 \ + libsa.so:net/ossp-sa +BUILD_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \ + ${ANT_CMD}:devel/apache-ant +RUN_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \ + py27-MySQLdb>=1.2.3:databases/py-MySQLdb USE_RC_SUBR= openemm2015 USE_JAVA= yes diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index ca3739b92a45..dcc378e2c539 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -16,7 +16,7 @@ COMMENT= Security- and simplicity-focused SMTP server from OpenBSD LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent2 OPTIONS_DEFINE= CA_BUNDLE LIBASR MAILERCONF PAM SSL_PORT @@ -51,11 +51,11 @@ PLIST_SUB+= SMTPQ_GROUP=${GROUPS} OPTIONS_SUB= yes -LIBASR_LIB_DEPENDS_OFF= libasr.so:${PORTSDIR}/dns/libasr-devel -LIBASR_LIB_DEPENDS= libasr.so:${PORTSDIR}/dns/libasr +LIBASR_LIB_DEPENDS_OFF= libasr.so:dns/libasr-devel +LIBASR_LIB_DEPENDS= libasr.so:dns/libasr CA_BUNDLE_CONFIGURE_WITH= path-CAfile=${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 PAM_CONFIGURE_WITH= auth-pam=smtpd diff --git a/mail/opensmtpd-extras/Makefile b/mail/opensmtpd-extras/Makefile index 0f78a79e6884..f013fd43ae86 100644 --- a/mail/opensmtpd-extras/Makefile +++ b/mail/opensmtpd-extras/Makefile @@ -20,8 +20,8 @@ SMAP_DESC= Socketmap protocol support OPTIONS_SUB= yes -LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 -RUN_DEPENDS= ${LOCALBASE}/sbin/smtpctl:${PORTSDIR}/mail/opensmtpd +LIB_DEPENDS= libevent.so:devel/libevent2 +RUN_DEPENDS= ${LOCALBASE}/sbin/smtpctl:mail/opensmtpd USES= autoreconf libtool pkgconfig USE_OPENSSL= yes @@ -52,7 +52,7 @@ PYTHON_VARS= PLIST_FILES+=${INSTALL_DIR}/table-python REDIS_CONFIGURE_WITH= table-redis REDIS_CONFIGURE_ENV= REDIS_CONFIG=${LOCALBASE}/bin/pkgconf -REDIS_LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis +REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_VARS= CFLAGS+=-I${LOCALBASE}/include/hiredis \ PLIST_FILES+=${INSTALL_DIR}/table-redis \ PLIST_FILES+=man/man5/table-redis.5.gz diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 3573ca2e6020..73d78b9a9a9c 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -16,7 +16,7 @@ COMMENT= Security- and simplicity-focused SMTP server from OpenBSD LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent2 OPTIONS_DEFINE= CA_BUNDLE LIBASRDEVEL MAILERCONF PAM SSL_PORT TABLE_DB @@ -47,10 +47,10 @@ GROUPS= _smtpd OPTIONS_SUB= yes CA_BUNDLE_CONFIGURE_WITH= ca-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 -LIBASRDEVEL_LIB_DEPENDS_OFF= libasr.so:${PORTSDIR}/dns/libasr -LIBASRDEVEL_LIB_DEPENDS= libasr.so:${PORTSDIR}/dns/libasr-devel +LIBASRDEVEL_LIB_DEPENDS_OFF= libasr.so:dns/libasr +LIBASRDEVEL_LIB_DEPENDS= libasr.so:dns/libasr-devel LIBASRDEVEL_BROKEN= incompatible with libasr-devel PAM_CONFIGURE_WITH= pam pam-service=smtpd diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 762fcc7d092f..df914f269634 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://openwebmail.acatysmoof.com/download/release/ \ MAINTAINER= crees@FreeBSD.org COMMENT= Webmail system designed to manage big mail folder files efficiently -RUN_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv +RUN_DEPENDS= p5-Text-Iconv>=0:converters/p5-Text-Iconv USES= perl5 USE_PERL5= run build patch @@ -35,37 +35,37 @@ OPTIONS_DEFINE= ANTIWORD MAGICK ISPELL LEARNSPAM LSOF PAM POP3_OVER_SSL QUOTA \ WGET ANTIWORD_DESC= AntiWord -ANTIWORD_RUN_DEPENDS= antiword:${PORTSDIR}/textproc/antiword +ANTIWORD_RUN_DEPENDS= antiword:textproc/antiword ISPELL_DESC= ISpell -ISPELL_RUN_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell +ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell LEARNSPAM_DESC= Learn HAM/SPAM LEARNSPAM_IMPLIES= SPAMCHECK LSOF_DESC= lsof -LSOF_RUN_DEPENDS= ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof -MAGICK_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +LSOF_RUN_DEPENDS= ${LOCALBASE}/sbin/lsof:sysutils/lsof +MAGICK_RUN_DEPENDS= convert:graphics/ImageMagick PAM_DESC= PAM -PAM_RUN_DEPENDS= p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM +PAM_RUN_DEPENDS= p5-Authen-PAM>=0:security/p5-Authen-PAM POP3_OVER_SSL_DESC= POP3 Over SSL -POP3_OVER_SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL +POP3_OVER_SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL QUOTA_DESC= Quota -QUOTA_RUN_DEPENDS= p5-Quota>=0:${PORTSDIR}/sysutils/p5-Quota +QUOTA_RUN_DEPENDS= p5-Quota>=0:sysutils/p5-Quota SPAMCHECK_DESC= Spam check (Mail::SpamAssassin) -SPAMCHECK_RUN_DEPENDS= spamassassin>=0:${PORTSDIR}/mail/spamassassin +SPAMCHECK_RUN_DEPENDS= spamassassin>=0:mail/spamassassin SPAMCHECK_ALL_DESC= Spam check for all (default: pop3) SPAMCHECK_ALL_IMPLIES= SPAMCHECK SPEEDYCGI_DESC= SpeedyCGI -SPEEDYCGI_RUN_DEPENDS= speedy_suidperl:${PORTSDIR}/www/p5-CGI-SpeedyCGI +SPEEDYCGI_RUN_DEPENDS= speedy_suidperl:www/p5-CGI-SpeedyCGI SPEEDYCGI_SUB_LIST= WITHOUT_SPEEDYCGI="@comment " SPEEDYCGI_SUB_LIST_OFF= WITHOUT_SPEEDYCGI="" SPEEDYCGI_EXTRA_PATCHES= ${PATCH_WRKSRC}/misc/patches/suidperl2speedy_suidperl.notmp.patch TNEF_DESC= tnef -TNEF_RUN_DEPENDS= ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef +TNEF_RUN_DEPENDS= ${LOCALBASE}/bin/tnef:converters/tnef VIRUSCHECK_DESC= Virus check (Clam AntiVirus) -VIRUSCHECK_RUN_DEPENDS= clamdscan:${PORTSDIR}/security/clamav +VIRUSCHECK_RUN_DEPENDS= clamdscan:security/clamav VIRUSCHECK_ALL_DESC= Virus check for all (default: pop3) VIRUSCHECK_ALL_IMPLIES= VIRUSCHECK WGET_DESC= wget -WGET_RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget +WGET_RUN_DEPENDS= ${LOCALBASE}/bin/wget:ftp/wget .include <bsd.port.pre.mk> diff --git a/mail/ovs/Makefile b/mail/ovs/Makefile index e2ec9a33f01a..250db9a0b9a6 100644 --- a/mail/ovs/Makefile +++ b/mail/ovs/Makefile @@ -14,8 +14,8 @@ COMMENT= RRDtool frontend for mail statistics LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ - p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail +RUN_DEPENDS= rrdtool>=0:databases/rrdtool \ + p5-File-Tail>=0:devel/p5-File-Tail NO_BUILD= yes NO_ARCH= yes diff --git a/mail/p5-Clamd/Makefile b/mail/p5-Clamd/Makefile index 90889db1b414..0614b5b12ba9 100644 --- a/mail/p5-Clamd/Makefile +++ b/mail/p5-Clamd/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Clamd - Connect to a local clamd service and send commands -RUN_DEPENDS= clamd:${PORTSDIR}/security/clamav +RUN_DEPENDS= clamd:security/clamav BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Dancer-Plugin-Email/Makefile b/mail/p5-Dancer-Plugin-Email/Makefile index 491d66fb10dd..2b3fdc04ac3a 100644 --- a/mail/p5-Dancer-Plugin-Email/Makefile +++ b/mail/p5-Dancer-Plugin-Email/Makefile @@ -12,11 +12,11 @@ COMMENT= Simple email handling for Dancer applications LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \ - p5-Email-Date-Format>=0:${PORTSDIR}/mail/p5-Email-Date-Format \ - p5-Email-Sender>=0:${PORTSDIR}/mail/p5-Email-Sender \ - p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools +BUILD_DEPENDS= p5-Dancer>=0:www/p5-Dancer \ + p5-Email-Date-Format>=0:mail/p5-Email-Date-Format \ + p5-Email-Sender>=0:mail/p5-Email-Sender \ + p5-File-Type>=0:devel/p5-File-Type \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/mail/p5-Dancer2-Plugin-Email/Makefile b/mail/p5-Dancer2-Plugin-Email/Makefile index 99ae76bd65a1..a7640641b9a6 100644 --- a/mail/p5-Dancer2-Plugin-Email/Makefile +++ b/mail/p5-Dancer2-Plugin-Email/Makefile @@ -12,12 +12,12 @@ COMMENT= Simple email handling for Dancer2 applications LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer2>=0:${PORTSDIR}/www/p5-Dancer2 \ - p5-Email-Sender>=0:${PORTSDIR}/mail/p5-Email-Sender \ - p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools +BUILD_DEPENDS= p5-Dancer2>=0:www/p5-Dancer2 \ + p5-Email-Sender>=0:mail/p5-Email-Sender \ + p5-File-Type>=0:devel/p5-File-Type \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-WWW-Mechanize-PSGI>=0.35:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI +TEST_DEPENDS= p5-Test-WWW-Mechanize-PSGI>=0.35:devel/p5-Test-WWW-Mechanize-PSGI NO_ARCH= yes USES= perl5 diff --git a/mail/p5-Data-Validate-Email/Makefile b/mail/p5-Data-Validate-Email/Makefile index 0a3f54547adc..44d99f004566 100644 --- a/mail/p5-Data-Validate-Email/Makefile +++ b/mail/p5-Data-Validate-Email/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mopsfelder@gmail.com COMMENT= Common email validation written in Perl -RUN_DEPENDS= p5-Data-Validate-Domain>=0:${PORTSDIR}/dns/p5-Data-Validate-Domain \ - p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ - p5-Net-Domain-TLD>=0:${PORTSDIR}/dns/p5-Net-Domain-TLD +RUN_DEPENDS= p5-Data-Validate-Domain>=0:dns/p5-Data-Validate-Domain \ + p5-Email-Address>=0:mail/p5-Email-Address \ + p5-Net-Domain-TLD>=0:dns/p5-Net-Domain-TLD USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Email-Abstract/Makefile b/mail/p5-Email-Abstract/Makefile index 50c1ef59d460..c948b6171643 100644 --- a/mail/p5-Email-Abstract/Makefile +++ b/mail/p5-Email-Abstract/Makefile @@ -9,8 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Unified interface to mail representations -RUN_DEPENDS= p5-Email-Simple>=1.998:${PORTSDIR}/mail/p5-Email-Simple \ - p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat +RUN_DEPENDS= p5-Email-Simple>=1.998:mail/p5-Email-Simple \ + p5-MRO-Compat>=0:devel/p5-MRO-Compat BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Address-List/Makefile b/mail/p5-Email-Address-List/Makefile index ad2caa7c4e48..15b89907f001 100644 --- a/mail/p5-Email-Address-List/Makefile +++ b/mail/p5-Email-Address-List/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= RFC-close address list parsing -BUILD_DEPENDS= p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address +BUILD_DEPENDS= p5-Email-Address>0:mail/p5-Email-Address RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/mail/p5-Email-Address-Loose/Makefile b/mail/p5-Email-Address-Loose/Makefile index 3879ceb85efe..e9369953d5e3 100644 --- a/mail/p5-Email-Address-Loose/Makefile +++ b/mail/p5-Email-Address-Loose/Makefile @@ -11,7 +11,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to make Email::Address->parse() loose RUN_DEPENDS= \ - p5-Email-Address>=1.88.9:${PORTSDIR}/mail/p5-Email-Address + p5-Email-Address>=1.88.9:mail/p5-Email-Address BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Date/Makefile b/mail/p5-Email-Date/Makefile index 131b17efcae9..106d6b0773ec 100644 --- a/mail/p5-Email-Date/Makefile +++ b/mail/p5-Email-Date/Makefile @@ -12,11 +12,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Find and Format Date Headers -BUILD_DEPENDS= p5-Email-Abstract>=2.10:${PORTSDIR}/mail/p5-Email-Abstract \ - p5-Email-Date-Format>=1:${PORTSDIR}/mail/p5-Email-Date-Format \ - p5-Email-Simple>=1.9:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \ - p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate +BUILD_DEPENDS= p5-Email-Abstract>=2.10:mail/p5-Email-Abstract \ + p5-Email-Date-Format>=1:mail/p5-Email-Date-Format \ + p5-Email-Simple>=1.9:mail/p5-Email-Simple \ + p5-Time-Piece>=1.08:devel/p5-Time-Piece \ + p5-TimeDate>=1.16:devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Delete/Makefile b/mail/p5-Email-Delete/Makefile index 885a627813fd..69a90852393f 100644 --- a/mail/p5-Email-Delete/Makefile +++ b/mail/p5-Email-Delete/Makefile @@ -12,11 +12,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.([0-9])$|\1|} MAINTAINER= lth@FreeBSD.org COMMENT= Delete Messages from Folders -RUN_DEPENDS= p5-Email-Folder>=0.84:${PORTSDIR}/mail/p5-Email-Folder \ - p5-Email-FolderType>=0.7:${PORTSDIR}/mail/p5-Email-FolderType \ - p5-Email-LocalDelivery>=0.21.3:${PORTSDIR}/mail/p5-Email-LocalDelivery \ - p5-Email-Simple>=1.92:${PORTSDIR}/mail/p5-Email-Simple \ - p5-File-Find-Rule>=0.28:${PORTSDIR}/devel/p5-File-Find-Rule +RUN_DEPENDS= p5-Email-Folder>=0.84:mail/p5-Email-Folder \ + p5-Email-FolderType>=0.7:mail/p5-Email-FolderType \ + p5-Email-LocalDelivery>=0.21.3:mail/p5-Email-LocalDelivery \ + p5-Email-Simple>=1.92:mail/p5-Email-Simple \ + p5-File-Find-Rule>=0.28:devel/p5-File-Find-Rule BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Filter/Makefile b/mail/p5-Email-Filter/Makefile index 5b0963f180bb..1ccf9ea14c9b 100644 --- a/mail/p5-Email-Filter/Makefile +++ b/mail/p5-Email-Filter/Makefile @@ -12,10 +12,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Library for creating easy email filters -BUILD_DEPENDS= p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Email-LocalDelivery>=0:${PORTSDIR}/mail/p5-Email-LocalDelivery \ - p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ - p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger +BUILD_DEPENDS= p5-Email-Simple>=0:mail/p5-Email-Simple \ + p5-Email-LocalDelivery>=0:mail/p5-Email-LocalDelivery \ + p5-IPC-Run>=0:devel/p5-IPC-Run \ + p5-Class-Trigger>=0:devel/p5-Class-Trigger RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Find/Makefile b/mail/p5-Email-Find/Makefile index 0a4d5d758902..2c7950fc78cd 100644 --- a/mail/p5-Email-Find/Makefile +++ b/mail/p5-Email-Find/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Find RFC 822 email addresses in plain text -BUILD_DEPENDS= p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid +BUILD_DEPENDS= p5-Email-Valid>=0:mail/p5-Email-Valid RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Folder-IMAP/Makefile b/mail/p5-Email-Folder-IMAP/Makefile index d6ed353b2b05..272ec38693fb 100644 --- a/mail/p5-Email-Folder-IMAP/Makefile +++ b/mail/p5-Email-Folder-IMAP/Makefile @@ -12,10 +12,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= lth@FreeBSD.org COMMENT= Email::Folder Access to IMAP Folders -RUN_DEPENDS= p5-Email-FolderType-Net>=0:${PORTSDIR}/mail/p5-Email-FolderType-Net \ - p5-Email-Folder>=0:${PORTSDIR}/mail/p5-Email-Folder \ - p5-Net-IMAP-Simple>=0.95:${PORTSDIR}/mail/p5-Net-IMAP-Simple \ - p5-URI-imap>=0:${PORTSDIR}/mail/p5-URI-imap +RUN_DEPENDS= p5-Email-FolderType-Net>=0:mail/p5-Email-FolderType-Net \ + p5-Email-Folder>=0:mail/p5-Email-Folder \ + p5-Net-IMAP-Simple>=0.95:mail/p5-Net-IMAP-Simple \ + p5-URI-imap>=0:mail/p5-URI-imap BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Folder-IMAPS/Makefile b/mail/p5-Email-Folder-IMAPS/Makefile index b4274937cab9..00da3ec7c253 100644 --- a/mail/p5-Email-Folder-IMAPS/Makefile +++ b/mail/p5-Email-Folder-IMAPS/Makefile @@ -12,10 +12,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= lth@FreeBSD.org COMMENT= Email::Folder access to IMAP over SSL folders -RUN_DEPENDS= p5-Email-FolderType-Net>=0:${PORTSDIR}/mail/p5-Email-FolderType-Net \ - p5-Email-Folder-IMAP>=1.10.2:${PORTSDIR}/mail/p5-Email-Folder-IMAP \ - p5-Net-IMAP-Simple-SSL>=1.3:${PORTSDIR}/mail/p5-Net-IMAP-Simple-SSL \ - p5-URI-imaps>=0:${PORTSDIR}/mail/p5-URI-imaps +RUN_DEPENDS= p5-Email-FolderType-Net>=0:mail/p5-Email-FolderType-Net \ + p5-Email-Folder-IMAP>=1.10.2:mail/p5-Email-Folder-IMAP \ + p5-Net-IMAP-Simple-SSL>=1.3:mail/p5-Net-IMAP-Simple-SSL \ + p5-URI-imaps>=0:mail/p5-URI-imaps BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Folder-POP3/Makefile b/mail/p5-Email-Folder-POP3/Makefile index f149290ab394..8b5bee870e74 100644 --- a/mail/p5-Email-Folder-POP3/Makefile +++ b/mail/p5-Email-Folder-POP3/Makefile @@ -12,10 +12,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= lth@FreeBSD.org COMMENT= Email::Folder access to POP3 folders -RUN_DEPENDS= p5-URI>=1.35:${PORTSDIR}/net/p5-URI \ - p5-Email-FolderType-Net>=1.02:${PORTSDIR}/mail/p5-Email-FolderType-Net \ - p5-Email-Folder>=0.84:${PORTSDIR}/mail/p5-Email-Folder \ - p5-Net>=1.19:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= p5-URI>=1.35:net/p5-URI \ + p5-Email-FolderType-Net>=1.02:mail/p5-Email-FolderType-Net \ + p5-Email-Folder>=0.84:mail/p5-Email-Folder \ + p5-Net>=1.19:net/p5-Net BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Folder/Makefile b/mail/p5-Email-Folder/Makefile index e0ac92cd4ca8..866f9fec27ba 100644 --- a/mail/p5-Email-Folder/Makefile +++ b/mail/p5-Email-Folder/Makefile @@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= lth@FreeBSD.org COMMENT= Read all the messages from a folder as Email::Simple objects -RUN_DEPENDS= p5-Email-Simple>0:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Email-FolderType>=0.6:${PORTSDIR}/mail/p5-Email-FolderType +RUN_DEPENDS= p5-Email-Simple>0:mail/p5-Email-Simple \ + p5-Email-FolderType>=0.6:mail/p5-Email-FolderType BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-FolderType-Net/Makefile b/mail/p5-Email-FolderType-Net/Makefile index 6dd18dbb645b..68ca38ac77f4 100644 --- a/mail/p5-Email-FolderType-Net/Makefile +++ b/mail/p5-Email-FolderType-Net/Makefile @@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= lth@FreeBSD.org COMMENT= Recognize folder types for network based message protocols -RUN_DEPENDS= p5-URI>=1.35:${PORTSDIR}/net/p5-URI \ - p5-Email-FolderType>=0.8:${PORTSDIR}/mail/p5-Email-FolderType +RUN_DEPENDS= p5-URI>=1.35:net/p5-URI \ + p5-Email-FolderType>=0.8:mail/p5-Email-FolderType BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-FolderType/Makefile b/mail/p5-Email-FolderType/Makefile index 6edaedf383a6..df08317b97d3 100644 --- a/mail/p5-Email-FolderType/Makefile +++ b/mail/p5-Email-FolderType/Makefile @@ -14,7 +14,7 @@ COMMENT= Determine the type of a mail folder LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Capture-Tiny>0:${PORTSDIR}/devel/p5-Capture-Tiny +TEST_DEPENDS= p5-Capture-Tiny>0:devel/p5-Capture-Tiny NO_ARCH= yes USES= perl5 @@ -23,8 +23,8 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable +BUILD_DEPENDS+= p5-Module-Pluggable>0:devel/p5-Module-Pluggable +RUN_DEPENDS+= p5-Module-Pluggable>0:devel/p5-Module-Pluggable .endif .include <bsd.port.post.mk> diff --git a/mail/p5-Email-LocalDelivery-Ezmlm/Makefile b/mail/p5-Email-LocalDelivery-Ezmlm/Makefile index abed0fdcb5a6..7dd89036bb1e 100644 --- a/mail/p5-Email-LocalDelivery-Ezmlm/Makefile +++ b/mail/p5-Email-LocalDelivery-Ezmlm/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Deliver mail into ezmlm archives -BUILD_DEPENDS= p5-Email-LocalDelivery>=0:${PORTSDIR}/mail/p5-Email-LocalDelivery \ - p5-Email-FolderType>=0:${PORTSDIR}/mail/p5-Email-FolderType +BUILD_DEPENDS= p5-Email-LocalDelivery>=0:mail/p5-Email-LocalDelivery \ + p5-Email-FolderType>=0:mail/p5-Email-FolderType RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-LocalDelivery/Makefile b/mail/p5-Email-LocalDelivery/Makefile index 1314d20feac5..af9e7de08eda 100644 --- a/mail/p5-Email-LocalDelivery/Makefile +++ b/mail/p5-Email-LocalDelivery/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Deliver a piece of email - simply -RUN_DEPENDS= p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Email-FolderType>=0:${PORTSDIR}/mail/p5-Email-FolderType \ - p5-File-Path-Expand>=0:${PORTSDIR}/devel/p5-File-Path-Expand +RUN_DEPENDS= p5-Email-Simple>=0:mail/p5-Email-Simple \ + p5-Email-FolderType>=0:mail/p5-Email-FolderType \ + p5-File-Path-Expand>=0:devel/p5-File-Path-Expand BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-MIME-Attachment-Stripper/Makefile b/mail/p5-Email-MIME-Attachment-Stripper/Makefile index 986b772a8430..753efdb72097 100644 --- a/mail/p5-Email-MIME-Attachment-Stripper/Makefile +++ b/mail/p5-Email-MIME-Attachment-Stripper/Makefile @@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.([0-9])$|\1|} MAINTAINER= lth@FreeBSD.org COMMENT= Strip the attachments from a mail -RUN_DEPENDS= p5-Email-MIME>=1.861:${PORTSDIR}/mail/p5-Email-MIME \ - p5-Email-MIME-ContentType>=1.0:${PORTSDIR}/mail/p5-Email-MIME-ContentType +RUN_DEPENDS= p5-Email-MIME>=1.861:mail/p5-Email-MIME \ + p5-Email-MIME-ContentType>=1.0:mail/p5-Email-MIME-ContentType BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-MIME-CreateHTML/Makefile b/mail/p5-Email-MIME-CreateHTML/Makefile index 37e80c72d919..62d5c416f7fb 100644 --- a/mail/p5-Email-MIME-CreateHTML/Makefile +++ b/mail/p5-Email-MIME-CreateHTML/Makefile @@ -12,23 +12,23 @@ COMMENT= Multipart HTML Email builder LICENSE= GPLv2 -BUILD_DEPENDS= p5-Data-Serializer>=0:${PORTSDIR}/devel/p5-Data-Serializer \ - p5-Email-MIME>=0:${PORTSDIR}/mail/p5-Email-MIME \ - p5-File-Policy>=0:${PORTSDIR}/devel/p5-File-Policy \ - p5-HTML-Tagset>=0:${PORTSDIR}/www/p5-HTML-Tagset \ - p5-HTML-TokeParser-Simple>=3.15:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ - p5-Log-Trace>=0:${PORTSDIR}/devel/p5-Log-Trace \ - p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Data-Serializer>=0:devel/p5-Data-Serializer \ + p5-Email-MIME>=0:mail/p5-Email-MIME \ + p5-File-Policy>=0:devel/p5-File-Policy \ + p5-HTML-Tagset>=0:www/p5-HTML-Tagset \ + p5-HTML-TokeParser-Simple>=3.15:www/p5-HTML-TokeParser-Simple \ + p5-Log-Trace>=0:devel/p5-Log-Trace \ + p5-MIME-Types>=0:mail/p5-MIME-Types \ + p5-URI>=0:net/p5-URI \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ - p5-Email-Send>=0:${PORTSDIR}/mail/p5-Email-Send \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-HTML-TreeBuilder-XPath>=0:${PORTSDIR}/www/p5-HTML-TreeBuilder-XPath \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Test-Assertions>=0:${PORTSDIR}/devel/p5-Test-Assertions \ - p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense +TEST_DEPENDS= p5-Email-Address>=0:mail/p5-Email-Address \ + p5-Email-Send>=0:mail/p5-Email-Send \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-HTML-TreeBuilder-XPath>=0:www/p5-HTML-TreeBuilder-XPath \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-Test-Assertions>=0:devel/p5-Test-Assertions \ + p5-common-sense>=0:devel/p5-common-sense USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile b/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile index 4ffcc8338f88..b75dcaf36a5e 100644 --- a/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile +++ b/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile @@ -11,11 +11,11 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of Email::MIME mixin to create an iso-2022-jp mail RUN_DEPENDS= \ - p5-Email-MIME>=1.900:${PORTSDIR}/mail/p5-Email-MIME \ - p5-Sub-Install>0:${PORTSDIR}/devel/p5-Sub-Install + p5-Email-MIME>=1.900:mail/p5-Email-MIME \ + p5-Sub-Install>0:devel/p5-Sub-Install BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Classy>=0:${PORTSDIR}/devel/p5-Test-Classy \ - p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules +TEST_DEPENDS= p5-Test-Classy>=0:devel/p5-Test-Classy \ + p5-Test-UseAllModules>=0:devel/p5-Test-UseAllModules USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Email-MIME-Encodings/Makefile b/mail/p5-Email-MIME-Encodings/Makefile index 75aaae917b0b..8a31605ba655 100644 --- a/mail/p5-Email-MIME-Encodings/Makefile +++ b/mail/p5-Email-MIME-Encodings/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Unified interface to MIME encoding and decoding -RUN_DEPENDS= p5-MIME-Base64>3.05:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= p5-MIME-Base64>3.05:converters/p5-MIME-Base64 BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile index c1dfb3f726cb..40488509564f 100644 --- a/mail/p5-Email-MIME/Makefile +++ b/mail/p5-Email-MIME/Makefile @@ -12,11 +12,11 @@ COMMENT= Easy MIME message parsing LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Simple>=2.206:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Email-MessageID>=0:${PORTSDIR}/mail/p5-Email-MessageID \ - p5-Email-MIME-Encodings>=1.313:${PORTSDIR}/mail/p5-Email-MIME-Encodings \ - p5-Email-MIME-ContentType>=1.01.6:${PORTSDIR}/mail/p5-Email-MIME-ContentType \ - p5-MIME-Types>=1.13:${PORTSDIR}/mail/p5-MIME-Types +BUILD_DEPENDS= p5-Email-Simple>=2.206:mail/p5-Email-Simple \ + p5-Email-MessageID>=0:mail/p5-Email-MessageID \ + p5-Email-MIME-Encodings>=1.313:mail/p5-Email-MIME-Encodings \ + p5-Email-MIME-ContentType>=1.01.6:mail/p5-Email-MIME-ContentType \ + p5-MIME-Types>=1.13:mail/p5-MIME-Types RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-MessageID/Makefile b/mail/p5-Email-MessageID/Makefile index 91b84258f81e..028c8f4ba662 100644 --- a/mail/p5-Email-MessageID/Makefile +++ b/mail/p5-Email-MessageID/Makefile @@ -13,7 +13,7 @@ COMMENT= Generate world unique message-ids LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address +BUILD_DEPENDS= p5-Email-Address>=1.80:mail/p5-Email-Address RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/mail/p5-Email-Reply/Makefile b/mail/p5-Email-Reply/Makefile index 222dd51cb179..4cbd00ea6c7e 100644 --- a/mail/p5-Email-Reply/Makefile +++ b/mail/p5-Email-Reply/Makefile @@ -14,11 +14,11 @@ COMMENT= Email::Reply - Reply to a Message LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Abstract>=2.01:${PORTSDIR}/mail/p5-Email-Abstract \ - p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address \ - p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME +BUILD_DEPENDS= p5-Email-Abstract>=2.01:mail/p5-Email-Abstract \ + p5-Email-Address>=1.80:mail/p5-Email-Address \ + p5-Email-MIME>=1.82:mail/p5-Email-MIME RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny +TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Email-Send/Makefile b/mail/p5-Email-Send/Makefile index f25b35631dcd..fa640e8217f2 100644 --- a/mail/p5-Email-Send/Makefile +++ b/mail/p5-Email-Send/Makefile @@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Email::Send - Simply Sending Email -BUILD_DEPENDS= p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address \ - p5-Email-Simple>=1.92:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Return-Value>=1.28:${PORTSDIR}/devel/p5-Return-Value \ - p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \ + p5-Email-Address>=1.80:mail/p5-Email-Address \ + p5-Email-Simple>=1.92:mail/p5-Email-Simple \ + p5-Return-Value>=1.28:devel/p5-Return-Value \ + p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile b/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile index 53d1a031d3f6..a1d5cb9a3fd5 100644 --- a/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile +++ b/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile @@ -13,8 +13,8 @@ COMMENT= Email::Sender with Net::SMTP::TLS (Eg. Gmail) LICENSE= GPLv1 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender \ - p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained +RUN_DEPENDS= p5-Email-Sender>=0.091660:mail/p5-Email-Sender \ + p5-Net-SMTP-TLS-ButMaintained>=0.2:mail/p5-Net-SMTP-TLS-ButMaintained BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Sender-Transport-SMTPS/Makefile b/mail/p5-Email-Sender-Transport-SMTPS/Makefile index b7bbfd928a7a..cbec5573b2ff 100644 --- a/mail/p5-Email-Sender-Transport-SMTPS/Makefile +++ b/mail/p5-Email-Sender-Transport-SMTPS/Makefile @@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Email-Sender>=1.300006:${PORTSDIR}/mail/p5-Email-Sender \ - p5-Net-SMTPS>=0.03:${PORTSDIR}/mail/p5-Net-SMTPS + p5-Email-Sender>=1.300006:mail/p5-Email-Sender \ + p5-Net-SMTPS>=0.03:mail/p5-Net-SMTPS BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Sender-Transport-SQLite/Makefile b/mail/p5-Email-Sender-Transport-SQLite/Makefile index 43dbe90f98af..2a90157212cb 100644 --- a/mail/p5-Email-Sender-Transport-SQLite/Makefile +++ b/mail/p5-Email-Sender-Transport-SQLite/Makefile @@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= bill.brinzer@gmail.com COMMENT= Deliver mail to an SQLite db for testing -RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender +RUN_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-DBI>=0:databases/p5-DBI \ + p5-Email-Sender>=0.091660:mail/p5-Email-Sender BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny +TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Email-Sender/Makefile b/mail/p5-Email-Sender/Makefile index dd6003c65c14..7d94d516c100 100644 --- a/mail/p5-Email-Sender/Makefile +++ b/mail/p5-Email-Sender/Makefile @@ -15,18 +15,18 @@ COMMENT= Library for sending email LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Abstract>=3.006:${PORTSDIR}/mail/p5-Email-Abstract \ - p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ - p5-Email-Simple>=1.998:${PORTSDIR}/mail/p5-Email-Simple \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ - p5-Moo>=1.000008:${PORTSDIR}/devel/p5-Moo \ - p5-MooX-Types-MooseLike>=0.15:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Throwable>=0.200003:${PORTSDIR}/devel/p5-Throwable \ - p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny +BUILD_DEPENDS= p5-Email-Abstract>=3.006:mail/p5-Email-Abstract \ + p5-Email-Address>=0:mail/p5-Email-Address \ + p5-Email-Simple>=1.998:mail/p5-Email-Simple \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime \ + p5-Moo>=1.000008:devel/p5-Moo \ + p5-MooX-Types-MooseLike>=0.15:devel/p5-MooX-Types-MooseLike \ + p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ + p5-Throwable>=0.200003:devel/p5-Throwable \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Capture-Tiny>=0.08:${PORTSDIR}/devel/p5-Capture-Tiny +TEST_DEPENDS= p5-Capture-Tiny>=0.08:devel/p5-Capture-Tiny USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Email-Simple-FromHandle/Makefile b/mail/p5-Email-Simple-FromHandle/Makefile index 2f874e5d288a..68ecb868a5e9 100644 --- a/mail/p5-Email-Simple-FromHandle/Makefile +++ b/mail/p5-Email-Simple-FromHandle/Makefile @@ -14,8 +14,8 @@ COMMENT= Perl library for making email objects from a filehandle LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ - p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String +BUILD_DEPENDS= p5-Email-Simple>=0:mail/p5-Email-Simple \ + p5-IO-String>=0:devel/p5-IO-String RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/mail/p5-Email-Simple/Makefile b/mail/p5-Email-Simple/Makefile index 4d7a5b828426..053215b96a88 100644 --- a/mail/p5-Email-Simple/Makefile +++ b/mail/p5-Email-Simple/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple parsing of RFC2822 message format and headers LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Date-Format>=0:${PORTSDIR}/mail/p5-Email-Date-Format +BUILD_DEPENDS= p5-Email-Date-Format>=0:mail/p5-Email-Date-Format RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Stuffer/Makefile b/mail/p5-Email-Stuffer/Makefile index dd7b5bd5fe87..dbd43b26796f 100644 --- a/mail/p5-Email-Stuffer/Makefile +++ b/mail/p5-Email-Stuffer/Makefile @@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= zi@FreeBSD.org COMMENT= More casual approach to creating and sending Email -BUILD_DEPENDS= p5-Params-Util>=0.23:${PORTSDIR}/devel/p5-Params-Util \ - p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \ - p5-Email-MIME>=1.901:${PORTSDIR}/mail/p5-Email-MIME \ - p5-Email-Sender>=0:${PORTSDIR}/mail/p5-Email-Sender +BUILD_DEPENDS= p5-Params-Util>=0.23:devel/p5-Params-Util \ + p5-File-Type>=0.22:devel/p5-File-Type \ + p5-Email-MIME>=1.901:mail/p5-Email-MIME \ + p5-Email-Sender>=0:mail/p5-Email-Sender RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Valid-Loose/Makefile b/mail/p5-Email-Valid-Loose/Makefile index 9186f2e65165..3cec5a6fd2eb 100644 --- a/mail/p5-Email-Valid-Loose/Makefile +++ b/mail/p5-Email-Valid-Loose/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Variation of Email::Valid which allows dot before at mark -BUILD_DEPENDS= p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid +BUILD_DEPENDS= p5-Email-Valid>=0:mail/p5-Email-Valid RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Email-Valid/Makefile b/mail/p5-Email-Valid/Makefile index 9d3864d727ee..16fa3ae4a3cf 100644 --- a/mail/p5-Email-Valid/Makefile +++ b/mail/p5-Email-Valid/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Check validity of Internet email addresses -COMMON_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Mail-Tools>0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Net-Domain-TLD>0:${PORTSDIR}/dns/p5-Net-Domain-TLD +COMMON_DEPENDS= p5-Net-DNS>0:dns/p5-Net-DNS \ + p5-Mail-Tools>0:mail/p5-Mail-Tools \ + p5-Net-Domain-TLD>0:dns/p5-Net-Domain-TLD BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} diff --git a/mail/p5-FuzzyOcr-devel/Makefile b/mail/p5-FuzzyOcr-devel/Makefile index 0907bfb2934b..f29c8755e6e7 100644 --- a/mail/p5-FuzzyOcr-devel/Makefile +++ b/mail/p5-FuzzyOcr-devel/Makefile @@ -15,15 +15,15 @@ COMMENT= Plugin for SpamAssassin which scans image attachments for spam OPTIONS_DEFINE= DOCS EXAMPLES -RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ - gifsicle:${PORTSDIR}/graphics/gifsicle \ - gocr:${PORTSDIR}/graphics/gocr \ - ocrad:${PORTSDIR}/graphics/ocrad \ - giftext:${PORTSDIR}/graphics/giflib \ - spamassassin:${PORTSDIR}/mail/spamassassin \ - p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM \ - p5-MLDBM-Sync>=0:${PORTSDIR}/databases/p5-MLDBM-Sync \ - p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx +RUN_DEPENDS= giftopnm:graphics/netpbm \ + gifsicle:graphics/gifsicle \ + gocr:graphics/gocr \ + ocrad:graphics/ocrad \ + giftext:graphics/giflib \ + spamassassin:mail/spamassassin \ + p5-MLDBM>=0:databases/p5-MLDBM \ + p5-MLDBM-Sync>=0:databases/p5-MLDBM-Sync \ + p5-String-Approx>=0:devel/p5-String-Approx USES= perl5 NO_BUILD= yes @@ -52,7 +52,7 @@ PLIST_FILES= %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr.pm \ %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr/Scoring.pm #.if defined(WITH_OCRAD) -#RUN_DEPENDS+= ocrad:${PORTSDIR}/graphics/ocrad +#RUN_DEPENDS+= ocrad:graphics/ocrad #.endif pre-everything:: diff --git a/mail/p5-GMail-IMAPD/Makefile b/mail/p5-GMail-IMAPD/Makefile index 4e33e47173c1..7a5eca1c737d 100644 --- a/mail/p5-GMail-IMAPD/Makefile +++ b/mail/p5-GMail-IMAPD/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mashtizadeh@gmail.com COMMENT= Perl IMAP4 gateway to Google's webmail service -BUILD_DEPENDS= p5-Mail-Webmail-Gmail>=0:${PORTSDIR}/mail/p5-Mail-Webmail-Gmail +BUILD_DEPENDS= p5-Mail-Webmail-Gmail>=0:mail/p5-Mail-Webmail-Gmail RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-IMAP-Client/Makefile b/mail/p5-IMAP-Client/Makefile index ee11092db66b..edfe40fe0b12 100644 --- a/mail/p5-IMAP-Client/Makefile +++ b/mail/p5-IMAP-Client/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Advanced manipulation of IMAP services w/ referral support -RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-URI-imap>=0:${PORTSDIR}/mail/p5-URI-imap +RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-URI>=0:net/p5-URI \ + p5-URI-imap>=0:mail/p5-URI-imap USES= perl5 USE_PERL5= configure diff --git a/mail/p5-IMAP-Sieve/Makefile b/mail/p5-IMAP-Sieve/Makefile index 6fb276e9d8df..1013f68a68ae 100644 --- a/mail/p5-IMAP-Sieve/Makefile +++ b/mail/p5-IMAP-Sieve/Makefile @@ -12,7 +12,7 @@ DISTNAME= websieve-063a MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module to edit Sieve scripts on an Cyrus IMAP server -RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL +RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL WRKSRC= ${WRKDIR}/${PERLSIEVENAME} diff --git a/mail/p5-LMAP-CID2SPF/Makefile b/mail/p5-LMAP-CID2SPF/Makefile index c2e66713692d..16f2bc28094d 100644 --- a/mail/p5-LMAP-CID2SPF/Makefile +++ b/mail/p5-LMAP-CID2SPF/Makefile @@ -14,7 +14,7 @@ COMMENT= Module to convert between Microsoft's Caller-ID and SPF #' LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix diff --git a/mail/p5-MIME-EncWords/Makefile b/mail/p5-MIME-EncWords/Makefile index 8b2bfb4a5387..8d43be1fac73 100644 --- a/mail/p5-MIME-EncWords/Makefile +++ b/mail/p5-MIME-EncWords/Makefile @@ -13,7 +13,7 @@ COMMENT= Deal with RFC 2047 encoded words (improved) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-MIME-Charset>=1.010.1:${PORTSDIR}/mail/p5-MIME-Charset +BUILD_DEPENDS= p5-MIME-Charset>=1.010.1:mail/p5-MIME-Charset RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile index 81437a8addcb..dbd06931423d 100644 --- a/mail/p5-MIME-Fast/Makefile +++ b/mail/p5-MIME-Fast/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create, edit, and parse MIME messages (via gmime2 C library) -LIB_DEPENDS= libgmime-2.0.so:${PORTSDIR}/mail/gmime2 +LIB_DEPENDS= libgmime-2.0.so:mail/gmime2 USES= perl5 USE_PERL5= configure diff --git a/mail/p5-MIME-Lite-HTML/Makefile b/mail/p5-MIME-Lite-HTML/Makefile index 66e93fccc7cb..c55f69b5c763 100644 --- a/mail/p5-MIME-Lite-HTML/Makefile +++ b/mail/p5-MIME-Lite-HTML/Makefile @@ -11,14 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provide routine to transform a HTML page into a MIME mail -BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-MIME-Lite>=1:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-MIME-Lite>=1:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-MIME-Lite>=1:mail/p5-MIME-Lite \ + p5-URI>=0:net/p5-URI \ + p5-libwww>=0:www/p5-libwww +RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-MIME-Lite>=1:mail/p5-MIME-Lite \ + p5-URI>=0:net/p5-URI \ + p5-libwww>=0:www/p5-libwww USES= perl5 USE_PERL5= configure diff --git a/mail/p5-MIME-Lite-TT-HTML/Makefile b/mail/p5-MIME-Lite-TT-HTML/Makefile index 3a1cdac920fd..00fa398f0823 100644 --- a/mail/p5-MIME-Lite-TT-HTML/Makefile +++ b/mail/p5-MIME-Lite-TT-HTML/Makefile @@ -11,16 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd-ports@t-b-o-h.net COMMENT= Create html mail with MIME::Lite and TT -BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks -RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks +BUILD_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-DateTime-Format-Mail>=0:devel/p5-DateTime-Format-Mail \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-MIME-Lite>=0:mail/p5-MIME-Lite \ + p5-HTML-FormatText-WithLinks>=0:textproc/p5-HTML-FormatText-WithLinks +RUN_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-DateTime-Format-Mail>=0:devel/p5-DateTime-Format-Mail \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-MIME-Lite>=0:mail/p5-MIME-Lite \ + p5-HTML-FormatText-WithLinks>=0:textproc/p5-HTML-FormatText-WithLinks USES= perl5 USE_PERL5= modbuild diff --git a/mail/p5-MIME-Lite-TT/Makefile b/mail/p5-MIME-Lite-TT/Makefile index c18f619a3116..a164e5ccd598 100644 --- a/mail/p5-MIME-Lite-TT/Makefile +++ b/mail/p5-MIME-Lite-TT/Makefile @@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd-ports@t-b-o-h.net COMMENT= TT enabled MIME::Lite wrapper -BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-MIME-Lite>=0:mail/p5-MIME-Lite \ + p5-Test-Simple>=0:devel/p5-Test-Simple +RUN_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-MIME-Lite>=0:mail/p5-MIME-Lite \ + p5-Test-Simple>=0:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index a3213adb9a8c..b2b3eff7d9ba 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -15,9 +15,9 @@ COMMENT= Simple interface for creating (not parsing!) MIME messages LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Date-Format>=1.000:${PORTSDIR}/mail/p5-Email-Date-Format \ - p5-MIME-Types>=1.28:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Mail-Tools>=1.62:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= p5-Email-Date-Format>=1.000:mail/p5-Email-Date-Format \ + p5-MIME-Types>=1.28:mail/p5-MIME-Types \ + p5-Mail-Tools>=1.62:mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile index 596523e3d9c0..597f6195750d 100644 --- a/mail/p5-MIME-Tools/Makefile +++ b/mail/p5-MIME-Tools/Makefile @@ -16,10 +16,10 @@ COMMENT= Set of perl5 modules for MIME LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Convert-BinHex>=0:${PORTSDIR}/converters/p5-Convert-BinHex \ - p5-Mail-Tools>=1.05:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= p5-Convert-BinHex>=0:converters/p5-Convert-BinHex \ + p5-Mail-Tools>=1.05:mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep NO_ARCH= yes USES= perl5 diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile index f8505143f088..39a4dd3b6d95 100644 --- a/mail/p5-MIME-Types/Makefile +++ b/mail/p5-MIME-Types/Makefile @@ -12,7 +12,7 @@ COMMENT= Perl extension for determining MIME types LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious +TEST_DEPENDS= p5-Mojolicious>=0:www/p5-Mojolicious NO_ARCH= yes USES= perl5 diff --git a/mail/p5-Mail-Address-MobileJp/Makefile b/mail/p5-Mail-Address-MobileJp/Makefile index 43f1b0b578eb..b5fd33598b54 100644 --- a/mail/p5-Mail-Address-MobileJp/Makefile +++ b/mail/p5-Mail-Address-MobileJp/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Utility to detect an e-mail is mobile one or not -BUILD_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Audit-Attach/Makefile b/mail/p5-Mail-Audit-Attach/Makefile index a8e403b97515..7b3b7ba523b1 100644 --- a/mail/p5-Mail-Audit-Attach/Makefile +++ b/mail/p5-Mail-Audit-Attach/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Mail::Audit plugin for attachment handling -RUN_DEPENDS= p5-Mail-Audit>=2:${PORTSDIR}/mail/p5-Mail-Audit \ - p5-Mail-Tools>=1:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= p5-Mail-Audit>=2:mail/p5-Mail-Audit \ + p5-Mail-Tools>=1:mail/p5-Mail-Tools BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Audit/Makefile b/mail/p5-Mail-Audit/Makefile index 4b92ad98df72..3af18ba86476 100644 --- a/mail/p5-Mail-Audit/Makefile +++ b/mail/p5-Mail-Audit/Makefile @@ -12,10 +12,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for creating easy mail filters -RUN_DEPENDS= p5-File-HomeDir>=0.61:${PORTSDIR}/devel/p5-File-HomeDir \ - p5-File-Tempdir>=0:${PORTSDIR}/devel/p5-File-Tempdir \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= p5-File-HomeDir>=0.61:devel/p5-File-HomeDir \ + p5-File-Tempdir>=0:devel/p5-File-Tempdir \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 shebangfix diff --git a/mail/p5-Mail-Box-IMAP4-SSL/Makefile b/mail/p5-Mail-Box-IMAP4-SSL/Makefile index d0c133426ee8..c23a288686b9 100644 --- a/mail/p5-Mail-Box-IMAP4-SSL/Makefile +++ b/mail/p5-Mail-Box-IMAP4-SSL/Makefile @@ -11,12 +11,12 @@ COMMENT= Missing part of Mail::Box::IMAP4 LICENSE= APACHE20 -BUILD_DEPENDS= p5-Mail-Box>=0:${PORTSDIR}/mail/p5-Mail-Box \ - p5-superclass>=0.003:${PORTSDIR}/devel/p5-superclass \ - p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL +BUILD_DEPENDS= p5-Mail-Box>=0:mail/p5-Mail-Box \ + p5-superclass>=0.003:devel/p5-superclass \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl \ - p5-Proc-Background>=1.08:${PORTSDIR}/devel/p5-Proc-Background +TEST_DEPENDS= p5-Probe-Perl>=0:sysutils/p5-Probe-Perl \ + p5-Proc-Background>=1.08:devel/p5-Proc-Background NO_ARCH= yes USES= perl5 diff --git a/mail/p5-Mail-Box-Parser-C/Makefile b/mail/p5-Mail-Box-Parser-C/Makefile index 1125afdb3807..38009c2d08f3 100644 --- a/mail/p5-Mail-Box-Parser-C/Makefile +++ b/mail/p5-Mail-Box-Parser-C/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parsing folders for Mail::Box with C routines -BUILD_DEPENDS= p5-Mail-Box>=0:${PORTSDIR}/mail/p5-Mail-Box +BUILD_DEPENDS= p5-Mail-Box>=0:mail/p5-Mail-Box RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index 7a2439c4882f..e9d77305b0ef 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -13,24 +13,24 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module implementing a modern mail folder management COMMON_DEPENDS= \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Devel-GlobalDestruction>=0.09:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ - p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-File-Remove>=0.20:${PORTSDIR}/devel/p5-File-Remove \ - p5-HTML-Format>=2.01:${PORTSDIR}/textproc/p5-HTML-Format \ - p5-HTML-Tree>=3.13:${PORTSDIR}/www/p5-HTML-Tree \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Mail-IMAPClient>=2.2.8:${PORTSDIR}/mail/p5-Mail-IMAPClient \ - p5-Mail-Transport-Dbx>=0.04:${PORTSDIR}/mail/p5-Mail-Transport-Dbx \ - p5-Object-Realize-Later>=0.14:${PORTSDIR}/devel/p5-Object-Realize-Later \ - p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ - p5-URI>=1.23:${PORTSDIR}/net/p5-URI \ - p5-User-Identity>=0.90:${PORTSDIR}/devel/p5-User-Identity + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-MIME-Types>=0:mail/p5-MIME-Types \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Devel-GlobalDestruction>=0.09:devel/p5-Devel-GlobalDestruction \ + p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ + p5-File-Remove>=0.20:devel/p5-File-Remove \ + p5-HTML-Format>=2.01:textproc/p5-HTML-Format \ + p5-HTML-Tree>=3.13:www/p5-HTML-Tree \ + p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-Mail-IMAPClient>=2.2.8:mail/p5-Mail-IMAPClient \ + p5-Mail-Transport-Dbx>=0.04:mail/p5-Mail-Transport-Dbx \ + p5-Object-Realize-Later>=0.14:devel/p5-Object-Realize-Later \ + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-URI>=1.23:net/p5-URI \ + p5-User-Identity>=0.90:devel/p5-User-Identity BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1.00:devel/p5-Test-Pod USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Mail-Cache/Makefile b/mail/p5-Mail-Cache/Makefile index 370a919a1de1..700a93420767 100644 --- a/mail/p5-Mail-Cache/Makefile +++ b/mail/p5-Mail-Cache/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Caches mail information -BUILD_DEPENDS= p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \ - p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple +BUILD_DEPENDS= p5-File-BaseDir>=0:devel/p5-File-BaseDir \ + p5-Email-Simple>=0:mail/p5-Email-Simple USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Mail-CheckUser/Makefile b/mail/p5-Mail-CheckUser/Makefile index 00220121ac44..a2ab14902ccf 100644 --- a/mail/p5-Mail-CheckUser/Makefile +++ b/mail/p5-Mail-CheckUser/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bra@fsn.hu COMMENT= Perl module to check email addresses for validity -BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-ClamAV/Makefile b/mail/p5-Mail-ClamAV/Makefile index a2c1b29b8942..33bf075fe3e0 100644 --- a/mail/p5-Mail-ClamAV/Makefile +++ b/mail/p5-Mail-ClamAV/Makefile @@ -14,9 +14,9 @@ COMMENT= Perl extension for the clamav virus scanner LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ - p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C \ - clamscan:${PORTSDIR}/security/clamav +BUILD_DEPENDS= p5-Inline>=0:devel/p5-Inline \ + p5-Inline-C>=0:devel/p5-Inline-C \ + clamscan:security/clamav RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 78e4be008330..f4635c9a64a2 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -15,9 +15,9 @@ COMMENT= Perl5 module to process and/or create DKIM email LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Net-DNS>=0:dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix diff --git a/mail/p5-Mail-DMARC/Makefile b/mail/p5-Mail-DMARC/Makefile index 5c454c9c4015..ec7549fcf4ad 100644 --- a/mail/p5-Mail-DMARC/Makefile +++ b/mail/p5-Mail-DMARC/Makefile @@ -12,31 +12,31 @@ COMMENT= Perl5 module to process and/or create DKIM email LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \ - p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-Install \ - p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \ - p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ - p5-Email-MIME>=0:${PORTSDIR}/mail/p5-Email-MIME \ - p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \ - p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-Net-SMTPS>=0:${PORTSDIR}/mail/p5-Net-SMTPS \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-DBIx-Simple>=0:${PORTSDIR}/databases/p5-DBIx-Simple \ - p5-Test-File-ShareDir>=0:${PORTSDIR}/devel/p5-Test-File-ShareDir \ - p5-CGI>=0:${PORTSDIR}/www/p5-CGI \ - p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Mail-DKIM>=0:${PORTSDIR}/mail/p5-Mail-DKIM \ - p5-Net-IMAP-Simple>=0:${PORTSDIR}/mail/p5-Net-IMAP-Simple \ - p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ - p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP \ - p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-IDN-Encode>=0:${PORTSDIR}/textproc/p5-Net-IDN-Encode +BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ + p5-Config-Tiny>=0:devel/p5-Config-Tiny \ + p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install \ + p5-Net-IP>=0:net-mgmt/p5-Net-IP \ + p5-Socket6>=0:net/p5-Socket6 \ + p5-Email-MIME>=0:mail/p5-Email-MIME \ + p5-HTTP-Tiny>=0:www/p5-HTTP-Tiny \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-JSON>=0:converters/p5-JSON \ + p5-Net-SMTPS>=0:mail/p5-Net-SMTPS \ + p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-DBIx-Simple>=0:databases/p5-DBIx-Simple \ + p5-Test-File-ShareDir>=0:devel/p5-Test-File-ShareDir \ + p5-CGI>=0:www/p5-CGI \ + p5-Email-Simple>=0:mail/p5-Email-Simple \ + p5-Mail-DKIM>=0:mail/p5-Mail-DKIM \ + p5-Net-IMAP-Simple>=0:mail/p5-Net-IMAP-Simple \ + p5-Net-Server>=0:net/p5-Net-Server \ + p5-Net-HTTP>=0:net/p5-Net-HTTP \ + p5-Test-Output>=0:devel/p5-Test-Output \ + p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile b/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile index a08f3156190d..62d408b49833 100644 --- a/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile +++ b/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile @@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to analyze bounce messages -RUN_DEPENDS= p5-MIME-Tools>=5.418:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Mail-Tools>=2.04:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= p5-MIME-Tools>=5.418:mail/p5-MIME-Tools \ + p5-Mail-Tools>=2.04:mail/p5-Mail-Tools BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-DomainKeys/Makefile b/mail/p5-Mail-DomainKeys/Makefile index e4bec9eb7185..0e19f1c0f623 100644 --- a/mail/p5-Mail-DomainKeys/Makefile +++ b/mail/p5-Mail-DomainKeys/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of DomainKeys -RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile index 82dbbf376ec8..ab42aa652ece 100644 --- a/mail/p5-Mail-Ezmlm/Makefile +++ b/mail/p5-Mail-Ezmlm/Makefile @@ -15,8 +15,8 @@ COMMENT= Perl module to allow object methods for ezmlm-idx mailing lists LICENSE= BSD3CLAUSE GPLv2 GPLv3 LICENSE_COMB= dual -BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \ - p5-Crypt-GPG>=0:${PORTSDIR}/security/p5-Crypt-GPG +BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:mail/ezmlm-idx \ + p5-Crypt-GPG>=0:security/p5-Crypt-GPG RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/mail/p5-Mail-Field-Received/Makefile b/mail/p5-Mail-Field-Received/Makefile index f5b6ebee0795..c32c6598385d 100644 --- a/mail/p5-Mail-Field-Received/Makefile +++ b/mail/p5-Mail-Field-Received/Makefile @@ -14,10 +14,10 @@ COMMENT= Perl5 modules for parsing of `Received' headers in e-mails LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Mail-Tools>0:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= p5-Mail-Tools>0:mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_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/mail/p5-Mail-FilterXML/Makefile b/mail/p5-Mail-FilterXML/Makefile index 4ef10e71b5c6..7006a66a0ce3 100644 --- a/mail/p5-Mail-FilterXML/Makefile +++ b/mail/p5-Mail-FilterXML/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that allows writing mail filter rules in XML -BUILD_DEPENDS= p5-Mail-Audit>=0:${PORTSDIR}/mail/p5-Mail-Audit \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-Mail-Audit>=0:mail/p5-Mail-Audit \ + p5-XML-Parser>=0:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix diff --git a/mail/p5-Mail-Folder/Makefile b/mail/p5-Mail-Folder/Makefile index db523e5acd99..9476ae4f67da 100644 --- a/mail/p5-Mail-Folder/Makefile +++ b/mail/p5-Mail-Folder/Makefile @@ -12,10 +12,10 @@ DISTNAME= MailFolder-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for a folder-independant interface to email folders -BUILD_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ - p5-File-Sync>=0:${PORTSDIR}/devel/p5-File-Sync \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools +BUILD_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-File-Sync>=0:devel/p5-File-Sync \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Freshmeat/Makefile b/mail/p5-Mail-Freshmeat/Makefile index 59e57b64aa5a..bf000a473ab1 100644 --- a/mail/p5-Mail-Freshmeat/Makefile +++ b/mail/p5-Mail-Freshmeat/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to parse daily newsletters from freshmeat.net -BUILD_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-GnuPG/Makefile b/mail/p5-Mail-GnuPG/Makefile index 0e8aef778d22..41884bc1cda4 100644 --- a/mail/p5-Mail-GnuPG/Makefile +++ b/mail/p5-Mail-GnuPG/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to process and/or create PGP email -BUILD_DEPENDS= p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= p5-GnuPG-Interface>=0:security/p5-GnuPG-Interface \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Graph/Makefile b/mail/p5-Mail-Graph/Makefile index 5894befaed26..cc9892006e3e 100644 --- a/mail/p5-Mail-Graph/Makefile +++ b/mail/p5-Mail-Graph/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for drawing graphical stats for mails/spams -RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ - p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ - p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil \ - p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc +RUN_DEPENDS= p5-GD>=0:graphics/p5-GD \ + p5-GD-Graph>=0:graphics/p5-GD-Graph \ + p5-GD-TextUtil>=0:graphics/p5-GD-TextUtil \ + p5-Date-Calc>=0:devel/p5-Date-Calc BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 shebangfix diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index 24df4dc5c4a5..ae8c34093f28 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -13,10 +13,10 @@ COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) server LICENSE= ARTPERL10 -RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent \ - p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL +RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ + p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-Authen-SASL>=0:security/p5-Authen-SASL USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Mail-IMAPTalk-MailCache/Makefile b/mail/p5-Mail-IMAPTalk-MailCache/Makefile index 695f0bd94ac2..a65843b8e816 100644 --- a/mail/p5-Mail-IMAPTalk-MailCache/Makefile +++ b/mail/p5-Mail-IMAPTalk-MailCache/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Caches mail information for Mail::IMAPTalk using Mail::Cache -BUILD_DEPENDS= p5-Mail-Cache>=0:${PORTSDIR}/mail/p5-Mail-Cache \ - p5-Mail-IMAPTalk>=0:${PORTSDIR}/mail/p5-Mail-IMAPTalk +BUILD_DEPENDS= p5-Mail-Cache>=0:mail/p5-Mail-Cache \ + p5-Mail-IMAPTalk>=0:mail/p5-Mail-IMAPTalk USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index dbf795de9931..7eeb701dc9bd 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -12,10 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for detecting mailing list messages -RUN_DEPENDS= p5-Email-Abstract>=3.001:${PORTSDIR}/mail/p5-Email-Abstract \ - p5-Email-Valid>=0.182:${PORTSDIR}/mail/p5-Email-Valid \ - p5-Mail-Tools>=2.04:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-URI>=1.1:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-Email-Abstract>=3.001:mail/p5-Email-Abstract \ + p5-Email-Valid>=0.182:mail/p5-Email-Valid \ + p5-Mail-Tools>=2.04:mail/p5-Mail-Tools \ + p5-URI>=1.1:net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 shebangfix diff --git a/mail/p5-Mail-MailStats/Makefile b/mail/p5-Mail-MailStats/Makefile index 2f35f5820da9..f6a6aad6529c 100644 --- a/mail/p5-Mail-MailStats/Makefile +++ b/mail/p5-Mail-MailStats/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to detect newer messages in procmail-generated mailboxes -BUILD_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig +BUILD_DEPENDS= p5-AppConfig>=0:devel/p5-AppConfig RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index 8855b2560f17..65cafe4e2c2d 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -12,11 +12,11 @@ COMMENT= Fast and simple mbox folder reader LICENSE= GPLv2 -BUILD_DEPENDS+= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget \ - p5-URI>=0:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget -TEST_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff +BUILD_DEPENDS+= p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-FileHandle-Unget>=0:devel/p5-FileHandle-Unget \ + p5-URI>=0:net/p5-URI +RUN_DEPENDS= p5-FileHandle-Unget>=0:devel/p5-FileHandle-Unget +TEST_DEPENDS= p5-Text-Diff>=0:textproc/p5-Text-Diff USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Mail-MboxParser/Makefile b/mail/p5-Mail-MboxParser/Makefile index 75a06f9c5dd7..e506cdaab221 100644 --- a/mail/p5-Mail-MboxParser/Makefile +++ b/mail/p5-Mail-MboxParser/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Module for working with UNIX-flavoured mailboxes -BUILD_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Mail-Mbox-MessageParser>=0:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser +BUILD_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-Mail-Mbox-MessageParser>=0:mail/p5-Mail-Mbox-MessageParser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-OpenDKIM/Makefile b/mail/p5-Mail-OpenDKIM/Makefile index fcdd8e8fb611..7fc628c4cde2 100644 --- a/mail/p5-Mail-OpenDKIM/Makefile +++ b/mail/p5-Mail-OpenDKIM/Makefile @@ -14,10 +14,10 @@ COMMENT= Perl interface to OpenDKIM C library LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= opendkim>=2.10.0:${PORTSDIR}/mail/opendkim -LIB_DEPENDS= libopendkim.so:${PORTSDIR}/mail/opendkim -RUN_DEPENDS= opendkim>=2.10.0:${PORTSDIR}/mail/opendkim \ - p5-Error>=0:${PORTSDIR}/lang/p5-Error +BUILD_DEPENDS= opendkim>=2.10.0:mail/opendkim +LIB_DEPENDS= libopendkim.so:mail/opendkim +RUN_DEPENDS= opendkim>=2.10.0:mail/opendkim \ + p5-Error>=0:lang/p5-Error USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Mail-OpenRelay-Simple/Makefile b/mail/p5-Mail-OpenRelay-Simple/Makefile index 88b824073661..2fe0165d0788 100644 --- a/mail/p5-Mail-OpenRelay-Simple/Makefile +++ b/mail/p5-Mail-OpenRelay-Simple/Makefile @@ -13,8 +13,8 @@ COMMENT= Check if a mail server runs as an open relay LICENSE= ART10 -BUILD_DEPENDS= p5-Class-Accessor>=0.25:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Net-Telnet>=3.03:${PORTSDIR}/net/p5-Net-Telnet +BUILD_DEPENDS= p5-Class-Accessor>=0.25:devel/p5-Class-Accessor \ + p5-Net-Telnet>=3.03:net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Procmail/Makefile b/mail/p5-Mail-Procmail/Makefile index 8f7c13683574..021d024a7e9b 100644 --- a/mail/p5-Mail-Procmail/Makefile +++ b/mail/p5-Mail-Procmail/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module provides procmail-like tools -RUN_DEPENDS= p5-LockFile-Simple>=0:${PORTSDIR}/devel/p5-LockFile-Simple \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= p5-LockFile-Simple>=0:devel/p5-LockFile-Simple \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Mail-RBL/Makefile b/mail/p5-Mail-RBL/Makefile index ba5e30f5f1ef..2a7cab301bee 100644 --- a/mail/p5-Mail-RBL/Makefile +++ b/mail/p5-Mail-RBL/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to access RBL-style host verification services -BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP +BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-NetAddr-IP>0:net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-SPF/Makefile b/mail/p5-Mail-SPF/Makefile index b5c2717c0404..ce55c85d57ca 100644 --- a/mail/p5-Mail-SPF/Makefile +++ b/mail/p5-Mail-SPF/Makefile @@ -15,13 +15,13 @@ COMMENT= Object-oriented implementation of Sender Policy Framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ - p5-Net-DNS>=0.62:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-DNS-Resolver-Programmable>=0.003:${PORTSDIR}/dns/p5-Net-DNS-Resolver-Programmable \ - p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ - p5-URI>=1.13:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-Error>=0:lang/p5-Error \ + p5-Net-DNS>=0.62:dns/p5-Net-DNS \ + p5-Net-DNS-Resolver-Programmable>=0.003:dns/p5-Net-DNS-Resolver-Programmable \ + p5-NetAddr-IP>=4:net-mgmt/p5-NetAddr-IP \ + p5-URI>=1.13:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod CONFLICTS_INSTALL= p5-Mail-SPF-Query-[0-9]* diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile index cf79c4001078..3e8c76a36e97 100644 --- a/mail/p5-Mail-SRS/Makefile +++ b/mail/p5-Mail-SRS/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Sender Rewriting Scheme -BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM +BUILD_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ + p5-MLDBM>=0:databases/p5-MLDBM RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Spool/Makefile b/mail/p5-Mail-Spool/Makefile index ff56ff8bc7ca..333cae930131 100644 --- a/mail/p5-Mail-Spool/Makefile +++ b/mail/p5-Mail-Spool/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Pure Perl implementation of mail spooling, unspooling, and sending -BUILD_DEPENDS= p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-File-NFSLock>=0:devel/p5-File-NFSLock \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Net-DNS>=0:dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index bf6f02d06cc1..db5d10a176e4 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl5 modules for dealing with Internet e-mail messages LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Transport-Dbx/Makefile b/mail/p5-Mail-Transport-Dbx/Makefile index 47f0d2047f3d..f3bccc53ba9d 100644 --- a/mail/p5-Mail-Transport-Dbx/Makefile +++ b/mail/p5-Mail-Transport-Dbx/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Mail::Transport::Dbx - Parse Outlook Express mailboxes -#BUILD_DEPENDS= p5-ExtUtils-Constant>0:${PORTSDIR}/devel/p5-ExtUtils-Constant +#BUILD_DEPENDS= p5-ExtUtils-Constant>0:devel/p5-ExtUtils-Constant #RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Verify/Makefile b/mail/p5-Mail-Verify/Makefile index ec39202e3833..e49cf3d5c174 100644 --- a/mail/p5-Mail-Verify/Makefile +++ b/mail/p5-Mail-Verify/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to verify email addresses -BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mail-Webmail-Gmail/Makefile b/mail/p5-Mail-Webmail-Gmail/Makefile index 0a6475bbdd18..b1600dab9160 100644 --- a/mail/p5-Mail-Webmail-Gmail/Makefile +++ b/mail/p5-Mail-Webmail-Gmail/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to Google webmail service -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay +BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ + p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Mojolicious-Plugin-Mail/Makefile b/mail/p5-Mojolicious-Plugin-Mail/Makefile index 73e22e24c6bb..0f952a227828 100644 --- a/mail/p5-Mojolicious-Plugin-Mail/Makefile +++ b/mail/p5-Mojolicious-Plugin-Mail/Makefile @@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious \ - p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-MIME-EncWords>=0:${PORTSDIR}/mail/p5-MIME-EncWords +RUN_DEPENDS= p5-Mojolicious>=0:www/p5-Mojolicious \ + p5-MIME-Lite>=0:mail/p5-MIME-Lite \ + p5-MIME-EncWords>=0:mail/p5-MIME-EncWords NO_ARCH= yes USES= perl5 diff --git a/mail/p5-Net-IMAP-Client/Makefile b/mail/p5-Net-IMAP-Client/Makefile index 0b72b2a90af5..03c0d0402f07 100644 --- a/mail/p5-Net-IMAP-Client/Makefile +++ b/mail/p5-Net-IMAP-Client/Makefile @@ -14,8 +14,8 @@ COMMENT= Not so simple IMAP client library LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +BUILD_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Net-IMAP-Server/Makefile b/mail/p5-Net-IMAP-Server/Makefile index 53a8cc6ff80b..a9f601e1677b 100644 --- a/mail/p5-Net-IMAP-Server/Makefile +++ b/mail/p5-Net-IMAP-Server/Makefile @@ -14,22 +14,22 @@ COMMENT= Single-threaded multiplexing IMAP server implementation LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \ - p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Coro>0:${PORTSDIR}/devel/p5-Coro \ - p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Format-Mail>0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - p5-DateTime-Format-Strptime>=1.3:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ - p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address \ - p5-Email-MIME>=1.862:${PORTSDIR}/mail/p5-Email-MIME \ - p5-Email-Simple>=1.999:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Encode-IMAPUTF7>0:${PORTSDIR}/converters/p5-Encode-IMAPUTF7 \ - p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-Net-Server-Coro>=0.6:${PORTSDIR}/net/p5-Net-Server-Coro \ - p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= p5-AnyEvent>0:devel/p5-AnyEvent \ + p5-Class-Accessor>0:devel/p5-Class-Accessor \ + p5-Coro>0:devel/p5-Coro \ + p5-DateTime>0:devel/p5-DateTime \ + p5-DateTime-Format-Mail>0:devel/p5-DateTime-Format-Mail \ + p5-DateTime-Format-Strptime>=1.3:devel/p5-DateTime-Format-Strptime \ + p5-Email-Address>0:mail/p5-Email-Address \ + p5-Email-MIME>=1.862:mail/p5-Email-MIME \ + p5-Email-Simple>=1.999:mail/p5-Email-Simple \ + p5-Encode-IMAPUTF7>0:converters/p5-Encode-IMAPUTF7 \ + p5-Net-SSLeay>0:security/p5-Net-SSLeay \ + p5-Net-Server-Coro>=0.6:net/p5-Net-Server-Coro \ + p5-Regexp-Common>0:textproc/p5-Regexp-Common \ + p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL +TEST_DEPENDS= p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Net-IMAP-Simple-SSL/Makefile b/mail/p5-Net-IMAP-Simple-SSL/Makefile index 94f29a3726b7..706db7a03f25 100644 --- a/mail/p5-Net-IMAP-Simple-SSL/Makefile +++ b/mail/p5-Net-IMAP-Simple-SSL/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= SSL support for Net::IMAP::Simple -BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Net-IMAP-Simple>=0:${PORTSDIR}/mail/p5-Net-IMAP-Simple +BUILD_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-Net-IMAP-Simple>=0:mail/p5-Net-IMAP-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Net-IMAP-Simple/Makefile b/mail/p5-Net-IMAP-Simple/Makefile index 3cf1cf603e8e..e4ba9f54b725 100644 --- a/mail/p5-Net-IMAP-Simple/Makefile +++ b/mail/p5-Net-IMAP-Simple/Makefile @@ -14,23 +14,23 @@ COMMENT= Perl extension for simple IMAP account handling LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Coro>=0:${PORTSDIR}/devel/p5-Coro \ - p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ - p5-Email-MIME-ContentType>=0:${PORTSDIR}/mail/p5-Email-MIME-ContentType \ - p5-Email-MIME>=1.862:${PORTSDIR}/mail/p5-Email-MIME \ - p5-Email-Simple>=1.999:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Encode-IMAPUTF7>=0:${PORTSDIR}/converters/p5-Encode-IMAPUTF7 \ - p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-Net-Server-Coro>=0.3:${PORTSDIR}/net/p5-Net-Server-Coro \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Coro>=0:devel/p5-Coro \ + p5-DateTime-Format-Mail>=0:devel/p5-DateTime-Format-Mail \ + p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-Email-Address>=0:mail/p5-Email-Address \ + p5-Email-MIME-ContentType>=0:mail/p5-Email-MIME-ContentType \ + p5-Email-MIME>=1.862:mail/p5-Email-MIME \ + p5-Email-Simple>=1.999:mail/p5-Email-Simple \ + p5-Encode-IMAPUTF7>=0:converters/p5-Encode-IMAPUTF7 \ + p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ + p5-MIME-Base64>=0:converters/p5-MIME-Base64 \ + p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ + p5-Net-Server-Coro>=0.3:net/p5-Net-Server-Coro \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ + p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= SX @@ -43,8 +43,8 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -SX_BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent +SX_BUILD_DEPENDS= p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent SX_CONFIGURE_ENV= WITH_SX=true -SX_RUN_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent +SX_RUN_DEPENDS= p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent .include <bsd.port.mk> diff --git a/mail/p5-Net-ManageSieve/Makefile b/mail/p5-Net-ManageSieve/Makefile index c5ed2880b24c..656cb095b5cc 100644 --- a/mail/p5-Net-ManageSieve/Makefile +++ b/mail/p5-Net-ManageSieve/Makefile @@ -13,7 +13,7 @@ COMMENT= ManageSieve Protocol Client LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL +BUILD_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/mail/p5-Net-POP3-SSLWrapper/Makefile b/mail/p5-Net-POP3-SSLWrapper/Makefile index 844fd3d06ac6..c55d35bb5069 100644 --- a/mail/p5-Net-POP3-SSLWrapper/Makefile +++ b/mail/p5-Net-POP3-SSLWrapper/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= johnpupu@gmail.com COMMENT= Perl extension for simple POP3S wrapper for Net::POP3 -BUILD_DEPENDS= p5-IO-Socket-SSL>=1.34:${PORTSDIR}/security/p5-IO-Socket-SSL -RUN_DEPENDS= p5-IO-Socket-SSL>=1.34:${PORTSDIR}/security/p5-IO-Socket-SSL +BUILD_DEPENDS= p5-IO-Socket-SSL>=1.34:security/p5-IO-Socket-SSL +RUN_DEPENDS= p5-IO-Socket-SSL>=1.34:security/p5-IO-Socket-SSL USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Net-QMTP/Makefile b/mail/p5-Net-QMTP/Makefile index 42782eca7718..96839b4075dc 100644 --- a/mail/p5-Net-QMTP/Makefile +++ b/mail/p5-Net-QMTP/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= james@now.ie COMMENT= Perl module to provide a Quick Mail Transfer Protocol (QMTP) client -BUILD_DEPENDS= p5-Text-Netstring>=0:${PORTSDIR}/textproc/p5-Text-Netstring -RUN_DEPENDS= p5-Text-Netstring>=0:${PORTSDIR}/textproc/p5-Text-Netstring +BUILD_DEPENDS= p5-Text-Netstring>=0:textproc/p5-Text-Netstring +RUN_DEPENDS= p5-Text-Netstring>=0:textproc/p5-Text-Netstring USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Net-SMTP-SSL/Makefile b/mail/p5-Net-SMTP-SSL/Makefile index b2a7f661caaa..9da6bdb427f5 100644 --- a/mail/p5-Net-SMTP-SSL/Makefile +++ b/mail/p5-Net-SMTP-SSL/Makefile @@ -12,7 +12,7 @@ COMMENT= SSL support for Net::SMTP LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL +BUILD_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/mail/p5-Net-SMTP-Server/Makefile b/mail/p5-Net-SMTP-Server/Makefile index f6abc8c475f7..be255911cfc1 100644 --- a/mail/p5-Net-SMTP-Server/Makefile +++ b/mail/p5-Net-SMTP-Server/Makefile @@ -15,7 +15,7 @@ COMMENT= Native Perl SMTP Server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/mail/p5-Net-SMTP-TLS-ButMaintained/Makefile b/mail/p5-Net-SMTP-TLS-ButMaintained/Makefile index 116b2eb7ec0a..33ca5810812a 100644 --- a/mail/p5-Net-SMTP-TLS-ButMaintained/Makefile +++ b/mail/p5-Net-SMTP-TLS-ButMaintained/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= SMTP client supporting TLS and AUTH -RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-Net-SSLeay>=0:security/p5-Net-SSLeay TEST_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/mail/p5-Net-SMTP-TLS/Makefile b/mail/p5-Net-SMTP-TLS/Makefile index 1c5873a7c656..b90f9e7b6bbf 100644 --- a/mail/p5-Net-SMTP-TLS/Makefile +++ b/mail/p5-Net-SMTP-TLS/Makefile @@ -14,9 +14,9 @@ COMMENT= SMTP client supporting TLS and AUTH LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay +BUILD_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-Net-SSLeay>=0:security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/mail/p5-Net-SMTPS/Makefile b/mail/p5-Net-SMTPS/Makefile index 0a0c3f825f41..d63b990f26e6 100644 --- a/mail/p5-Net-SMTPS/Makefile +++ b/mail/p5-Net-SMTPS/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ale@biancalanas.net COMMENT= SSL/STARTTLS support for Net::SMTP -RUN_DEPENDS= p5-Authen-SASL>=2:${PORTSDIR}/security/p5-Authen-SASL \ - p5-IO-Socket-SSL>=1.9:${PORTSDIR}/security/p5-IO-Socket-SSL +RUN_DEPENDS= p5-Authen-SASL>=2:security/p5-Authen-SASL \ + p5-IO-Socket-SSL>=1.9:security/p5-IO-Socket-SSL BUILD_DEPENDS:= ${RUN_DEPENDS} MAKE_JOBS_UNSAFE= yes diff --git a/mail/p5-Net-SMTP_auth/Makefile b/mail/p5-Net-SMTP_auth/Makefile index 053fb9e7039a..3fb070d81fd6 100644 --- a/mail/p5-Net-SMTP_auth/Makefile +++ b/mail/p5-Net-SMTP_auth/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple Mail Transfer Protocol Client with AUTHentication -BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ - p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC +BUILD_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ + p5-Digest-HMAC>=0:security/p5-Digest-HMAC USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Net-SenderBase/Makefile b/mail/p5-Net-SenderBase/Makefile index eee0c90847cd..0da569c74b3b 100644 --- a/mail/p5-Net-SenderBase/Makefile +++ b/mail/p5-Net-SenderBase/Makefile @@ -15,7 +15,7 @@ COMMENT= Query the SenderBase service LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS USES= perl5 USE_PERL5= configure diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile index 283016b46acf..0030c1b18bfe 100644 --- a/mail/p5-POE-Component-Client-POP3/Makefile +++ b/mail/p5-POE-Component-Client-POP3/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implement a POP3 client POE component -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix diff --git a/mail/p5-POE-Component-Client-SMTP/Makefile b/mail/p5-POE-Component-Client-SMTP/Makefile index 86ef8f4299f0..535fd4373d29 100644 --- a/mail/p5-POE-Component-Client-SMTP/Makefile +++ b/mail/p5-POE-Component-Client-SMTP/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= SMTP client POE component -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Filter-Transparent-SMTP>=0:${PORTSDIR}/mail/p5-POE-Filter-Transparent-SMTP +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Filter-Transparent-SMTP>=0:mail/p5-POE-Filter-Transparent-SMTP RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-POE-Component-SMTP/Makefile b/mail/p5-POE-Component-SMTP/Makefile index fee8f355eaf7..fb8b2260d60c 100644 --- a/mail/p5-POE-Component-SMTP/Makefile +++ b/mail/p5-POE-Component-SMTP/Makefile @@ -14,9 +14,9 @@ COMMENT= SMTP Protocol Implementation LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Session-MultiDispatch>=0:${PORTSDIR}/devel/p5-POE-Session-MultiDispatch \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-POE-Session-MultiDispatch>=0:devel/p5-POE-Session-MultiDispatch \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-POE-Filter-Transparent-SMTP/Makefile b/mail/p5-POE-Filter-Transparent-SMTP/Makefile index 7bda65ffbf60..096599e1596c 100644 --- a/mail/p5-POE-Filter-Transparent-SMTP/Makefile +++ b/mail/p5-POE-Filter-Transparent-SMTP/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= perl@FreeBSD.org COMMENT= SMTP transparency POE filter -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/mail/p5-Parse-Syslog-Mail/Makefile b/mail/p5-Parse-Syslog-Mail/Makefile index 0fa02fa1508c..785266d5ef13 100644 --- a/mail/p5-Parse-Syslog-Mail/Makefile +++ b/mail/p5-Parse-Syslog-Mail/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Parse log messages generated by various MTAs -BUILD_DEPENDS= p5-Parse-Syslog>=0:${PORTSDIR}/textproc/p5-Parse-Syslog +BUILD_DEPENDS= p5-Parse-Syslog>=0:textproc/p5-Parse-Syslog RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-SES/Makefile b/mail/p5-SES/Makefile index fd69d6040ed5..5d462f33e1b7 100644 --- a/mail/p5-SES/Makefile +++ b/mail/p5-SES/Makefile @@ -15,10 +15,10 @@ COMMENT= Perl module of Amazon Simple Email Services LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-libwww>=6:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ + p5-URI>=0:net/p5-URI \ + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-libwww>=6:www/p5-libwww USES= perl5 shebangfix zip NO_BUILD= yes diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile index 26a3b5b3e353..18173d30cc9b 100644 --- a/mail/p5-Sendmail-AccessDB/Makefile +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl5 interface to the Sendmail access.db list -BUILD_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB +BUILD_DEPENDS= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-Test-Email/Makefile b/mail/p5-Test-Email/Makefile index 898cdf1f3163..b57b3a8d7446 100644 --- a/mail/p5-Test-Email/Makefile +++ b/mail/p5-Test-Email/Makefile @@ -12,10 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Test Email Contents -BUILD_DEPENDS= p5-Mail-POP3Client>=2:${PORTSDIR}/mail/p5-Mail-POP3Client \ - p5-Mail-Sendmail>=0.79:${PORTSDIR}/mail/p5-Mail-Sendmail \ - p5-MIME-Tools>=5.4:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Test-Simple>=0.7:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-Mail-POP3Client>=2:mail/p5-Mail-POP3Client \ + p5-Mail-Sendmail>=0.79:mail/p5-Mail-Sendmail \ + p5-MIME-Tools>=5.4:mail/p5-MIME-Tools \ + p5-Test-Simple>=0.7:devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/mail/p5-URI-imap/Makefile b/mail/p5-URI-imap/Makefile index 159a79a6f5d3..b3399205b327 100644 --- a/mail/p5-URI-imap/Makefile +++ b/mail/p5-URI-imap/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= URI::imap - Support IMAP URI -BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-URI-imaps/Makefile b/mail/p5-URI-imaps/Makefile index aeffae6a96d2..2d4e97e64382 100644 --- a/mail/p5-URI-imaps/Makefile +++ b/mail/p5-URI-imaps/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Support IMAPS URI -BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-WWW-GMail/Makefile b/mail/p5-WWW-GMail/Makefile index b3d159e81a20..d04a21aec0e2 100644 --- a/mail/p5-WWW-GMail/Makefile +++ b/mail/p5-WWW-GMail/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= This module simplifies access to gmail -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ + p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-WWW-Hotmail/Makefile b/mail/p5-WWW-Hotmail/Makefile index 3dd017840427..fd8f6b50c72c 100644 --- a/mail/p5-WWW-Hotmail/Makefile +++ b/mail/p5-WWW-Hotmail/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= This module simplifies access to hotmail -BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ - p5-Mail-Audit>=0:${PORTSDIR}/mail/p5-Mail-Audit +BUILD_DEPENDS= p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \ + p5-Mail-Audit>=0:mail/p5-Mail-Audit RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/p5-ZConf-Mail/Makefile b/mail/p5-ZConf-Mail/Makefile index c8854faad011..92ec35d1f80b 100644 --- a/mail/p5-ZConf-Mail/Makefile +++ b/mail/p5-ZConf-Mail/Makefile @@ -12,20 +12,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Misc mail client functions backed by ZConf -BUILD_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \ - p5-Email-Date>=0:${PORTSDIR}/mail/p5-Email-Date \ - p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ - p5-File-MimeInfo>=0:${PORTSDIR}/devel/p5-File-MimeInfo \ - p5-IO-MultiPipe>=0:${PORTSDIR}/devel/p5-IO-MultiPipe \ - p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-Mail-Box>=0:${PORTSDIR}/mail/p5-Mail-Box \ - p5-Mail-IMAPTalk>=0:${PORTSDIR}/mail/p5-Mail-IMAPTalk \ - p5-Mail-POP3Client>=0:${PORTSDIR}/mail/p5-Mail-POP3Client \ - p5-Net-SMTP-TLS>=0:${PORTSDIR}/mail/p5-Net-SMTP-TLS \ - p5-Net-SMTP_auth>=0:${PORTSDIR}/mail/p5-Net-SMTP_auth \ - p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat \ - p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ - p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf +BUILD_DEPENDS= p5-Config-Tiny>=0:devel/p5-Config-Tiny \ + p5-Email-Date>=0:mail/p5-Email-Date \ + p5-Email-Simple>=0:mail/p5-Email-Simple \ + p5-File-MimeInfo>=0:devel/p5-File-MimeInfo \ + p5-IO-MultiPipe>=0:devel/p5-IO-MultiPipe \ + p5-MIME-Lite>=0:mail/p5-MIME-Lite \ + p5-Mail-Box>=0:mail/p5-Mail-Box \ + p5-Mail-IMAPTalk>=0:mail/p5-Mail-IMAPTalk \ + p5-Mail-POP3Client>=0:mail/p5-Mail-POP3Client \ + p5-Net-SMTP-TLS>=0:mail/p5-Net-SMTP-TLS \ + p5-Net-SMTP_auth>=0:mail/p5-Net-SMTP_auth \ + p5-Text-Autoformat>=0:textproc/p5-Text-Autoformat \ + p5-ZConf-GUI>=0:devel/p5-ZConf-GUI \ + p5-ZConf>=0:net/p5-ZConf RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index e5daf857436b..d91d103ae290 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -11,14 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= noc-ports@biglist.com COMMENT= Flexible SMTP daemon written in Perl and featuring a plugin API -BUILD_DEPENDS= spamd:${PORTSDIR}/mail/spamassassin \ - p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ - p5-Net-DNS>=0.39:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \ - p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes +BUILD_DEPENDS= spamd:mail/spamassassin \ + p5-Data-Dumper>=0:devel/p5-Data-Dumper \ + p5-File-Temp>=0:devel/p5-File-Temp \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-MIME-Base64>=0:converters/p5-MIME-Base64 \ + p5-Net-DNS>=0.39:dns/p5-Net-DNS \ + p5-Net-IP>=0:net-mgmt/p5-Net-IP \ + p5-Time-HiRes>0:devel/p5-Time-HiRes RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= MODPERL DOCS EXAMPLES @@ -32,7 +32,7 @@ GH_ACCOUNT= smtpd .if ${PORT_OPTIONS:MMODPERL} USE_APACHE_RUN= 22+ -RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 .endif USES= perl5 diff --git a/mail/panda-imap/Makefile b/mail/panda-imap/Makefile index e8b14d2d4824..747656c9b56d 100644 --- a/mail/panda-imap/Makefile +++ b/mail/panda-imap/Makefile @@ -11,7 +11,7 @@ COMMENT= IMAP4rev1/POP2/POP3 mail servers forked from imap-uw LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libc-client4.so.10:${PORTSDIR}/mail/panda-cclient +LIB_DEPENDS= libc-client4.so.10:mail/panda-cclient USE_GITHUB= yes GH_ACCOUNT= jonabbey @@ -39,7 +39,7 @@ NETSCAPE_BRAIN_DAMAGE_DESC= See Makefile for documentation .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDRAC} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:mail/drac MAKE_ARGS+= WITH_DRAC=yes .endif diff --git a/mail/pear-Horde_Imap_Client/Makefile b/mail/pear-Horde_Imap_Client/Makefile index 6f15b25e2b75..492724dcfa74 100644 --- a/mail/pear-Horde_Imap_Client/Makefile +++ b/mail/pear-Horde_Imap_Client/Makefile @@ -24,6 +24,6 @@ SASL_DESC= Support SASL Authentication IMAP_USE= PHP=imap MBSTRING_USE= PHP=mbstring -SASL_RUN_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL +SASL_RUN_DEPENDS= ${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL .include <bsd.port.mk> diff --git a/mail/pear-Horde_Mail/Makefile b/mail/pear-Horde_Mail/Makefile index 25022791c68d..1c12f2b152d0 100644 --- a/mail/pear-Horde_Mail/Makefile +++ b/mail/pear-Horde_Mail/Makefile @@ -17,6 +17,6 @@ USE_HORDE_RUN= Horde_Exception \ #USE_HORDE_RUN+= Horde_Mime # Optional but we want it -RUN_DEPENDS+= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP +RUN_DEPENDS+= ${PEARDIR}/Net/SMTP.php:net/pear-Net_SMTP .include <bsd.port.mk> diff --git a/mail/pear-Horde_Mail_Autoconfig/Makefile b/mail/pear-Horde_Mail_Autoconfig/Makefile index da70dc7767da..7099333cc197 100644 --- a/mail/pear-Horde_Mail_Autoconfig/Makefile +++ b/mail/pear-Horde_Mail_Autoconfig/Makefile @@ -14,6 +14,6 @@ USE_HORDE_RUN= Horde_Exception \ Horde_Mail \ Horde_Smtp -RUN_DEPENDS+= ${PEARDIR}/Net/DNS2.php:${PORTSDIR}/dns/pear-Net_DNS2 +RUN_DEPENDS+= ${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2 .include <bsd.port.mk> diff --git a/mail/pear-MIME_Type/Makefile b/mail/pear-MIME_Type/Makefile index b38dbca5b70d..503dd5b577f6 100644 --- a/mail/pear-MIME_Type/Makefile +++ b/mail/pear-MIME_Type/Makefile @@ -16,6 +16,6 @@ PEAR_SYSTEM_COMMAND_DESC= PEAR::System_Command support USES= pear NO_ARCH= yes -PEAR_SYSTEM_COMMAND_RUN_DEPENDS= ${PEARDIR}/System/Command.php:${PORTSDIR}/devel/pear-System_Command +PEAR_SYSTEM_COMMAND_RUN_DEPENDS= ${PEARDIR}/System/Command.php:devel/pear-System_Command .include <bsd.port.mk> diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index 5aa4c2238fa6..4ded365ef713 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -14,6 +14,6 @@ PEAR_NET_SMTP_DESC= PEAR::Net_SMTP support USES= pear -PEAR_NET_SMTP_RUN_DEPENDS= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP +PEAR_NET_SMTP_RUN_DEPENDS= ${PEARDIR}/Net/SMTP.php:net/pear-Net_SMTP .include <bsd.port.mk> diff --git a/mail/pear-Mail_Queue/Makefile b/mail/pear-Mail_Queue/Makefile index 5cb86ae305b0..114d96e509d7 100644 --- a/mail/pear-Mail_Queue/Makefile +++ b/mail/pear-Mail_Queue/Makefile @@ -8,10 +8,10 @@ CATEGORIES= mail www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for put mails in queue and send them later in background -BUILD_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \ - ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime -RUN_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \ - ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime +BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail \ + ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime +RUN_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail \ + ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime USES= pear @@ -20,8 +20,8 @@ PEAR_DB_DESC= PEAR::DB support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support -PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB -PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB +PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB +PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2 .include <bsd.port.mk> diff --git a/mail/pear-Mail_mimeDecode/Makefile b/mail/pear-Mail_mimeDecode/Makefile index aa211d843d79..3827747fa920 100644 --- a/mail/pear-Mail_mimeDecode/Makefile +++ b/mail/pear-Mail_mimeDecode/Makefile @@ -10,8 +10,8 @@ COMMENT= Provides a class to decode mime messages LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime -RUN_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime +BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime +RUN_DEPENDS= ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime USES= pear NO_ARCH= yes diff --git a/mail/pear-Net_Cyrus/Makefile b/mail/pear-Net_Cyrus/Makefile index f6f144145788..e4805fac9b18 100644 --- a/mail/pear-Net_Cyrus/Makefile +++ b/mail/pear-Net_Cyrus/Makefile @@ -8,10 +8,10 @@ CATEGORIES= mail net pear MAINTAINER= bra@fsn.hu COMMENT= PEAR class to administer Cyrus IMAP servers -BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ - ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP -RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ - ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP +BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \ + ${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \ + ${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP USES= pear diff --git a/mail/pear-Net_IMAP/Makefile b/mail/pear-Net_IMAP/Makefile index 2c3fceb9b083..3aa675fd670f 100644 --- a/mail/pear-Net_IMAP/Makefile +++ b/mail/pear-Net_IMAP/Makefile @@ -10,8 +10,8 @@ COMMENT= PEAR class that provides an implementation of the IMAP protocol LICENSE= PHP301 -BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ - ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL +BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \ + ${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL RUN_DEPENDS:= ${BUILD_DEPENDS} USES= pear diff --git a/mail/pear-Net_LMTP/Makefile b/mail/pear-Net_LMTP/Makefile index 8f458cbaee86..5ab36bc6a628 100644 --- a/mail/pear-Net_LMTP/Makefile +++ b/mail/pear-Net_LMTP/Makefile @@ -10,7 +10,7 @@ COMMENT= PEAR implementation of the RFC2033 LMTP protocol LICENSE= PHP301 -BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket +BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket RUN_DEPENDS:= ${BUILD_DEPENDS} USES= pear diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile index dbe593ede98b..d8ba6b0350fb 100644 --- a/mail/pecl-esmtp/Makefile +++ b/mail/pecl-esmtp/Makefile @@ -14,7 +14,7 @@ COMMENT= PECL ESMTP client extension LICENSE= PHP30 -LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp +LIB_DEPENDS= libesmtp.so:mail/libesmtp USES= tar:tgz USE_PHP= yes @@ -28,7 +28,7 @@ RE2C_DESC= Use re2c to regenerate PHP parsers .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRE2C} -BUILD_DEPENDS+= re2c:${PORTSDIR}/devel/re2c +BUILD_DEPENDS+= re2c:devel/re2c .endif post-patch: diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index 0c731da878e6..d75830915797 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= http://horms.net/projects/perdition/download/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= POP3 & IMAP4 proxy that can map users to multiple backend servers -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ - libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger \ - libvanessa_socket.so:${PORTSDIR}/devel/libvanessa_socket \ - libvanessa_adt.so:${PORTSDIR}/devel/libvanessa_adt +LIB_DEPENDS= libpopt.so:devel/popt \ + libvanessa_logger.so:devel/libvanessa_logger \ + libvanessa_socket.so:devel/libvanessa_socket \ + libvanessa_adt.so:devel/libvanessa_adt USES= gettext libtool pkgconfig shebangfix SHEBANG_FILES= ${WRKSRC}/perdition/db/ldap/perditiondb_ldap_makedb \ @@ -58,7 +58,7 @@ PLIST_SUB+= POSIXREGEX="@comment " .if ${PORT_OPTIONS:MDAEMON_MAP} CONFIGURE_ARGS+= --enable-daemon-map PLIST_SUB+= DAEMONMAP="" -LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= libgdbm.so:databases/gdbm .else CONFIGURE_ARGS+= --disable-daemon-map PLIST_SUB+= DAEMONMAP="@comment " @@ -84,7 +84,7 @@ PLIST_SUB+= NIS="@comment " .if ${PORT_OPTIONS:MGDBM} CONFIGURE_ARGS+= --enable-gdbm -LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= libgdbm.so:databases/gdbm PLIST_SUB+= GDBM="" .else CONFIGURE_ARGS+= --disable-gdbm @@ -122,7 +122,7 @@ PLIST_SUB+= LDAP="@comment " .if ${PORT_OPTIONS:MODBC} CONFIGURE_ARGS+= --enable-odbc -LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= libodbc.so:databases/unixODBC PLIST_SUB+= ODBC="" .else CONFIGURE_ARGS+= --disable-odbc diff --git a/mail/pflogstats/Makefile b/mail/pflogstats/Makefile index 60c7c520e921..e96484790f72 100644 --- a/mail/pflogstats/Makefile +++ b/mail/pflogstats/Makefile @@ -15,11 +15,11 @@ BROKEN= unfetchable LICENSE= GPLv2+ -RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ - p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \ - p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \ - p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format \ - p5-XML-Dumper>=0:${PORTSDIR}/textproc/p5-XML-Dumper +RUN_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc \ + p5-Net-IP>=0:net-mgmt/p5-Net-IP \ + p5-Proc-ProcessTable>=0:devel/p5-Proc-ProcessTable \ + p5-Number-Format>=0:textproc/p5-Number-Format \ + p5-XML-Dumper>=0:textproc/p5-XML-Dumper NO_BUILD= yes USES= perl5 shebangfix diff --git a/mail/pflogsumm/Makefile b/mail/pflogsumm/Makefile index 11fb8bb20207..694439863ceb 100644 --- a/mail/pflogsumm/Makefile +++ b/mail/pflogsumm/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://jimsun.LinxNet.com/downloads/ \ MAINTAINER= flo@FreeBSD.org COMMENT= Postfix Log Entry Summarizer -RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc +RUN_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc USES= perl5 shebangfix NO_BUILD= yes diff --git a/mail/pgpsendmail/Makefile b/mail/pgpsendmail/Makefile index c1e1e08dcb69..0bd04f6d462e 100644 --- a/mail/pgpsendmail/Makefile +++ b/mail/pgpsendmail/Makefile @@ -14,7 +14,7 @@ COMMENT= PGP sign/encrypt/decrypt messages automatically LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp +BUILD_DEPENDS= pgp:security/pgp WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/mail/phplist/Makefile b/mail/phplist/Makefile index 0c6d1739ff69..734166c675a5 100644 --- a/mail/phplist/Makefile +++ b/mail/phplist/Makefile @@ -13,7 +13,7 @@ COMMENT= Full-featured open-source newsletter manager LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request +RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request USES= cpe tar:tgz USE_PHP= hash iconv imap mysqli pcre session xml zlib diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile index 3dd40d4892a9..6feb345dfc1b 100644 --- a/mail/pine-pgp-filters/Makefile +++ b/mail/pine-pgp-filters/Makefile @@ -11,9 +11,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Simple /bin/sh-based filters to use GnuPG with Alpine -BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg -RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg -RUN_DEPENDS= alpine:${PORTSDIR}/mail/alpine +BUILD_DEPENDS= gpg2:security/gnupg +RUN_DEPENDS+= gpg2:security/gnupg +RUN_DEPENDS= alpine:mail/alpine PORTDOCS= BUGS CHANGES INSTALL LICENSE README PLIST_FILES= bin/ppf_mime bin/ppf_mime_decrypt \ diff --git a/mail/pm-lib/Makefile b/mail/pm-lib/Makefile index 4c8da526006f..80376be4d936 100644 --- a/mail/pm-lib/Makefile +++ b/mail/pm-lib/Makefile @@ -13,7 +13,7 @@ COMMENT= Collection of procmail plug-in modules LICENSE= GPLv2 -RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail +RUN_DEPENDS= procmail:mail/procmail NO_BUILD= yes PORTDOCS= * diff --git a/mail/policyd2/Makefile b/mail/policyd2/Makefile index 35359f7e2d8e..b87eda5c6908 100644 --- a/mail/policyd2/Makefile +++ b/mail/policyd2/Makefile @@ -14,11 +14,11 @@ COMMENT= Policyd v2 is a multi-platform policy server for popular MTAs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ - gsed:${PORTSDIR}/textproc/gsed \ - p5-Net-CIDR>=0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ - p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \ - p5-Cache-FastMmap>=0:${PORTSDIR}/devel/p5-Cache-FastMmap +RUN_DEPENDS= p5-Net-Server>=0:net/p5-Net-Server \ + gsed:textproc/gsed \ + p5-Net-CIDR>=0:net-mgmt/p5-Net-CIDR \ + p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \ + p5-Cache-FastMmap>=0:devel/p5-Cache-FastMmap USES= perl5 shebangfix tar:xz NO_BUILD= yes @@ -39,9 +39,9 @@ PGSQL_DESC= Add a dependency on DBD::Pg SQLITE_DESC= Add a dependency on DBD:SQLite WEBUI_DESC= Add a dependency on the corresponding PHP pdo driver -MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql -SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite -PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql +SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite +PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg .include <bsd.port.options.mk> diff --git a/mail/pop3vscan/Makefile b/mail/pop3vscan/Makefile index 621bc4579edd..2a61382d91d4 100644 --- a/mail/pop3vscan/Makefile +++ b/mail/pop3vscan/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= leeym@FreeBSD.org COMMENT= Transparent POP3-Proxy with virus-scanning capabilities -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:devel/pcre USES= gmake USE_GCC= yes diff --git a/mail/popfile/Makefile b/mail/popfile/Makefile index 01048974e575..d9387d10e00c 100644 --- a/mail/popfile/Makefile +++ b/mail/popfile/Makefile @@ -14,10 +14,10 @@ COMMENT= Automatic mail classification tool, acts as a POP3 proxy LICENSE= GPLv2 -RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ - p5-HTML-Tagset>=0:${PORTSDIR}/www/p5-HTML-Tagset \ - p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template +RUN_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-HTML-Tagset>=0:www/p5-HTML-Tagset \ + p5-HTML-Template>=0:www/p5-HTML-Template NO_WRKSUBDIR= yes NO_BUILD= yes @@ -34,19 +34,19 @@ SUB_FILES= popfile.sh OPTIONS_DEFINE= SSL XMLRPC UPGRADE_FROM_0_20 KAKASI MECABU # POPFile works with IO::Socket::SSL version 1.07 (and not 0.97/0.99). -SSL_RUN_DEPENDS=p5-IO-Socket-SSL>=1.07:${PORTSDIR}/security/p5-IO-Socket-SSL +SSL_RUN_DEPENDS=p5-IO-Socket-SSL>=1.07:security/p5-IO-Socket-SSL XMLRPC_DESC= POPFile as XMLRPC server -XMLRPC_RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite +XMLRPC_RUN_DEPENDS= p5-SOAP-Lite>=0:net/p5-SOAP-Lite UPGRADE_FROM_0_20_DESC= Upgrade old POPFile corpus -UPGRADE_FROM_0_20_RUN_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB +UPGRADE_FROM_0_20_RUN_DEPENDS= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB KAKASI_DESC= Handle Japanese text via Kakasi library -KAKASI_RUN_DEPENDS= p5-Text-Kakasi>=0:${PORTSDIR}/japanese/p5-Text-Kakasi +KAKASI_RUN_DEPENDS= p5-Text-Kakasi>=0:japanese/p5-Text-Kakasi MECABU_DESC= Handle Japanese text via MeCab library -MECABU_RUN_DEPENDS= p5-MeCab>=0:${PORTSDIR}/japanese/p5-MeCab +MECABU_RUN_DEPENDS= p5-MeCab>=0:japanese/p5-MeCab #.if ${PORT_OPTIONS:MSOCKS} # XXX: IO::Socket::Socks should be listed here but no ports yet. For those diff --git a/mail/popular/Makefile b/mail/popular/Makefile index afec88cdecbb..b0869b299d47 100644 --- a/mail/popular/Makefile +++ b/mail/popular/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= https://www.jochentopf.com/software/popular/ MAINTAINER= ports@FreeBSD.org COMMENT= Suite of programs for setting up large POP3 server systems -BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM +BUILD_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM CONFLICTS= pserv-[0-9]* synce-librapi2-[0-9]* diff --git a/mail/postfix-policyd-spf-perl/Makefile b/mail/postfix-policyd-spf-perl/Makefile index 3e7b20592b2d..1f78ce874c1e 100644 --- a/mail/postfix-policyd-spf-perl/Makefile +++ b/mail/postfix-policyd-spf-perl/Makefile @@ -12,9 +12,9 @@ COMMENT= SPF policy service for Postfix written in Perl LICENSE= GPLv2 -RUN_DEPENDS= p5-Mail-SPF>=2.006:${PORTSDIR}/mail/p5-Mail-SPF \ - p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ - p5-Sys-Hostname-Long>=0:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long +RUN_DEPENDS= p5-Mail-SPF>=2.006:mail/p5-Mail-SPF \ + p5-NetAddr-IP>=4:net-mgmt/p5-NetAddr-IP \ + p5-Sys-Hostname-Long>=0:sysutils/p5-Sys-Hostname-Long USES= perl5 shebangfix USE_PERL5= run diff --git a/mail/postfix-policyd-spf-python/Makefile b/mail/postfix-policyd-spf-python/Makefile index 03c2772ee9d0..dc687d250295 100644 --- a/mail/postfix-policyd-spf-python/Makefile +++ b/mail/postfix-policyd-spf-python/Makefile @@ -15,9 +15,9 @@ COMMENT= Pure Python Postfix policy daemon for SPF checking LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipaddr>0:${PORTSDIR}/devel/py-ipaddr \ - ${PYTHON_PKGNAMEPREFIX}pyspf>0:${PORTSDIR}/mail/py-pyspf \ - ${PYTHON_PKGNAMEPREFIX}authres>0:${PORTSDIR}/mail/py-authres +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipaddr>0:devel/py-ipaddr \ + ${PYTHON_PKGNAMEPREFIX}pyspf>0:mail/py-pyspf \ + ${PYTHON_PKGNAMEPREFIX}authres>0:mail/py-authres USES= python USE_PYTHON= distutils diff --git a/mail/postfix-policyd-weight/Makefile b/mail/postfix-policyd-weight/Makefile index 4a7cae5dcd68..7f48602c7653 100644 --- a/mail/postfix-policyd-weight/Makefile +++ b/mail/postfix-policyd-weight/Makefile @@ -15,8 +15,8 @@ COMMENT= Weighted policy daemon for postfix LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Net-DNS>=0.72:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-IP>0:${PORTSDIR}/net-mgmt/p5-Net-IP +RUN_DEPENDS= p5-Net-DNS>=0.72:dns/p5-Net-DNS \ + p5-Net-IP>0:net-mgmt/p5-Net-IP SUB_FILES= pkg-message pkg-install PLIST_FILES= bin/${PORTNAME} \ diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile index 9dab49819cd4..3a4d045348fe 100644 --- a/mail/postfix-postfwd/Makefile +++ b/mail/postfix-postfwd/Makefile @@ -13,10 +13,10 @@ COMMENT= Postfix firewall policy daemon LICENSE= BSD3CLAUSE -RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ - p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-Net-Server>=0:net/p5-Net-Server \ + p5-Storable>=0:devel/p5-Storable \ + p5-Time-HiRes>=0:devel/p5-Time-HiRes SUB_FILES= pkg-message diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile index bfdbd43d352c..b5f686822920 100644 --- a/mail/postfixadmin/Makefile +++ b/mail/postfixadmin/Makefile @@ -12,12 +12,12 @@ COMMENT= PHP web-based management tool for Postfix virtual domains and users LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL-LICENSE.TXT -RUN_DEPENDS+= p5-DBI>=1.634:${PORTSDIR}/databases/p5-DBI \ - p5-Email-Valid>=0.12:${PORTSDIR}/mail/p5-Email-Valid \ - p5-Log-Dispatch>=1.79:${PORTSDIR}/devel/p5-Log-Dispatch \ - p5-Log-Log4perl>=0.26:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-Mail-Sender>=0.7.04:${PORTSDIR}/mail/p5-Mail-Sender \ - p5-MIME-EncWords>=0.040:${PORTSDIR}/mail/p5-MIME-EncWords +RUN_DEPENDS+= p5-DBI>=1.634:databases/p5-DBI \ + p5-Email-Valid>=0.12:mail/p5-Email-Valid \ + p5-Log-Dispatch>=1.79:devel/p5-Log-Dispatch \ + p5-Log-Log4perl>=0.26:devel/p5-Log-Log4perl \ + p5-Mail-Sender>=0.7.04:mail/p5-Mail-Sender \ + p5-MIME-EncWords>=0.040:mail/p5-MIME-EncWords USES= cpe perl5 shebangfix CPE_VENDOR= postfix_admin_project diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index dfc52e31e7f3..5542292bc4ca 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -12,12 +12,12 @@ COMMENT= Greylisting policy server for Postfix LICENSE= GPLv2 -RUN_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB \ - p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \ - p5-Parse-Syslog>=0:${PORTSDIR}/textproc/p5-Parse-Syslog \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ - p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP +RUN_DEPENDS= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB \ + p5-IO-Multiplex>=0:devel/p5-IO-Multiplex \ + p5-Parse-Syslog>=0:textproc/p5-Parse-Syslog \ + p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-Net-Server>=0:net/p5-Net-Server \ + p5-NetAddr-IP>=0:net-mgmt/p5-NetAddr-IP USE_PERL5= run USE_RC_SUBR= ${PORTNAME} diff --git a/mail/postsrsd/Makefile b/mail/postsrsd/Makefile index 7c8e3181bf7c..971e3d15f2bb 100644 --- a/mail/postsrsd/Makefile +++ b/mail/postsrsd/Makefile @@ -10,9 +10,9 @@ COMMENT= Postfix Sender Rewriting Scheme daemon LICENSE= GPLv2 -BUILD_DEPENDS+= help2man:${PORTSDIR}/misc/help2man \ - base64:${PORTSDIR}/converters/base64 -RUN_DEPENDS+= base64:${PORTSDIR}/converters/base64 +BUILD_DEPENDS+= help2man:misc/help2man \ + base64:converters/base64 +RUN_DEPENDS+= base64:converters/base64 USE_GITHUB= yes GH_ACCOUNT= roehling diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index ecf85e884e6c..146d8715495b 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -11,7 +11,7 @@ COMMENT= Prayer Webmail System LICENSE= GPLv2 -LIB_DEPENDS= libc-client4.so:${PORTSDIR}/mail/cclient +LIB_DEPENDS= libc-client4.so:mail/cclient USES= iconv shebangfix gmake perl5 uidfix USE_PERL5= build @@ -36,7 +36,7 @@ GROUPS= prayer SESSIONCACHE_USE= BDB=5+ LDAP_USE= OPENLDAP=yes SSL_USE= OPENSSL=yes -TIDY_LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/tidy-lib +TIDY_LIB_DEPENDS= libtidy.so:www/tidy-lib GID!= id -g DESTDIRNAME= BROOT diff --git a/mail/prom-wl/Makefile b/mail/prom-wl/Makefile index 3d60eadf9a2c..a282b3772829 100644 --- a/mail/prom-wl/Makefile +++ b/mail/prom-wl/Makefile @@ -12,7 +12,7 @@ COMMENT= Procmail reader for Wanderlust on GNU Emacs # This port requires Wanderlust. But we can't decide which Wanderlust to # depends, there is NO RUN_DEPENDS mail/wanderlust-*. -#RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail +#RUN_DEPENDS= procmail:mail/procmail NO_BUILD= yes diff --git a/mail/py-Products.MailHost/Makefile b/mail/py-Products.MailHost/Makefile index fa59c7c83d14..3de17e61c457 100644 --- a/mail/py-Products.MailHost/Makefile +++ b/mail/py-Products.MailHost/Makefile @@ -13,14 +13,14 @@ COMMENT= Zope.sendmail integration for Zope 2 LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>0:${PORTSDIR}/security/py-AccessControl \ - ${PYTHON_PKGNAMEPREFIX}Acquisition>0:${PORTSDIR}/devel/py-Acquisition \ - ${PYTHON_PKGNAMEPREFIX}DateTime>0:${PORTSDIR}/devel/py-DateTime \ - ${PYTHON_PKGNAMEPREFIX}DocumentTemplate>0:${PORTSDIR}/devel/py-DocumentTemplate \ - ${PYTHON_PKGNAMEPREFIX}Persistence>0:${PORTSDIR}/devel/py-Persistence \ - ${PYTHON_PKGNAMEPREFIX}zope.deferredimport>0:${PORTSDIR}/devel/py-zope.deferredimport \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zope.sendmail>0:${PORTSDIR}/mail/py-zope.sendmail +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>0:security/py-AccessControl \ + ${PYTHON_PKGNAMEPREFIX}Acquisition>0:devel/py-Acquisition \ + ${PYTHON_PKGNAMEPREFIX}DateTime>0:devel/py-DateTime \ + ${PYTHON_PKGNAMEPREFIX}DocumentTemplate>0:devel/py-DocumentTemplate \ + ${PYTHON_PKGNAMEPREFIX}Persistence>0:devel/py-Persistence \ + ${PYTHON_PKGNAMEPREFIX}zope.deferredimport>0:devel/py-zope.deferredimport \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zope.sendmail>0:mail/py-zope.sendmail NO_ARCH= yes USES= python zip diff --git a/mail/py-apolicy/Makefile b/mail/py-apolicy/Makefile index 9f9345283a00..9aa850db4e8a 100644 --- a/mail/py-apolicy/Makefile +++ b/mail/py-apolicy/Makefile @@ -15,8 +15,8 @@ COMMENT= ACL system for Postfix, as a policy daemon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>=0:${PORTSDIR}/net-mgmt/py-ipy \ - ${PYTHON_PKGNAMEPREFIX}pyspf>=0:${PORTSDIR}/mail/py-pyspf +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>=0:net-mgmt/py-ipy \ + ${PYTHON_PKGNAMEPREFIX}pyspf>=0:mail/py-pyspf USES= python twisted USE_PYTHON= distutils diff --git a/mail/py-dkimpy/Makefile b/mail/py-dkimpy/Makefile index 184ac368ad81..48d6299984a0 100644 --- a/mail/py-dkimpy/Makefile +++ b/mail/py-dkimpy/Makefile @@ -12,7 +12,7 @@ COMMENT= Python library for DKIM email signing and verification LICENSE= ZLIB -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dns>=0:dns/py-dns NO_ARCH= yes diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile index e079888c1462..efcafd00d0dc 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Library to provide access to Gmail via Python -BUILD_DEPENDS= py*-mechanize>=0:${PORTSDIR}/www/py-mechanize +BUILD_DEPENDS= py*-mechanize>=0:www/py-mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python diff --git a/mail/py-milter/Makefile b/mail/py-milter/Makefile index e73930bb241a..5931acf01c41 100644 --- a/mail/py-milter/Makefile +++ b/mail/py-milter/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING .if !exists(/usr/lib/libmilter.so) -LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/libmilter +LIB_DEPENDS= libmilter.so:mail/libmilter CFLAGS+= -I${LOCALBASE}/include .endif diff --git a/mail/py-notmuch/Makefile b/mail/py-notmuch/Makefile index 1dc56dbd4f10..15be36c5dcf1 100644 --- a/mail/py-notmuch/Makefile +++ b/mail/py-notmuch/Makefile @@ -12,7 +12,7 @@ COMMENT= Python binding of the notmuch mail search and indexing library LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/../../COPYING-GPL-3 -LIB_DEPENDS= libnotmuch.so:${PORTSDIR}/mail/notmuch +LIB_DEPENDS= libnotmuch.so:mail/notmuch WRKSRC_SUBDIR= bindings/python diff --git a/mail/py-ppolicy/Makefile b/mail/py-ppolicy/Makefile index 6af2dc9b24d3..0a48966d1a5f 100644 --- a/mail/py-ppolicy/Makefile +++ b/mail/py-ppolicy/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~vokac/activities/ppolicy/download/%SU MAINTAINER= ports@FreeBSD.org COMMENT= PPolicy is tool for extending Postfix checking capabilities -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:dns/py-dnspython USES= python twisted USE_PYTHON= distutils autoplist @@ -26,9 +26,9 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= GEOIP LDAP MYSQL DOCS OPTIONS_DEFAULT= GEOIP LDAP -GEOIP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb -LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:${PORTSDIR}/net/py-ldap +GEOIP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GeoIP.so:net/py-GeoIP +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:databases/py-MySQLdb +LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap post-install: ${INSTALL_DATA} ${WRKSRC}/ppolicy.conf ${STAGEDIR}${PREFIX}/etc diff --git a/mail/py-pyspf/Makefile b/mail/py-pyspf/Makefile index 6643667cd5d7..434b90163bae 100644 --- a/mail/py-pyspf/Makefile +++ b/mail/py-pyspf/Makefile @@ -14,8 +14,8 @@ COMMENT= SPF (Sender Policy Framework) implemented in Python LICENSE= PSFL -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authres>=0:${PORTSDIR}/mail/py-authres -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authres>=0:mail/py-authres +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils @@ -28,9 +28,9 @@ SHEBANG_FILES= spf.py .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}py3dns>=0:${PORTSDIR}/dns/py-py3dns +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}py3dns>=0:dns/py-py3dns .else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns>=0:dns/py-dns .endif # Make the tests run as a module diff --git a/mail/py-spambayes/Makefile b/mail/py-spambayes/Makefile index f291eec87d28..a39c2d87ec42 100644 --- a/mail/py-spambayes/Makefile +++ b/mail/py-spambayes/Makefile @@ -12,9 +12,9 @@ COMMENT= Bayesian anti-spam filter written in Python LICENSE= PSFL -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ - ${PYTHON_PKGNAMEPREFIX}dns>=2.0:${PORTSDIR}/dns/py-dns \ - ${PYTHON_PKGNAMEPREFIX}lockfile>=0.2:${PORTSDIR}/devel/py-lockfile +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:databases/py-bsddb \ + ${PYTHON_PKGNAMEPREFIX}dns>=2.0:dns/py-dns \ + ${PYTHON_PKGNAMEPREFIX}lockfile>=0.2:devel/py-lockfile USES= python:-2.7 USE_PYTHON= distutils autoplist diff --git a/mail/py-turbomail/Makefile b/mail/py-turbomail/Makefile index c5510b2e3f73..b9a908262316 100644 --- a/mail/py-turbomail/Makefile +++ b/mail/py-turbomail/Makefile @@ -15,7 +15,7 @@ COMMENT= Multi-threaded mail queue manager for TurboGears applications LICENSE= MIT -BUILD_DEPENDS= tg-admin:${PORTSDIR}/www/py-turbogears +BUILD_DEPENDS= tg-admin:www/py-turbogears RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python:2 diff --git a/mail/py-zope.sendmail/Makefile b/mail/py-zope.sendmail/Makefile index 4d45b7c85a9c..c08f903cc46b 100644 --- a/mail/py-zope.sendmail/Makefile +++ b/mail/py-zope.sendmail/Makefile @@ -13,13 +13,13 @@ COMMENT= Zope sendmail LICENSE= ZPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \ - ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=3.8.0:${PORTSDIR}/devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \ - ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction \ + ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=3.8.0:devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration \ + ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security USES= python:2 USE_PYTHON= distutils autoplist diff --git a/mail/pyzor/Makefile b/mail/pyzor/Makefile index 2fa5b6c6a1ad..8aa2e4d035d7 100644 --- a/mail/pyzor/Makefile +++ b/mail/pyzor/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= chalpin@cs.wisc.edu COMMENT= Collaborative, networked system to detect and block spam -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/py-gdbm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:databases/py-gdbm USES= python tar:bzip2 USE_PYTHON= distutils autoplist diff --git a/mail/qmail-autoresponder/Makefile b/mail/qmail-autoresponder/Makefile index 38b90a922443..8240541cb97b 100644 --- a/mail/qmail-autoresponder/Makefile +++ b/mail/qmail-autoresponder/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= Rate-limited autoresponder for qmail -LIB_DEPENDS= libbg-sysdeps.so:${PORTSDIR}/devel/bglibs +LIB_DEPENDS= libbg-sysdeps.so:devel/bglibs USE_MYSQL= yes diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile index 677d2925253b..3c66844d628d 100644 --- a/mail/qmail-dk/Makefile +++ b/mail/qmail-dk/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= qmail MAINTAINER= ports@FreeBSD.org COMMENT= DomainKeys implementation for qmail -LIB_DEPENDS+= libdomainkeys.so:${PORTSDIR}/mail/libdomainkeys +LIB_DEPENDS+= libdomainkeys.so:mail/libdomainkeys PATCH_SITES= QMAIL PATCHFILES= qmail-1.03-dk-0.54.patch diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index 8ecbfd789025..46a1d42c079a 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -9,8 +9,8 @@ PKGNAMESUFFIX= -ldap COMMENT= Secure, reliable, and fast MTA for UNIX systems with LDAP support -RUN_DEPENDS= ${LOCALBASE}/bin/svscan:${PORTSDIR}/sysutils/daemontools \ - ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp +RUN_DEPENDS= ${LOCALBASE}/bin/svscan:sysutils/daemontools \ + ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp CONFLICTS= emboss-[0-9]* digest-[0-9]* *qmail-[0-9]* *qmail-mysql-[0-9]* \ qmail-spamcontrol-[0-9]* *qmail-tls-[0-9]* diff --git a/mail/qmail-qfilter/Makefile b/mail/qmail-qfilter/Makefile index e184c500122a..219c3b20ad93 100644 --- a/mail/qmail-qfilter/Makefile +++ b/mail/qmail-qfilter/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://untroubled.org/${PORTNAME}/ MAINTAINER= uffe@uffe.org COMMENT= Front-end for qmail-queue to run messages through filters -LIB_DEPENDS= libbg-sysdeps.so:${PORTSDIR}/devel/bglibs +LIB_DEPENDS= libbg-sysdeps.so:devel/bglibs BGLIBS_INC= ${LOCALBASE}/include/bglibs BGLIBS_LIB= ${LOCALBASE}/lib/bglibs diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 761a7758df32..969030234fba 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -418,7 +418,7 @@ LDAPFLAGS+= -D${param} . endfor . if ${PORT_OPTIONS:MSRS} -BUILD_DEPENDS+= srs:${PORTSDIR}/mail/libsrs2 +BUILD_DEPENDS+= srs:mail/libsrs2 MASTER_SITES+= http://qmail-ldap-smtpauthuser.googlecode.com/svn/trunk/:srs_ldap SRS_LDAP_PATCH= qmail-ldap-1.03-20060201-SRS.patch DISTFILES+= ${SRS_LDAP_PATCH}:srs_ldap @@ -604,7 +604,7 @@ DISTFILES+= ${UCSPI_SSL_DIST}:ucspi_ssl UCSPISRC= ${WRKDIR}/host/superscript.com/net/ucspi-ssl-${UCSPI_SSL_VER} # XXX not yet, needs more cleanup #UCSPISRC!= ${MAKE} -C ${PORTSDIR}/sysutils/ucspi-ssl-tls -V WRKSRC -#PATCH_DEPENDS+= ${UCSPISRC}/compile/ucspissl.a:${PORTSDIR}/sysutils/ucspi-ssl-tls:build +#PATCH_DEPENDS+= ${UCSPISRC}/compile/ucspissl.a:sysutils/ucspi-ssl-tls:build .endif # Some default values, these can be modified by make command line diff --git a/mail/qmailadmin/Makefile b/mail/qmailadmin/Makefile index 41f452098992..cb635d7ace5a 100644 --- a/mail/qmailadmin/Makefile +++ b/mail/qmailadmin/Makefile @@ -15,10 +15,10 @@ COMMENT= CGI program for administering Qmail with vchkpw/vpopmail LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= autorespond:${PORTSDIR}/mail/autorespond \ - ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -RUN_DEPENDS= autorespond:${PORTSDIR}/mail/autorespond \ - ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail +BUILD_DEPENDS= autorespond:mail/autorespond \ + ${VPOPMAIL_DIR}/lib/libvpopmail.a:mail/vpopmail +RUN_DEPENDS= autorespond:mail/autorespond \ + ${VPOPMAIL_DIR}/lib/libvpopmail.a:mail/vpopmail USES= autoreconf gmake qmail:vars @@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --enable-spam-command="${SPAM_COMMAND}" .if ${PORT_OPTIONS:MCRACKLIB} EXTRA_PATCHES+= ${FILESDIR}/cracklib.patch -BUILD_DEPENDS+= ${LOCALBASE}/include/crack.h:${PORTSDIR}/security/cracklib +BUILD_DEPENDS+= ${LOCALBASE}/include/crack.h:security/cracklib CONFIGURE_ARGS+= --enable-cracklib=${LOCALBASE}/libdata/cracklib/pw_dict CFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lcrack @@ -131,11 +131,11 @@ PLIST_SUB+= CGIBINDIR="${CGIBINDIR}" CGIBINSUBDIR="${CGIBINSUBDIR}" \ # End of user-configurable variables .if empty(PORT_OPTIONS:MIDX) -BUILD_DEPENDS+= ezmlm-send:${PORTSDIR}/mail/ezmlm -RUN_DEPENDS+= ezmlm-send:${PORTSDIR}/mail/ezmlm +BUILD_DEPENDS+= ezmlm-send:mail/ezmlm +RUN_DEPENDS+= ezmlm-send:mail/ezmlm .else -BUILD_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx -RUN_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx +BUILD_DEPENDS+= ezmlm-idx:mail/ezmlm-idx +RUN_DEPENDS+= ezmlm-idx:mail/ezmlm-idx .endif .include <bsd.port.mk> diff --git a/mail/qmailmrtg7/Makefile b/mail/qmailmrtg7/Makefile index add633013777..685754b58be4 100644 --- a/mail/qmailmrtg7/Makefile +++ b/mail/qmailmrtg7/Makefile @@ -12,7 +12,7 @@ COMMENT= Program to create mrtg graphs for qmail activity LICENSE= GPLv2 -RUN_DEPENDS= mrtg:${PORTSDIR}/net-mgmt/mrtg +RUN_DEPENDS= mrtg:net-mgmt/mrtg OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index ea83d2362fd6..f213340965a2 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -83,7 +83,7 @@ OPTIONS_UNSET+= DOCS # with Dynamic Relay Authorization Control support. .if ${PORT_OPTIONS:MDRAC} CONFIGURE_ARGS+= --with-drac -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:mail/drac .endif # If WITH_FULL_POPD_DEBUG variable present in the environment, qpopper builds diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile index ae0146f20d16..d2d403898d0b 100644 --- a/mail/qsf/Makefile +++ b/mail/qsf/Makefile @@ -25,7 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGDBM} -LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= libgdbm.so:databases/gdbm .else CONFIGURE_ARGS+= --without-gdbm .endif diff --git a/mail/qsheff/Makefile b/mail/qsheff/Makefile index 377324b5216c..7a7c965c6243 100644 --- a/mail/qsheff/Makefile +++ b/mail/qsheff/Makefile @@ -14,7 +14,7 @@ COMMENT= Qmail-queue replacement to filter mail traffic LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/bin/ripmime:${PORTSDIR}/mail/ripmime +BUILD_DEPENDS= ${LOCALBASE}/bin/ripmime:mail/ripmime RUN_DEPENDS:= ${BUILD_DEPENDS} USES= qmail @@ -40,7 +40,7 @@ DISABLELOCAL_DESC= Disable filters for local users BACKUP_DESC= Logging of incoming/outgoing mail CUSTOMERROR_DESC= Custom error patch -CLAMAV_BUILD_DEPENDS= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav +CLAMAV_BUILD_DEPENDS= ${LOCALBASE}/bin/clamdscan:security/clamav CLAMAV_RUN_DEPENDS= ${CLAMAV_BUILD_DEPENDS} CLAMAV_CONFIGURE_ON= --with-clamav --with-clamd-socket=/var/run/clamav/clamd diff --git a/mail/qtools/Makefile b/mail/qtools/Makefile index 73a8e43d9f37..f94c6ec4163d 100644 --- a/mail/qtools/Makefile +++ b/mail/qtools/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.superscript.com/qtools/ MAINTAINER= ports@FreeBSD.org COMMENT= Tools to use in .qmail files -RUN_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-weed:${PORTSDIR}/mail/ezmlm +RUN_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-weed:mail/ezmlm USES= qmail:vars diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile index 285112cdee04..743f21051ff4 100644 --- a/mail/razor-agents/Makefile +++ b/mail/razor-agents/Makefile @@ -12,9 +12,9 @@ COMMENT= Distributed, collaborative, spam detection and filtering network LICENSE= ART10 -BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix tar:bzip2 diff --git a/mail/rmilter/Makefile b/mail/rmilter/Makefile index 243de12064f0..f9bdb77428ca 100644 --- a/mail/rmilter/Makefile +++ b/mail/rmilter/Makefile @@ -9,8 +9,8 @@ COMMENT= Milter that performs rspamd, clamav, and other checks LICENSE= BSD2CLAUSE -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libopendkim.so:${PORTSDIR}/mail/opendkim +LIB_DEPENDS= libpcre.so:devel/pcre \ + libopendkim.so:mail/opendkim USE_GITHUB= yes GH_ACCOUNT= vstakhov diff --git a/mail/roundcube-air/Makefile b/mail/roundcube-air/Makefile index 9f0ceea790ac..4f22e12fcc67 100644 --- a/mail/roundcube-air/Makefile +++ b/mail/roundcube-air/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= roundcube- MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail -RUN_DEPENDS= roundcube>=0.3:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.3:mail/roundcube NO_BUILD= yes NO_ARCH= yes diff --git a/mail/roundcube-automatic_addressbook/Makefile b/mail/roundcube-automatic_addressbook/Makefile index bc4142b74349..82c16ca97a5a 100644 --- a/mail/roundcube-automatic_addressbook/Makefile +++ b/mail/roundcube-automatic_addressbook/Makefile @@ -10,7 +10,7 @@ COMMENT= Roundcube webmail automatic addressbook plugin LICENSE= GPLv3 -RUN_DEPENDS= roundcube>=0.8:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.8:mail/roundcube NO_BUILD= yes NO_ARCH= yes diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile index b478cb422104..2244f399c4ae 100644 --- a/mail/roundcube-contextmenu/Makefile +++ b/mail/roundcube-contextmenu/Makefile @@ -11,7 +11,7 @@ COMMENT= RoundCube webmail contextmenu plugin LICENSE= GPLv3 -RUN_DEPENDS= roundcube>=1.1:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=1.1:mail/roundcube NO_BUILD= yes NO_ARCH= yes diff --git a/mail/roundcube-groupvice/Makefile b/mail/roundcube-groupvice/Makefile index d92760d80ea5..098b072341f1 100644 --- a/mail/roundcube-groupvice/Makefile +++ b/mail/roundcube-groupvice/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= roundcube- MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail -RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.2:mail/roundcube NO_BUILD= yes NO_ARCH= yes diff --git a/mail/roundcube-html5_notifier/Makefile b/mail/roundcube-html5_notifier/Makefile index df32b2d02922..7460faf30135 100644 --- a/mail/roundcube-html5_notifier/Makefile +++ b/mail/roundcube-html5_notifier/Makefile @@ -12,8 +12,8 @@ COMMENT= HTML5 desktop notifier plugin for roundcube LICENSE= GPLv3 -RUN_DEPENDS= roundcube>=1.0:${PORTSDIR}/mail/roundcube -BUILD_DEPENDS= roundcube>=1.0:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=1.0:mail/roundcube +BUILD_DEPENDS= roundcube>=1.0:mail/roundcube USE_GITHUB= yes GH_ACCOUNT= kitist diff --git a/mail/roundcube-login_info/Makefile b/mail/roundcube-login_info/Makefile index 76b5183273e1..5c2c6e1ece87 100644 --- a/mail/roundcube-login_info/Makefile +++ b/mail/roundcube-login_info/Makefile @@ -14,7 +14,7 @@ COMMENT= Roundcube login info plugin LICENSE= GPLv2 -RUN_DEPENDS= roundcube>=0.5:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.5:mail/roundcube NO_BUILD= yes NO_ARCH= yes diff --git a/mail/roundcube-mobilecube/Makefile b/mail/roundcube-mobilecube/Makefile index b9802bd17235..fae983a6a0f6 100644 --- a/mail/roundcube-mobilecube/Makefile +++ b/mail/roundcube-mobilecube/Makefile @@ -11,7 +11,7 @@ DISTNAME= MobileCubeBeta%23${THEME_BUILD} MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail -RUN_DEPENDS= roundcube>=0.3:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.3:mail/roundcube THEME_VERSION?= 3.1.0 THEME_BUILD?= 030110A diff --git a/mail/roundcube-mvision2/Makefile b/mail/roundcube-mvision2/Makefile index 7a9327abaf5a..fb47dc48100e 100644 --- a/mail/roundcube-mvision2/Makefile +++ b/mail/roundcube-mvision2/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= roundcube- MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail -RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.2:mail/roundcube NO_BUILD= yes NO_ARCH= yes diff --git a/mail/roundcube-sauserprefs/Makefile b/mail/roundcube-sauserprefs/Makefile index 971f7823f169..fae9290b8361 100644 --- a/mail/roundcube-sauserprefs/Makefile +++ b/mail/roundcube-sauserprefs/Makefile @@ -15,7 +15,7 @@ COMMENT= Roundcube plugin to manage SpamAssassin prefs LICENSE= GPLv3 -RUN_DEPENDS= roundcube>=0.8:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.8:mail/roundcube NO_BUILD= yes NO_ARCH= yes diff --git a/mail/roundcube-sieverules/Makefile b/mail/roundcube-sieverules/Makefile index 05ae28c32ccb..127daf7d534e 100644 --- a/mail/roundcube-sieverules/Makefile +++ b/mail/roundcube-sieverules/Makefile @@ -12,8 +12,8 @@ COMMENT= Roundcube webmail sieve plugin LICENSE= GPLv3 -BUILD_DEPENDS= roundcube>=1.0:${PORTSDIR}/mail/roundcube -RUN_DEPENDS= roundcube>=1.0:${PORTSDIR}/mail/roundcube +BUILD_DEPENDS= roundcube>=1.0:mail/roundcube +RUN_DEPENDS= roundcube>=1.0:mail/roundcube USE_GITHUB= yes GH_ACCOUNT= JohnDoh diff --git a/mail/roundcube-thunderbird_labels/Makefile b/mail/roundcube-thunderbird_labels/Makefile index d3d132605603..8aec906a4e8e 100644 --- a/mail/roundcube-thunderbird_labels/Makefile +++ b/mail/roundcube-thunderbird_labels/Makefile @@ -12,7 +12,7 @@ COMMENT= Thunderbird Labels plugin for RoundCube webmail LICENSE= BSD2CLAUSE -RUN_DEPENDS= roundcube>=0.5:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.5:mail/roundcube USES= tar:bzip2 NO_BUILD= yes diff --git a/mail/roundcube-umich/Makefile b/mail/roundcube-umich/Makefile index a197355c4182..bb75177f652b 100644 --- a/mail/roundcube-umich/Makefile +++ b/mail/roundcube-umich/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= roundcube- MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail -RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.2:mail/roundcube NO_BUILD= yes NO_ARCH= yes diff --git a/mail/roundcube-veximaccountadmin/Makefile b/mail/roundcube-veximaccountadmin/Makefile index d65aba0e0d8a..719e9e03db93 100644 --- a/mail/roundcube-veximaccountadmin/Makefile +++ b/mail/roundcube-veximaccountadmin/Makefile @@ -14,7 +14,7 @@ COMMENT= Roundcube vexim account admin plugin LICENSE= GPLv3 -RUN_DEPENDS= roundcube>=0.9:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.9:mail/roundcube NO_BUILD= yes diff --git a/mail/rspamd-devel/Makefile b/mail/rspamd-devel/Makefile index 09f54fdfb37f..9ab32aaf701a 100644 --- a/mail/rspamd-devel/Makefile +++ b/mail/rspamd-devel/Makefile @@ -10,10 +10,10 @@ COMMENT= Fast spam filtering system dev version LICENSE= BSD2CLAUSE -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \ - libevent.so:${PORTSDIR}/devel/libevent2 \ - libluajit-5.1.so:${PORTSDIR}/lang/luajit +LIB_DEPENDS= libpcre.so:devel/pcre \ + libgmime-2.4.so:mail/gmime24 \ + libevent.so:devel/libevent2 \ + libluajit-5.1.so:lang/luajit CONFLICTS_INSTALL= rspamd @@ -59,12 +59,12 @@ WITH_DEBUG= yes .if ${PORT_OPTIONS:MGPERF} CMAKE_ARGS+= -DENABLE_GPERF_TOOLS=ON - LIB_DEPENDS+= libprofiler.so:${PORTSDIR}/devel/google-perftools + LIB_DEPENDS+= libprofiler.so:devel/google-perftools .endif .if ${PORT_OPTIONS:MHYPERSCAN} CMAKE_ARGS+= -DENABLE_HYPERSCAN=ON - BUILD_DEPENDS+= ${LOCALBASE}/lib/libhs.a:${PORTSDIR}/devel/hyperscan + BUILD_DEPENDS+= ${LOCALBASE}/lib/libhs.a:devel/hyperscan ONLY_FOR_ARCHS= amd64 .endif @@ -74,17 +74,17 @@ WITH_DEBUG= yes PLIST_SUB+= REDIRECTOR="" USE_RC_SUBR+= rspamd_redirector RUN_DEPENDS+= \ - p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-POE-Component-Client-DNS>=0:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Client-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \ - p5-POE-Component-Server-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Server-HTTP \ - p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Fast \ - p5-Proc-PidUtil>=0:${PORTSDIR}/sysutils/p5-Proc-PidUtil \ - p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ - p5-SWF-File>=0:${PORTSDIR}/graphics/p5-SWF-File + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-IO-String>=0:devel/p5-IO-String \ + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ + p5-POE-Component-Client-DNS>=0:dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-Client-HTTP>=0:www/p5-POE-Component-Client-HTTP \ + p5-POE-Component-Server-HTTP>=0:www/p5-POE-Component-Server-HTTP \ + p5-Cache-Memcached-Fast>=0:databases/p5-Cache-Memcached-Fast \ + p5-Proc-PidUtil>=0:sysutils/p5-Proc-PidUtil \ + p5-Proc-Daemon>=0:devel/p5-Proc-Daemon \ + p5-SWF-File>=0:graphics/p5-SWF-File .else PLIST_SUB+= REDIRECTOR="@comment " .endif diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 612b140be196..89039e6fbea1 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -10,10 +10,10 @@ COMMENT= Fast spam filtering system LICENSE= APACHE20 -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \ - libevent.so:${PORTSDIR}/devel/libevent2 \ - libluajit-5.1.so:${PORTSDIR}/lang/luajit +LIB_DEPENDS= libpcre.so:devel/pcre \ + libgmime-2.4.so:mail/gmime24 \ + libevent.so:devel/libevent2 \ + libluajit-5.1.so:lang/luajit CONFLICTS_INSTALL= rspamd @@ -50,12 +50,12 @@ USE_OPENSSL= yes .if ${PORT_OPTIONS:MGPERF} CMAKE_ARGS+= -DENABLE_GPERF_TOOLS=ON - LIB_DEPENDS+= libprofiler.so:${PORTSDIR}/devel/google-perftools + LIB_DEPENDS+= libprofiler.so:devel/google-perftools .endif .if ${PORT_OPTIONS:MHYPERSCAN} CMAKE_ARGS+= -DENABLE_HYPERSCAN=ON - BUILD_DEPENDS+= ${LOCALBASE}/lib/libhs.a:${PORTSDIR}/devel/hyperscan + BUILD_DEPENDS+= ${LOCALBASE}/lib/libhs.a:devel/hyperscan ONLY_FOR_ARCHS= amd64 .endif @@ -65,17 +65,17 @@ USE_OPENSSL= yes PLIST_SUB+= REDIRECTOR="" USE_RC_SUBR+= rspamd_redirector RUN_DEPENDS+= \ - p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-POE-Component-Client-DNS>=0:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Client-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \ - p5-POE-Component-Server-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Server-HTTP \ - p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Fast \ - p5-Proc-PidUtil>=0:${PORTSDIR}/sysutils/p5-Proc-PidUtil \ - p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ - p5-SWF-File>=0:${PORTSDIR}/graphics/p5-SWF-File + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-IO-String>=0:devel/p5-IO-String \ + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ + p5-POE-Component-Client-DNS>=0:dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-Client-HTTP>=0:www/p5-POE-Component-Client-HTTP \ + p5-POE-Component-Server-HTTP>=0:www/p5-POE-Component-Server-HTTP \ + p5-Cache-Memcached-Fast>=0:databases/p5-Cache-Memcached-Fast \ + p5-Proc-PidUtil>=0:sysutils/p5-Proc-PidUtil \ + p5-Proc-Daemon>=0:devel/p5-Proc-Daemon \ + p5-SWF-File>=0:graphics/p5-SWF-File .else PLIST_SUB+= REDIRECTOR="@comment " .endif diff --git a/mail/rss2email2/Makefile b/mail/rss2email2/Makefile index 199f2db54b84..ee6012480c6d 100644 --- a/mail/rss2email2/Makefile +++ b/mail/rss2email2/Makefile @@ -14,8 +14,8 @@ COMMENT= Emails posts from subscribed RSS/Atom newsfeeds LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:${PORTSDIR}/textproc/py-feedparser \ - ${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:${PORTSDIR}/textproc/py-html2text +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:textproc/py-feedparser \ + ${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:textproc/py-html2text USES= python:2 shebangfix SHEBANG_FILES= rss2email.py diff --git a/mail/rss2email3/Makefile b/mail/rss2email3/Makefile index 9b647f67db38..55246947caf3 100644 --- a/mail/rss2email3/Makefile +++ b/mail/rss2email3/Makefile @@ -12,8 +12,8 @@ COMMENT= Emails posts from subscribed RSS/Atom newsfeeds LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:${PORTSDIR}/textproc/py-feedparser \ - ${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:${PORTSDIR}/textproc/py-html2text +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:textproc/py-feedparser \ + ${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:textproc/py-html2text USE_GITHUB= yes GH_ACCOUNT= wking diff --git a/mail/ruby-rfilter/Makefile b/mail/ruby-rfilter/Makefile index 9c9537e4d650..a5e95ecff21e 100644 --- a/mail/ruby-rfilter/Makefile +++ b/mail/ruby-rfilter/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library for filtering and delivering email to mailboxes -RUN_DEPENDS= ${RUBY_SITELIBDIR}/rmail/parser.rb:${PORTSDIR}/mail/ruby-rmail +RUN_DEPENDS= ${RUBY_SITELIBDIR}/rmail/parser.rb:mail/ruby-rmail USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/mail/rubygem-actionmailer/Makefile b/mail/rubygem-actionmailer/Makefile index 89b0196395d9..457ad7d319ac 100644 --- a/mail/rubygem-actionmailer/Makefile +++ b/mail/rubygem-actionmailer/Makefile @@ -12,8 +12,8 @@ COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \ - rubygem-mail25>=2.5.4:${PORTSDIR}/mail/rubygem-mail25 +RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:www/rubygem-actionpack \ + rubygem-mail25>=2.5.4:mail/rubygem-mail25 NO_ARCH= yes USE_RUBY= yes diff --git a/mail/rubygem-actionmailer4/Makefile b/mail/rubygem-actionmailer4/Makefile index 707a2f81bb0c..d10c4a51ebc3 100644 --- a/mail/rubygem-actionmailer4/Makefile +++ b/mail/rubygem-actionmailer4/Makefile @@ -13,11 +13,11 @@ COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack4 \ - rubygem-actionview>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview \ - rubygem-activejob>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activejob \ - rubygem-mail>=2.6.1:${PORTSDIR}/mail/rubygem-mail \ - rubygem-rails-dom-testing>=1.0:${PORTSDIR}/textproc/rubygem-rails-dom-testing +RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/rubygem-actionpack4 \ + rubygem-actionview>=${PORTVERSION}:devel/rubygem-actionview \ + rubygem-activejob>=${PORTVERSION}:devel/rubygem-activejob \ + rubygem-mail>=2.6.1:mail/rubygem-mail \ + rubygem-rails-dom-testing>=1.0:textproc/rubygem-rails-dom-testing NO_ARCH= yes USE_RUBY= yes diff --git a/mail/rubygem-exception_notification/Makefile b/mail/rubygem-exception_notification/Makefile index 4abd250c91cd..00c87b791d2f 100644 --- a/mail/rubygem-exception_notification/Makefile +++ b/mail/rubygem-exception_notification/Makefile @@ -12,8 +12,8 @@ COMMENT= Exception notification for Rails apps LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionmailer4>=4.0:${PORTSDIR}/mail/rubygem-actionmailer4 \ - rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 +RUN_DEPENDS= rubygem-actionmailer4>=4.0:mail/rubygem-actionmailer4 \ + rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 NO_ARCH= yes USE_RUBY= yes diff --git a/mail/rubygem-larch/Makefile b/mail/rubygem-larch/Makefile index 7cef3038bd88..d931231614e3 100644 --- a/mail/rubygem-larch/Makefile +++ b/mail/rubygem-larch/Makefile @@ -11,11 +11,11 @@ COMMENT= Larch copies messages from one IMAP server to another LICENSE= GPLv2 -# rubygem-sequel3>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \ -RUN_DEPENDS= rubygem-highline>=1.5:${PORTSDIR}/devel/rubygem-highline \ - rubygem-sequel>=3.14:${PORTSDIR}/devel/rubygem-sequel \ - rubygem-sqlite3>=1.3:${PORTSDIR}/databases/rubygem-sqlite3 \ - rubygem-trollop>=1.13:${PORTSDIR}/devel/rubygem-trollop +# rubygem-sequel3>=3.14:devel/rubygem-sequel3 \ +RUN_DEPENDS= rubygem-highline>=1.5:devel/rubygem-highline \ + rubygem-sequel>=3.14:devel/rubygem-sequel \ + rubygem-sqlite3>=1.3:databases/rubygem-sqlite3 \ + rubygem-trollop>=1.13:devel/rubygem-trollop NO_ARCH= yes diff --git a/mail/rubygem-mail/Makefile b/mail/rubygem-mail/Makefile index f6c6af3b209c..967cb901a499 100644 --- a/mail/rubygem-mail/Makefile +++ b/mail/rubygem-mail/Makefile @@ -13,7 +13,7 @@ COMMENT= Ruby email handler LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types +RUN_DEPENDS= rubygem-mime-types>=1.16:misc/rubygem-mime-types NO_ARCH= yes USE_RUBY= yes diff --git a/mail/rubygem-mail25/Makefile b/mail/rubygem-mail25/Makefile index 2d585f28ebee..7a869f6e3cac 100644 --- a/mail/rubygem-mail25/Makefile +++ b/mail/rubygem-mail25/Makefile @@ -14,8 +14,8 @@ COMMENT= Ruby email handler LICENSE= MIT -RUN_DEPENDS= rubygem-mime-types1>=1.16:${PORTSDIR}/misc/rubygem-mime-types1 \ - rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop +RUN_DEPENDS= rubygem-mime-types1>=1.16:misc/rubygem-mime-types1 \ + rubygem-treetop>=1.4.8:devel/rubygem-treetop NO_ARCH= yes diff --git a/mail/rubygem-mailboxer/Makefile b/mail/rubygem-mailboxer/Makefile index 9fb7f3f08893..2925b5e00c9b 100644 --- a/mail/rubygem-mailboxer/Makefile +++ b/mail/rubygem-mailboxer/Makefile @@ -12,9 +12,9 @@ COMMENT= Send messages inside a web application LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-carrierwave>=0.5.8:${PORTSDIR}/www/rubygem-carrierwave \ - rubygem-foreigner>=0.9.1:${PORTSDIR}/devel/rubygem-foreigner \ - rubygem-rails4>=3.2.0:${PORTSDIR}/www/rubygem-rails4 +RUN_DEPENDS= rubygem-carrierwave>=0.5.8:www/rubygem-carrierwave \ + rubygem-foreigner>=0.9.1:devel/rubygem-foreigner \ + rubygem-rails4>=3.2.0:www/rubygem-rails4 NO_ARCH= yes USE_RUBY= yes diff --git a/mail/rubygem-mailfactory/Makefile b/mail/rubygem-mailfactory/Makefile index 892837f8bc4e..6a8344166547 100644 --- a/mail/rubygem-mailfactory/Makefile +++ b/mail/rubygem-mailfactory/Makefile @@ -12,7 +12,7 @@ COMMENT= Simple to use module for generating RGC compliant MIME mail LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -RUN_DEPENDS= rubygem-mime-types>=1.13.1:${PORTSDIR}/misc/rubygem-mime-types +RUN_DEPENDS= rubygem-mime-types>=1.13.1:misc/rubygem-mime-types NO_ARCH= yes diff --git a/mail/rubygem-pony/Makefile b/mail/rubygem-pony/Makefile index 4ff51035f50f..c65a54bad5ca 100644 --- a/mail/rubygem-pony/Makefile +++ b/mail/rubygem-pony/Makefile @@ -11,7 +11,7 @@ COMMENT= Express way to send mail from Ruby LICENSE= MIT -RUN_DEPENDS= rubygem-mail>=2.0:${PORTSDIR}/mail/rubygem-mail +RUN_DEPENDS= rubygem-mail>=2.0:mail/rubygem-mail NO_ARCH= yes diff --git a/mail/rubygem-roadie-rails/Makefile b/mail/rubygem-roadie-rails/Makefile index 65cb60f03f34..59dea7b8cf61 100644 --- a/mail/rubygem-roadie-rails/Makefile +++ b/mail/rubygem-roadie-rails/Makefile @@ -11,8 +11,8 @@ COMMENT= Helper for generating HTML mails in Rails applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-railties4>=3.0:${PORTSDIR}/www/rubygem-railties4 \ - rubygem-roadie>=3.1:${PORTSDIR}/mail/rubygem-roadie +RUN_DEPENDS= rubygem-railties4>=3.0:www/rubygem-railties4 \ + rubygem-roadie>=3.1:mail/rubygem-roadie NO_ARCH= yes USE_RUBY= yes diff --git a/mail/rubygem-roadie/Makefile b/mail/rubygem-roadie/Makefile index c3a40ae1dfc3..c2b78ab6f56c 100644 --- a/mail/rubygem-roadie/Makefile +++ b/mail/rubygem-roadie/Makefile @@ -12,8 +12,8 @@ COMMENT= Helper for generating HTML mails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-css_parser>=1.3.4:${PORTSDIR}/textproc/rubygem-css_parser \ - rubygem-nokogiri>=1.5.0:${PORTSDIR}/textproc/rubygem-nokogiri +RUN_DEPENDS= rubygem-css_parser>=1.3.4:textproc/rubygem-css_parser \ + rubygem-nokogiri>=1.5.0:textproc/rubygem-nokogiri NO_ARCH= yes USE_RUBY= yes diff --git a/mail/rubygem-ruby-qmail/Makefile b/mail/rubygem-ruby-qmail/Makefile index 266c4d77101a..4cc7a5bfc646 100644 --- a/mail/rubygem-ruby-qmail/Makefile +++ b/mail/rubygem-ruby-qmail/Makefile @@ -12,7 +12,7 @@ COMMENT= Ruby qmail library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-rspec>=1.2.9:${PORTSDIR}/devel/rubygem-rspec +RUN_DEPENDS= rubygem-rspec>=1.2.9:devel/rubygem-rspec NO_ARCH= yes USE_RUBY= yes diff --git a/mail/rubygem-vmail/Makefile b/mail/rubygem-vmail/Makefile index e70c0695f718..5812d6126d47 100644 --- a/mail/rubygem-vmail/Makefile +++ b/mail/rubygem-vmail/Makefile @@ -12,12 +12,12 @@ COMMENT= Vim interface to Gmail LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt -RUN_DEPENDS= rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline \ - rubygem-mail>=2.2.12:${PORTSDIR}/mail/rubygem-mail \ - rubygem-sequel>=3.24.1:${PORTSDIR}/devel/rubygem-sequel \ - rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3 \ - rubygem-versionomy>=0.4.4:${PORTSDIR}/devel/rubygem-versionomy \ - ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim-lite +RUN_DEPENDS= rubygem-highline>=1.6.1:devel/rubygem-highline \ + rubygem-mail>=2.2.12:mail/rubygem-mail \ + rubygem-sequel>=3.24.1:devel/rubygem-sequel \ + rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3 \ + rubygem-versionomy>=0.4.4:devel/rubygem-versionomy \ + ${LOCALBASE}/bin/vim:editors/vim-lite NO_ARCH= yes USE_RUBY= yes diff --git a/mail/sa-stats/Makefile b/mail/sa-stats/Makefile index 3b09d4c34043..92668151385b 100644 --- a/mail/sa-stats/Makefile +++ b/mail/sa-stats/Makefile @@ -13,7 +13,7 @@ EXTRACT_ONLY= MAINTAINER= alexey@renatasystems.org COMMENT= Generates top spam/ham rules fired for SpamAssassin installations -RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long +RUN_DEPENDS= p5-Getopt-Long>=0:devel/p5-Getopt-Long USES= perl5 shebangfix SHEBANG_FILES= sa-stats-1.0.txt diff --git a/mail/sa-utils/Makefile b/mail/sa-utils/Makefile index 31326f7d4aed..2c751454dd61 100644 --- a/mail/sa-utils/Makefile +++ b/mail/sa-utils/Makefile @@ -11,7 +11,7 @@ DISTFILES= # none MAINTAINER= matthew@FreeBSD.org COMMENT= SpamAssassin nightly periodic maintenance -RUN_DEPENDS= sa-update:${PORTSDIR}/mail/spamassassin +RUN_DEPENDS= sa-update:mail/spamassassin OPTIONS_DEFINE= SACOMPILE SACOMPILE_DESC= Enable sa-compile support @@ -27,7 +27,7 @@ PLIST_FILES= ${PERIODIC_DAILY}/sa-utils .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSACOMPILE} -RUN_DEPENDS+= re2c>=0.12.0:${PORTSDIR}/devel/re2c +RUN_DEPENDS+= re2c>=0.12.0:devel/re2c SUB_LIST+= SACOMPILE=YES .else SUB_LIST+= SACOMPILE=NO diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index c65d2cd8f477..bdaed988d0d6 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -59,8 +59,8 @@ MILTER_DESC= Enable milter support BDB_USE= BDB=yes LDAP_USE= OPENLDAP=yes -SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 -SASLAUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 +SASLAUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:security/cyrus-sasl2-saslauthd .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSHMEM} && !defined(BUILDING_INDEX) diff --git a/mail/sendmail/bsd.milter.mk b/mail/sendmail/bsd.milter.mk index 5efd22c086e4..cb675672c981 100644 --- a/mail/sendmail/bsd.milter.mk +++ b/mail/sendmail/bsd.milter.mk @@ -54,9 +54,9 @@ WITH_SENDMAIL_BASE=yes .if defined(WITH_SENDMAIL_PORT) .if defined(WITH_SENDMAIL_STATIC_MILTER) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT} +BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:mail/${SENDMAIL_MILTER_PORT} .else -LIB_DEPENDS+= libmilter.so.${MILTER_SOVER}:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT} +LIB_DEPENDS+= libmilter.so.${MILTER_SOVER}:mail/${SENDMAIL_MILTER_PORT} .endif SENDMAIL_MILTER_PORT?= libmilter diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile index cfbcdbcc8835..0e175eb64d6a 100644 --- a/mail/sentinel/Makefile +++ b/mail/sentinel/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/smfilter/${PORTNAME}/Sentinel%20${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Sendmail milter API implementation -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:devel/pcre CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/mail/serialmail/Makefile b/mail/serialmail/Makefile index 75407a23facd..8a858e5346ae 100644 --- a/mail/serialmail/Makefile +++ b/mail/serialmail/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://cr.yp.to/software/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Tools for passing mail across serial links -RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp -UCSPI_SSL_RUN_DEPENDS= sslclient:${PORTSDIR}/sysutils/ucspi-ssl +RUN_DEPENDS= tcpserver:sysutils/ucspi-tcp +UCSPI_SSL_RUN_DEPENDS= sslclient:sysutils/ucspi-ssl USES= qmail:run OPTIONS_SUB= yes diff --git a/mail/sieve-connect/Makefile b/mail/sieve-connect/Makefile index 08152047ea4a..5474fac6f0aa 100644 --- a/mail/sieve-connect/Makefile +++ b/mail/sieve-connect/Makefile @@ -14,14 +14,14 @@ COMMENT= Command-line client for the MANAGESIEVE protocol LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ - p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ - p5-IO-Socket-SSL>=1.14:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Mozilla-PublicSuffix>=0:${PORTSDIR}/dns/p5-Mozilla-PublicSuffix \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-SSLeay>=1.37:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey +RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ + p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ + p5-IO-Socket-SSL>=1.14:security/p5-IO-Socket-SSL \ + p5-Mozilla-PublicSuffix>=0:dns/p5-Mozilla-PublicSuffix \ + p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-Net-SSLeay>=1.37:security/p5-Net-SSLeay \ + p5-ReadLine-Gnu>=0:devel/p5-ReadLine-Gnu \ + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey USES= perl5 tar:bzip2 shebangfix SHEBANG_FILES= sieve-connect.pl diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile index ce5587e2d705..d250845a2004 100644 --- a/mail/simscan/Makefile +++ b/mail/simscan/Makefile @@ -47,12 +47,12 @@ CONFIGURE_ARGS=--enable-clamavdb-path=/var/db/clamav \ --enable-user=nobody CLAMAV_CONFIGURE_OFF= --enable-clamav=n -CLAMAV_BUILD_DEPENDS= clamdscan:${PORTSDIR}/security/clamav +CLAMAV_BUILD_DEPENDS= clamdscan:security/clamav RIPMIME_CONFIGURE_OFF= --disable-ripmime -RIPMIME_BUILD_DEPENDS= ripmime:${PORTSDIR}/mail/ripmime +RIPMIME_BUILD_DEPENDS= ripmime:mail/ripmime -SPAMD_BUILD_DEPENDS= spamassassin:${PORTSDIR}/mail/spamassassin +SPAMD_BUILD_DEPENDS= spamassassin:mail/spamassassin SPAMD_CONFIGURE_ON= --enable-spam=y \ --enable-spamassassin-path=${LOCALBASE}/bin/spamassassin @@ -70,7 +70,7 @@ HEADERS_CONFIGURE_ON= --enable-received=y \ --enable-sigtool-path=${LOCALBASE}/bin/sigtool DSPAM_CONFIGURE_ON= --enable-dspam=y -DSPAM_BUILD_DEPENDS= dspam:${PORTSDIR}/mail/dspam +DSPAM_BUILD_DEPENDS= dspam:mail/dspam .if defined(SPAM_HITS) CONFIGURE_ARGS+=--enable-spam-hits=${SPAM_HITS} diff --git a/mail/slapd-cyrus/Makefile b/mail/slapd-cyrus/Makefile index fdf24ba525fc..4929368c3d88 100644 --- a/mail/slapd-cyrus/Makefile +++ b/mail/slapd-cyrus/Makefile @@ -11,13 +11,13 @@ DISTNAME= Slapd-Backend-Cyrus-${PORTVERSION} MAINTAINER= alexey@renatasystems.org COMMENT= Slapd backend to translate DIT into Cyrus configuration -BUILD_DEPENDS= cyrus-imapd24>=0:${PORTSDIR}/mail/cyrus-imapd24 \ - p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB \ - p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue \ - p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \ - p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap +BUILD_DEPENDS= cyrus-imapd24>=0:mail/cyrus-imapd24 \ + p5-BerkeleyDB>=0:databases/p5-BerkeleyDB \ + p5-Class-Accessor-Lvalue>=0:devel/p5-Class-Accessor-Lvalue \ + p5-IO-String>=0:devel/p5-IO-String \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Test-Class>=0:devel/p5-Test-Class \ + p5-perl-ldap>=0:net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/mail/smtp-cli/Makefile b/mail/smtp-cli/Makefile index e141fbb5028d..661696f3594d 100644 --- a/mail/smtp-cli/Makefile +++ b/mail/smtp-cli/Makefile @@ -15,11 +15,11 @@ LICENSE= GPLv3 USES= shebangfix -RUN_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-File-LibMagic>0:${PORTSDIR}/devel/p5-File-LibMagic \ - p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-MIME-Lite>0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey +RUN_DEPENDS= p5-Digest-HMAC>0:security/p5-Digest-HMAC \ + p5-File-LibMagic>0:devel/p5-File-LibMagic \ + p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL \ + p5-MIME-Lite>0:mail/p5-MIME-Lite \ + p5-Term-ReadKey>0:devel/p5-Term-ReadKey NO_BUILD= yes WRKSRC= ${WRKDIR} diff --git a/mail/smtp-gated/Makefile b/mail/smtp-gated/Makefile index d5210cb1aa1a..b00cef14a534 100644 --- a/mail/smtp-gated/Makefile +++ b/mail/smtp-gated/Makefile @@ -32,6 +32,6 @@ NAT_CONFIGURE_ENABLE= nat CHUNKING_CONFIGURE_ENABLE= chunking ECONNRESET_CONFIGURE_ENABLE= silent-econnreset PCRE_CONFIGURE_OFF= --disable-pcre -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre .include <bsd.port.mk> diff --git a/mail/smtprc/Makefile b/mail/smtprc/Makefile index 6bbd0dd3248c..5f86e8e73a30 100644 --- a/mail/smtprc/Makefile +++ b/mail/smtprc/Makefile @@ -15,7 +15,7 @@ OPTIONS_DEFINE= DOCS GUI .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUI} -RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk PLIST_SUB+= WITHGUI="" .else PLIST_SUB+= WITHGUI="@comment " diff --git a/mail/spamass-ixhash/Makefile b/mail/spamass-ixhash/Makefile index 19a8e4d669e5..128f9f79960d 100644 --- a/mail/spamass-ixhash/Makefile +++ b/mail/spamass-ixhash/Makefile @@ -15,9 +15,9 @@ COMMENT= Plugin for SpamAssassin supporting iXhash LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin \ - p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ - p5-Net-DNS>=0.63:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= spamc:mail/spamassassin \ + p5-Digest-MD5>=0:security/p5-Digest-MD5 \ + p5-Net-DNS>=0.63:dns/p5-Net-DNS OPTIONS_DEFINE= DOCS NO_BUILD= yes diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index 355fcc6c51a6..849a0a2b0ce3 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SAVANNAH/spamass-milt MAINTAINER= bmah@FreeBSD.org COMMENT= Sendmail Milter (mail filter) plugin for SpamAssassin -BUILD_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin +BUILD_DEPENDS= spamc:mail/spamassassin RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 diff --git a/mail/spamass-rules/Makefile b/mail/spamass-rules/Makefile index ac69f4d5f9ca..fb542a2b5c61 100644 --- a/mail/spamass-rules/Makefile +++ b/mail/spamass-rules/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.ranner.eu/stuff/ MAINTAINER= michael@ranner.eu COMMENT= Custom rulesets for SpamAssassin -RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin +RUN_DEPENDS= spamc:mail/spamassassin USES= tar:bzip2 diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index d17dd375bb1a..6c8d98e9c3f3 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -13,14 +13,14 @@ COMMENT?= Highly efficient mail filter for identifying spam LICENSE= APACHE20 -BUILD_DEPENDS= p5-Encode-Detect>=0:${PORTSDIR}/converters/p5-Encode-Detect \ - p5-HTML-Parser>=3.46:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \ - p5-IO-Socket-IP>=0:${PORTSDIR}/net/p5-IO-Socket-IP \ - p5-Net-DNS>=0.63:${PORTSDIR}/dns/p5-Net-DNS \ - p5-NetAddr-IP>=4.010:${PORTSDIR}/net-mgmt/p5-NetAddr-IP +BUILD_DEPENDS= p5-Encode-Detect>=0:converters/p5-Encode-Detect \ + p5-HTML-Parser>=3.46:www/p5-HTML-Parser \ + p5-HTTP-Date>=0:www/p5-HTTP-Date \ + p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP \ + p5-Net-DNS>=0.63:dns/p5-Net-DNS \ + p5-NetAddr-IP>=4.010:net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} \ - re2c>=.12.0:${PORTSDIR}/devel/re2c + re2c>=.12.0:devel/re2c .for dep in DCC DKIM MYSQL PGSQL PYZOR RAZOR RELAY_COUNTRY SPF_QUERY SSL TEST_DEPENDS+= ${${dep}_RUN_DEPENDS} @@ -79,21 +79,21 @@ SUB_LIST+= SPAMD_OWN="${USERS}:${GROUPS}" PLIST_SUB+= USER=${USERS} GROUP=${GROUPS} OPTIONS_SUB= yes -DCC_RUN_DEPENDS= dcc-dccd>=1.3.111:${PORTSDIR}/mail/dcc-dccd -DKIM_RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Mail-DKIM>=0.37:${PORTSDIR}/mail/p5-Mail-DKIM \ - p5-Crypt-OpenSSL-RSA>=0.26_1:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA -GNUPG_RUN_DEPENDS= gnupg1>=1.4.7:${PORTSDIR}/security/gnupg1 -GNUPG2_RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg -MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql -PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg -PYZOR_RUN_DEPENDS= pyzor:${PORTSDIR}/mail/pyzor -RAZOR_RUN_DEPENDS= razor-agents>=2.84:${PORTSDIR}/mail/razor-agents -RELAY_COUNTRY_RUN_DEPENDS= p5-Geo-IP>=0:${PORTSDIR}/net/p5-Geo-IP -SPF_QUERY_RUN_DEPENDS= p5-Mail-SPF>=0:${PORTSDIR}/mail/p5-Mail-SPF +DCC_RUN_DEPENDS= dcc-dccd>=1.3.111:mail/dcc-dccd +DKIM_RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-Mail-DKIM>=0.37:mail/p5-Mail-DKIM \ + p5-Crypt-OpenSSL-RSA>=0.26_1:security/p5-Crypt-OpenSSL-RSA +GNUPG_RUN_DEPENDS= gnupg1>=1.4.7:security/gnupg1 +GNUPG2_RUN_DEPENDS= gpg2:security/gnupg +MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql +PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg +PYZOR_RUN_DEPENDS= pyzor:mail/pyzor +RAZOR_RUN_DEPENDS= razor-agents>=2.84:mail/razor-agents +RELAY_COUNTRY_RUN_DEPENDS= p5-Geo-IP>=0:net/p5-Geo-IP +SPF_QUERY_RUN_DEPENDS= p5-Mail-SPF>=0:mail/p5-Mail-SPF SSL_USE= OPENSSL=yes -SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL +SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL SSL_CONFIGURE_ON= ENABLE_SSL=yes SSL_CONFIGURE_OFF= ENABLE_SSL=no diff --git a/mail/spambnc/Makefile b/mail/spambnc/Makefile index 0c6da9cd1029..8ee42e301c26 100644 --- a/mail/spambnc/Makefile +++ b/mail/spambnc/Makefile @@ -15,7 +15,7 @@ COMMENT= Set of procmail recipes which handle known/suspected spam LICENSE= GPLv2 -RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail +RUN_DEPENDS= procmail:mail/procmail EXTRACT_DIR= ${WRKDIRPREFIX}${.CURDIR}/worktmp/${DISTNAME} EXTRACT_BEFORE_ARGS= -C ${EXTRACT_DIR} -xf diff --git a/mail/spamcup/Makefile b/mail/spamcup/Makefile index 4418c781bf82..538f4465fd26 100644 --- a/mail/spamcup/Makefile +++ b/mail/spamcup/Makefile @@ -12,9 +12,9 @@ COMMENT= Tool for automatic spam reporting via Spamcop.net LICENSE= GPLv1 -RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Getopt-ArgvFile>=0:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ - p5-HTML-Form>=0:${PORTSDIR}/www/p5-HTML-Form +RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ + p5-Getopt-ArgvFile>=0:devel/p5-Getopt-ArgvFile \ + p5-HTML-Form>=0:www/p5-HTML-Form USES= perl5 shebangfix SHEBANG_FILES= spamcup.pl diff --git a/mail/spamdb-curses/Makefile b/mail/spamdb-curses/Makefile index a568280a742f..f6c60a5338c9 100644 --- a/mail/spamdb-curses/Makefile +++ b/mail/spamdb-curses/Makefile @@ -11,7 +11,7 @@ COMMENT= Curses interface for OpenBSD spamd spam database (spamdb) LICENSE= MIT -RUN_DEPENDS= ${LOCALBASE}/sbin/spamdb:${PORTSDIR}/mail/spamd +RUN_DEPENDS= ${LOCALBASE}/sbin/spamdb:mail/spamd USES= python USE_PYTHON= distutils diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index b8fe7f354a4f..ef6aa826d240 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -12,7 +12,7 @@ COMMENT= Qmail filter for monitoring and intercepting SMTP connections LICENSE= GPLv2 -RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp +RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 7eb18da2f64e..e3969e9aef7d 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -38,7 +38,7 @@ LIBSPF_DESC= build with libspf SMTP_AFTER_POP3_CONFIGURE_ON= --with-popauth PAM_CONFIGURE_ON= --with-pam -LIBSPF_BUILD_DEPENDS= ${LOCALBASE}/lib/libspf.a:${PORTSDIR}/mail/libspf +LIBSPF_BUILD_DEPENDS= ${LOCALBASE}/lib/libspf.a:mail/libspf LIBSPF_CONFIGURE_ON= --with-libspf ${LOCALBASE} LIBSPF_CFLAGS= -I${LOCALBASE}/include LIBSPF_LDFLAGS= -L${LOCALBASE}/lib diff --git a/mail/spamoracle/Makefile b/mail/spamoracle/Makefile index d62caad41382..195cc41e233c 100644 --- a/mail/spamoracle/Makefile +++ b/mail/spamoracle/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://cristal.inria.fr/~xleroy/software/ MAINTAINER= xride@FreeBSD.org COMMENT= procmail spam filter written in ML using Bayesian classification -BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml +BUILD_DEPENDS= ocaml:lang/ocaml PLIST_FILES= bin/spamoracle PLIST_FILES+= man/man1/spamoracle.1.gz diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index f0de7d19ec31..0ee72d979605 100644 --- a/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -11,8 +11,8 @@ COMMENT= Spamassassin SMTP Proxy LICENSE= GPLv2 -RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin \ - p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server +RUN_DEPENDS= spamc:mail/spamassassin \ + p5-Net-Server>=0:net/p5-Net-Server NO_BUILD= yes PLIST_FILES= sbin/spampd diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index ffe6f63c18a2..09f0a087381d 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -26,7 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # PBL support -PBL_BUILD_DEPENDS= ${LOCALBASE}/lib/libpbl.a:${PORTSDIR}/databases/libpbl +PBL_BUILD_DEPENDS= ${LOCALBASE}/lib/libpbl.a:databases/libpbl PBL_RUN_DEPENDS+= ${PBL_BUILD_DEPENDS} PBL_CONFIGURE_WITH= pbl PBL_LDFLAGS= -lpbl @@ -38,11 +38,11 @@ BDB_CPPFLAGS= -DUSE_DB=1 # giflib support GIF_CONFIGURE_WITH= gif -GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib +GIF_LIB_DEPENDS= libgif.so:graphics/giflib # PNG support PNG_CONFIGURE_WITH= png -PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS= libpng.so:graphics/png # JPEG support JPEG_CONFIGURE_WITH=jpeg diff --git a/mail/spamstats/Makefile b/mail/spamstats/Makefile index bba8d326e0f4..1a34556f21e2 100644 --- a/mail/spamstats/Makefile +++ b/mail/spamstats/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= LOCAL/leeym MAINTAINER= leeym@FreeBSD.org COMMENT= Tool to generate statistics for spamd of Mail::SpamAssassin -RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ - p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2 +RUN_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ + p5-Compress-Bzip2>=2.08:archivers/p5-Compress-Bzip2 NO_BUILD= yes PORTDOCS= QUICK README copyright diff --git a/mail/spmfilter-clamav/Makefile b/mail/spmfilter-clamav/Makefile index c9e5e7f9784f..8479515b255a 100644 --- a/mail/spmfilter-clamav/Makefile +++ b/mail/spmfilter-clamav/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://www.spmfilter.org/files/ MAINTAINER= ast@treibsand.com COMMENT= ClamAV plugin for spmfilter -BUILD_DEPENDS= spmfilter>=0.6:${PORTSDIR}/mail/spmfilter -RUN_DEPENDS= spmfilter>=0.6:${PORTSDIR}/mail/spmfilter +BUILD_DEPENDS= spmfilter>=0.6:mail/spmfilter +RUN_DEPENDS= spmfilter>=0.6:mail/spmfilter USES= cmake pkgconfig CMAKE_ARGS+= --no-warn-unused-cli \ diff --git a/mail/spmfilter/Makefile b/mail/spmfilter/Makefile index 6e11141a74e9..5a3fcd6c1edc 100644 --- a/mail/spmfilter/Makefile +++ b/mail/spmfilter/Makefile @@ -11,8 +11,8 @@ COMMENT= Spmfilter is a high-performance mail filtering framework, written in C LICENSE= LGPL3 -BUILD_DEPENDS= libcmime>=0.1.10:${PORTSDIR}/mail/libcmime \ - libesmtp>=1.0:${PORTSDIR}/mail/libesmtp +BUILD_DEPENDS= libcmime>=0.1.10:mail/libcmime \ + libesmtp>=1.0:mail/libesmtp RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -64,13 +64,13 @@ CMAKE_ARGS+= -DWITHOUT_LDAP=TRUE .endif .if ${PORT_OPTIONS:MMYSQL} -LIB_DEPENDS+= libzdb.so:${PORTSDIR}/databases/libzdb +LIB_DEPENDS+= libzdb.so:databases/libzdb USE_MYSQL= yes _REQUIRE+= mysql .endif .if ${PORT_OPTIONS:MPGSQL} -LIB_DEPENDS+= libzdb.so:${PORTSDIR}/databases/libzdb +LIB_DEPENDS+= libzdb.so:databases/libzdb USES+= pgsql _REQUIRE+= postgresql .endif diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index cc1fae9bafba..417d8d9ffd1b 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -13,11 +13,11 @@ COMMENT= Greylisting policy server for Postfix using an SQL backend LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ - p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \ - p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ - ${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils +RUN_DEPENDS= p5-Net-Server>=0:net/p5-Net-Server \ + p5-IO-Multiplex>=0:devel/p5-IO-Multiplex \ + p5-Pod-Parser>=0:textproc/p5-Pod-Parser \ + ${LOCALBASE}/bin/bash:shells/bash \ + ${LOCALBASE}/bin/gmd5sum:sysutils/coreutils USES= perl5 shebangfix SHEBANG_FILES= ${WRKSRC}/sqlgrey-logstats.pl ${WRKSRC}/update_sqlgrey_config ${WRKSRC}/sqlgrey @@ -39,10 +39,10 @@ OPTIONS_DEFINE= PGSQL MYSQL SQLITE STATS DOCS OPTIONS_DEFAULT=PGSQL STATS_DESC= Depend on Date::Calc for logstats.pl script -PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg -MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql -SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite -STATS_RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc +PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg +MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql +SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite +STATS_RUN_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc post-patch: @${REINPLACE_CMD} -e 's!/etc/sqlgrey!${ETCDIR}!g' ${WRKSRC}/sqlgrey diff --git a/mail/squirrelmail-change_sqlpass-plugin/Makefile b/mail/squirrelmail-change_sqlpass-plugin/Makefile index 86d3c58b49ee..b3cb8ed043c3 100644 --- a/mail/squirrelmail-change_sqlpass-plugin/Makefile +++ b/mail/squirrelmail-change_sqlpass-plugin/Makefile @@ -12,7 +12,7 @@ COMMENT= Allows users to change their passwords stored in a SQL database USE_SM_COMPAT= yes -RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB +RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} diff --git a/mail/squirrelmail-decode/Makefile b/mail/squirrelmail-decode/Makefile index cef2103cb1a4..5cdd295836bb 100644 --- a/mail/squirrelmail-decode/Makefile +++ b/mail/squirrelmail-decode/Makefile @@ -13,7 +13,7 @@ COMMENT= Decoders to display extra character sets in SquirrelMail LICENSE= GPLv2 -RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail +RUN_DEPENDS= ${SQUIRRELDIR}/index.php:mail/squirrelmail USES= tar:bzip2 NO_BUILD= yes diff --git a/mail/squirrelmail-plugins/Makefile b/mail/squirrelmail-plugins/Makefile index 72fc6c0849de..e28701181687 100644 --- a/mail/squirrelmail-plugins/Makefile +++ b/mail/squirrelmail-plugins/Makefile @@ -16,70 +16,70 @@ OPTIONS_DEFINE= BUTTONS CALENDAR LDAPPW LGAUTH LGNOTES MAILFT MLOGIN \ SQLPW TIMEOUT TMDA VLOGIN WEBSEARCH WETTER BUTTONS_DESC= Custom (spam/ham/etc.) buttons -BUTTONS_RUN_DEPENDS= squirrelmail-spam-buttons-plugin>0:${PORTSDIR}/mail/squirrelmail-spam-buttons-plugin +BUTTONS_RUN_DEPENDS= squirrelmail-spam-buttons-plugin>0:mail/squirrelmail-spam-buttons-plugin CALENDAR_DESC= Shared Calendars plugin -CALENDAR_RUN_DEPENDS= squirrelmail-shared_calendars-plugin>0:${PORTSDIR}/mail/squirrelmail-shared_calendars-plugin +CALENDAR_RUN_DEPENDS= squirrelmail-shared_calendars-plugin>0:mail/squirrelmail-shared_calendars-plugin LDAPPW_DESC= Change LDAP passwords plugin -LDAPPW_RUN_DEPENDS= squirrelmail-change_ldappass-plugin>0:${PORTSDIR}/mail/squirrelmail-change_ldappass-plugin +LDAPPW_RUN_DEPENDS= squirrelmail-change_ldappass-plugin>0:mail/squirrelmail-change_ldappass-plugin LGAUTH_DESC= HTTP-auth based login plugin -LGAUTH_RUN_DEPENDS= squirrelmail-login_auth-plugin>0:${PORTSDIR}/mail/squirrelmail-login_auth-plugin +LGAUTH_RUN_DEPENDS= squirrelmail-login_auth-plugin>0:mail/squirrelmail-login_auth-plugin LGNOTES_DESC= Notes on login screen plugin -LGNOTES_RUN_DEPENDS= squirrelmail-login_notes-plugin>0:${PORTSDIR}/mail/squirrelmail-login_notes-plugin +LGNOTES_RUN_DEPENDS= squirrelmail-login_notes-plugin>0:mail/squirrelmail-login_notes-plugin MAILFT_DESC= E-mail footer plugin -MAILFT_RUN_DEPENDS= squirrelmail-email_footer-plugin>0:${PORTSDIR}/mail/squirrelmail-email_footer-plugin +MAILFT_RUN_DEPENDS= squirrelmail-email_footer-plugin>0:mail/squirrelmail-email_footer-plugin MLOGIN_DESC= Multilogin plugin -MLOGIN_RUN_DEPENDS= squirrelmail-multilogin-plugin>0:${PORTSDIR}/mail/squirrelmail-multilogin-plugin +MLOGIN_RUN_DEPENDS= squirrelmail-multilogin-plugin>0:mail/squirrelmail-multilogin-plugin NOTES_DESC= Notes plugin -NOTES_RUN_DEPENDS= squirrelmail-notes-plugin>0:${PORTSDIR}/mail/squirrelmail-notes-plugin +NOTES_RUN_DEPENDS= squirrelmail-notes-plugin>0:mail/squirrelmail-notes-plugin NOTIFY_DESC= New mail notify plugin -NOTIFY_RUN_DEPENDS= squirrelmail-notify-plugin>0:${PORTSDIR}/mail/squirrelmail-notify-plugin +NOTIFY_RUN_DEPENDS= squirrelmail-notify-plugin>0:mail/squirrelmail-notify-plugin PUPDATE_DESC= Plugin update check plugin -PUPDATE_RUN_DEPENDS= squirrelmail-pupdate-plugin>0:${PORTSDIR}/mail/squirrelmail-pupdate-plugin +PUPDATE_RUN_DEPENDS= squirrelmail-pupdate-plugin>0:mail/squirrelmail-pupdate-plugin PW4GET_DESC= Password forget plugin -PW4GET_RUN_DEPENDS= squirrelmail-password_forget-plugin>0:${PORTSDIR}/mail/squirrelmail-password_forget-plugin +PW4GET_RUN_DEPENDS= squirrelmail-password_forget-plugin>0:mail/squirrelmail-password_forget-plugin QMADMIN_DESC= Qmailadmin login plugin -QMADMIN_RUN_DEPENDS= squirrelmail-qmailadmin_login-plugin>0:${PORTSDIR}/mail/squirrelmail-qmailadmin_login-plugin +QMADMIN_RUN_DEPENDS= squirrelmail-qmailadmin_login-plugin>0:mail/squirrelmail-qmailadmin_login-plugin QUOTA_DESC= Quota usage plugin -QUOTA_RUN_DEPENDS= squirrelmail-quota_usage-plugin>0:${PORTSDIR}/mail/squirrelmail-quota_usage-plugin +QUOTA_RUN_DEPENDS= squirrelmail-quota_usage-plugin>0:mail/squirrelmail-quota_usage-plugin SASQL_DESC= SpamAssassin SQL plugin -SASQL_RUN_DEPENDS= squirrelmail-sasql-plugin>0:${PORTSDIR}/mail/squirrelmail-sasql-plugin +SASQL_RUN_DEPENDS= squirrelmail-sasql-plugin>0:mail/squirrelmail-sasql-plugin SIEVE_DESC= Sieve Mail Filters plugin -SIEVE_RUN_DEPENDS= squirrelmail-avelsieve-plugin>0:${PORTSDIR}/mail/squirrelmail-avelsieve-plugin +SIEVE_RUN_DEPENDS= squirrelmail-avelsieve-plugin>0:mail/squirrelmail-avelsieve-plugin SLOGIN_DESC= SSL login plugin -SLOGIN_RUN_DEPENDS= squirrelmail-secure_login-plugin>0:${PORTSDIR}/mail/squirrelmail-secure_login-plugin +SLOGIN_RUN_DEPENDS= squirrelmail-secure_login-plugin>0:mail/squirrelmail-secure_login-plugin SQLPW_DESC= Change *SQL passwords plugin -SQLPW_RUN_DEPENDS= squirrelmail-change-sqlpass-plugin>0:${PORTSDIR}/mail/squirrelmail-change_sqlpass-plugin +SQLPW_RUN_DEPENDS= squirrelmail-change-sqlpass-plugin>0:mail/squirrelmail-change_sqlpass-plugin TIMEOUT_DESC= User session timeout plugin -TIMEOUT_RUN_DEPENDS= squirrelmail-timeout_user-plugin>0:${PORTSDIR}/mail/squirrelmail-timeout_user-plugin +TIMEOUT_RUN_DEPENDS= squirrelmail-timeout_user-plugin>0:mail/squirrelmail-timeout_user-plugin TMDA_DESC= TMDA plugin -TMDA_RUN_DEPENDS= squirrelmail-tmda-plugin>0:${PORTSDIR}/mail/squirrelmail-tmda-plugin +TMDA_RUN_DEPENDS= squirrelmail-tmda-plugin>0:mail/squirrelmail-tmda-plugin VLOGIN_DESC= Multi-site-hosting capabilities plugin -VLOGIN_RUN_DEPENDS= squirrelmail-vlogin-plugin>0:${PORTSDIR}/mail/squirrelmail-vlogin-plugin +VLOGIN_RUN_DEPENDS= squirrelmail-vlogin-plugin>0:mail/squirrelmail-vlogin-plugin WEBSEARCH_DESC= Web search engines plugin -WEBSEARCH_RUN_DEPENDS= squirrelmail-web_search-plugin>0:${PORTSDIR}/mail/squirrelmail-websearch-plugin +WEBSEARCH_RUN_DEPENDS= squirrelmail-web_search-plugin>0:mail/squirrelmail-websearch-plugin WETTER_DESC= Weather in Germany plugin -WETTER_RUN_DEPENDS= squirrelmail-wetteronline-plugin>0:${PORTSDIR}/mail/squirrelmail-wetteronline-plugin +WETTER_RUN_DEPENDS= squirrelmail-wetteronline-plugin>0:mail/squirrelmail-wetteronline-plugin USES= metaport diff --git a/mail/squirrelmail-qmailadmin_login-plugin/Makefile b/mail/squirrelmail-qmailadmin_login-plugin/Makefile index b5c7f0b148eb..5772287622d4 100644 --- a/mail/squirrelmail-qmailadmin_login-plugin/Makefile +++ b/mail/squirrelmail-qmailadmin_login-plugin/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.3 MAINTAINER= ports@FreeBSD.org COMMENT= Using the QmailAdmin cgi interface from SquirrelMail -RUN_DEPENDS= ${PREFIX}/www/cgi-bin.default/qmailadmin/qmailadmin:${PORTSDIR}/mail/qmailadmin +RUN_DEPENDS= ${PREFIX}/www/cgi-bin.default/qmailadmin/qmailadmin:mail/qmailadmin USE_GENERIC_PKGMESSAGE= yes diff --git a/mail/squirrelmail-sasql-plugin/Makefile b/mail/squirrelmail-sasql-plugin/Makefile index c3e8dfee23e2..9b5941330f76 100644 --- a/mail/squirrelmail-sasql-plugin/Makefile +++ b/mail/squirrelmail-sasql-plugin/Makefile @@ -9,7 +9,7 @@ CATEGORIES= mail www MAINTAINER= ports@FreeBSD.org COMMENT= Edit SpamAssassin settings stored in an SQL DB -RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB +RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB USE_SM_COMPAT= yes USE_GENERIC_PKGMESSAGE= yes diff --git a/mail/squirrelmail-shared_calendars-plugin/Makefile b/mail/squirrelmail-shared_calendars-plugin/Makefile index 3612fe493f3e..a6897f0e1e4d 100644 --- a/mail/squirrelmail-shared_calendars-plugin/Makefile +++ b/mail/squirrelmail-shared_calendars-plugin/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0 MAINTAINER= ports@FreeBSD.org COMMENT= iCal-compliant calendaring for SquirrelMail -RUN_DEPENDS= squirrelmail-calendar_file_backend-plugin>0:${PORTSDIR}/mail/squirrelmail-calendar_file_backend-plugin +RUN_DEPENDS= squirrelmail-calendar_file_backend-plugin>0:mail/squirrelmail-calendar_file_backend-plugin USE_SM_COMPAT= yes USE_GENERIC_PKGMESSAGE= yes diff --git a/mail/squirrelmail-tmda-plugin/Makefile b/mail/squirrelmail-tmda-plugin/Makefile index 2689518b7a94..f79adc3c910a 100644 --- a/mail/squirrelmail-tmda-plugin/Makefile +++ b/mail/squirrelmail-tmda-plugin/Makefile @@ -12,8 +12,8 @@ DISTFILES= tmdatools.1.0.2-1.4.2.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Adds TMDA support to SquirrelMail -RUN_DEPENDS= tmda-filter:${PORTSDIR}/mail/tmda \ - ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail +RUN_DEPENDS= tmda-filter:mail/tmda \ + ${SQUIRRELDIR}/index.php:mail/squirrelmail USES= perl5 NO_BUILD= yes diff --git a/mail/squirrelmail-translations/Makefile b/mail/squirrelmail-translations/Makefile index ce623c416cad..37733492881b 100644 --- a/mail/squirrelmail-translations/Makefile +++ b/mail/squirrelmail-translations/Makefile @@ -13,7 +13,7 @@ COMMENT= NLS translations for Squirrelmail (mail/squirrelmail) LICENSE= GPLv2 -RUN_DEPENDS= squirrelmail>=${PORTVERSION}:${PORTSDIR}/mail/squirrelmail +RUN_DEPENDS= squirrelmail>=${PORTVERSION}:mail/squirrelmail USES= tar:bzip2 gettext WRKSRC= ${WRKDIR}/squirrelmail.locales diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 5c1708055723..05fe9a5ea2f0 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -47,7 +47,7 @@ SUB_LIST= SQUIRRELDIR=${SQUIRRELDIR} SMUSER=${SMUSER} SMGROUP=${SMGROUP} CONFLICTS= squirreloutlook-[0-9]* -DATABASE_RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB +DATABASE_RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB LDAP_USE= PHP=ldap post-patch: diff --git a/mail/squirrelmail/bsd.squirrelmail.mk b/mail/squirrelmail/bsd.squirrelmail.mk index eb89abb8d1a9..4ec2ad175634 100644 --- a/mail/squirrelmail/bsd.squirrelmail.mk +++ b/mail/squirrelmail/bsd.squirrelmail.mk @@ -33,10 +33,10 @@ PKGNAMEPREFIX?= squirrelmail- PKGNAMESUFFIX?= -plugin DIST_SUBDIR?= squirrelmail -RUN_DEPENDS+= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail +RUN_DEPENDS+= ${SQUIRRELDIR}/index.php:mail/squirrelmail .ifdef USE_SM_COMPAT -RUN_DEPENDS+= squirrelmail-compatibility-plugin>0:${PORTSDIR}/mail/squirrelmail-compatibility-plugin +RUN_DEPENDS+= squirrelmail-compatibility-plugin>0:mail/squirrelmail-compatibility-plugin .endif .ifndef WITHOUT_ACTIVATE diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 499160a62a64..cd29a927fb02 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= SF/courier/webmail/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= CGI Webmail client for Maildirs -BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libcourier-unicode.so:${PORTSDIR}/devel/courier-unicode +BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base +RUN_DEPENDS= courierauthconfig:security/courier-authlib-base +LIB_DEPENDS= libpcre.so:devel/pcre \ + libcourier-unicode.so:devel/courier-unicode CFLAGS:= -I${LOCALBASE}/include -L${LOCALBASE}/lib ${CFLAGS:S/^[:space:]*//} CXXFLAGS:= -I${LOCALBASE}/include ${CXXFLAGS:S/^[:space:]*//} @@ -116,15 +116,15 @@ CONFIGURE_ARGS+= --without-gzip .endif .if ${PORT_OPTIONS:MISPELL} -BUILD_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell -RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell +BUILD_DEPENDS+= ${LOCALBASE}/bin/ispell:textproc/aspell-ispell +RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:textproc/aspell-ispell CONFIGURE_ARGS+= --with-ispell=${LOCALBASE}/bin/ispell .else CONFIGURE_ARGS+= --without-ispell .endif .if ${PORT_OPTIONS:MMIMETYPES} -RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:misc/mime-support CONFIGURE_ARGS+= --enable-mimetypes=${LOCALBASE}/etc .else CONFIGURE_ARGS+= --disable-mimetypes @@ -164,7 +164,7 @@ CONFIGURE_ARGS+= --enable-maxpurge=${WITH_MAXPURGE} .if ${PORT_OPTIONS:MGDBM} CONFIGURE_ARGS+=--with-db=gdbm -LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= libgdbm.so:databases/gdbm .else CONFIGURE_ARGS+=--with-db=db .endif diff --git a/mail/svnmailer/Makefile b/mail/svnmailer/Makefile index 0026b6127567..4fcabfded319 100644 --- a/mail/svnmailer/Makefile +++ b/mail/svnmailer/Makefile @@ -11,7 +11,7 @@ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Tool to post subversion repository commit information -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>0:${PORTSDIR}/devel/py-subversion +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>0:devel/py-subversion RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python:2 tar:bzip2 diff --git a/mail/swaks/Makefile b/mail/swaks/Makefile index bd0582b0f978..bd2174de5d37 100644 --- a/mail/swaks/Makefile +++ b/mail/swaks/Makefile @@ -23,9 +23,9 @@ SHEBANG_FILES= ${PORTNAME} USE_PERL5= run NO_BUILD= yes -PERL_NET_DNS_RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS -PERL_NET_SSLEAY_RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay -PERL_AUTHEN_NTLM_RUN_DEPENDS= p5-Authen-NTLM>=0:${PORTSDIR}/security/p5-Authen-NTLM +PERL_NET_DNS_RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS +PERL_NET_SSLEAY_RUN_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay +PERL_AUTHEN_NTLM_RUN_DEPENDS= p5-Authen-NTLM>=0:security/p5-Authen-NTLM do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 03c59758ff5e..e7317705750e 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -14,7 +14,7 @@ COMMENT= Lightweight, featureful, and fast GTK+ based e-mail client LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual -RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support USES= gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils \ libtool @@ -46,31 +46,31 @@ ONIGURUMA_DESC= Oniguruma support OPTIONS_DEFAULT=CA_BUNDLE CURL GTKSPELL GPGME SSL -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 CA_BUNDLE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-libsylph_ssl.c -COMPFACE_LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces +COMPFACE_LIB_DEPENDS= libcompface.so:mail/faces COMPFACE_CONFIGURE_ENABLE= compface -CURL_RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl +CURL_RUN_DEPENDS= curl:ftp/curl -GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme -GPGME_RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme +GPGME_RUN_DEPENDS= gpg:security/gnupg GPGME_CONFIGURE_ENABLE= gpgme -GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell +GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell GTKSPELL_CONFIGURE_ENABLE= gtkspell HIDE_OSSIG_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_main.c -JPILOT_LIB_DEPENDS= libpisock.so:${PORTSDIR}/palm/pilot-link -JPILOT_RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot +JPILOT_LIB_DEPENDS= libpisock.so:palm/pilot-link +JPILOT_RUN_DEPENDS= jpilot:palm/jpilot JPILOT_CONFIGURE_ENABLE= jpilot LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes -ONIGURUMA_BUILD_DEPENDS= ${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma5 +ONIGURUMA_BUILD_DEPENDS= ${LOCALBASE}/lib/libonig.a:devel/oniguruma5 ONIGURUMA_CONFIGURE_ENABLE= oniguruma SSL_CONFIGURE_ENABLE= ssl diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index f6e839cf6791..bee24a683ca8 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -14,40 +14,40 @@ LICENSE= GPLv2 BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= \ - p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton \ - p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \ - p5-Term-ProgressBar>=0:${PORTSDIR}/devel/p5-Term-ProgressBar \ - p5-MIME-EncWords>=0:${PORTSDIR}/mail/p5-MIME-EncWords \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Msgcat>=0:${PORTSDIR}/misc/p5-Locale-Msgcat \ - p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ - p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ - p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Crypt-CipherSaber>=0:${PORTSDIR}/security/p5-Crypt-CipherSaber \ - p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ - p5-Unicode-LineBreak>=0:${PORTSDIR}/textproc/p5-Unicode-LineBreak \ - p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-HTML-StripScripts-Parser>=0:${PORTSDIR}/www/p5-HTML-StripScripts-Parser \ - p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-MIME-Lite-HTML>=0:${PORTSDIR}/mail/p5-MIME-Lite-HTML \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ - p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \ - p5-MIME-Charset>=0:${PORTSDIR}/mail/p5-MIME-Charset \ - p5-Net-CIDR>=0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ - p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ - p5-Crypt-SMIME>=0:${PORTSDIR}/security/p5-Crypt-SMIME \ - p5-CGI>=0:${PORTSDIR}/www/p5-CGI \ - p5-Data-Password>=0:${PORTSDIR}/security/p5-Data-Password + p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-DBI>=0:databases/p5-DBI \ + p5-Class-Singleton>=0:devel/p5-Class-Singleton \ + p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ + p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-Locale-libintl>=0:devel/p5-Locale-libintl \ + p5-Term-ProgressBar>=0:devel/p5-Term-ProgressBar \ + p5-MIME-EncWords>=0:mail/p5-MIME-EncWords \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-Msgcat>=0:misc/p5-Locale-Msgcat \ + p5-perl-ldap>=0:net/p5-perl-ldap \ + p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-Crypt-CipherSaber>=0:security/p5-Crypt-CipherSaber \ + p5-HTML-Format>=0:textproc/p5-HTML-Format \ + p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak \ + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-HTML-StripScripts-Parser>=0:www/p5-HTML-StripScripts-Parser \ + p5-HTML-Tree>=0:www/p5-HTML-Tree \ + p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-MIME-Lite-HTML>=0:mail/p5-MIME-Lite-HTML \ + p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-DateTime-Format-Mail>=0:devel/p5-DateTime-Format-Mail \ + p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \ + p5-Email-Simple>=0:mail/p5-Email-Simple \ + p5-File-NFSLock>=0:devel/p5-File-NFSLock \ + p5-MIME-Charset>=0:mail/p5-MIME-Charset \ + p5-Net-CIDR>=0:net-mgmt/p5-Net-CIDR \ + p5-Proc-ProcessTable>=0:devel/p5-Proc-ProcessTable \ + p5-Time-HiRes>=0:devel/p5-Time-HiRes \ + p5-Crypt-SMIME>=0:security/p5-Crypt-SMIME \ + p5-CGI>=0:www/p5-CGI \ + p5-Data-Password>=0:security/p5-Data-Password # Ignore alpha/beta versions PORTSCOUT= limit:^[0-9]+(\.[0-9]+)*$$ @@ -109,22 +109,22 @@ OPTIONS_SET+= ${option} NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -FASTCGI_RUN_DEPENDS= p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI +FASTCGI_RUN_DEPENDS= p5-FCGI>=0:www/p5-FCGI APACHE_IMPLIES= FASTCGI APACHE_USE= APACHE_RUN=22+ -APACHE_RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi +APACHE_RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:www/mod_fastcgi -ORACLE_RUN_DEPENDS= p5-DBD-Oracle>=0:${PORTSDIR}/databases/p5-DBD-Oracle +ORACLE_RUN_DEPENDS= p5-DBD-Oracle>=0:databases/p5-DBD-Oracle ORACLE_VARS= DB_TYPE=oracle PGSQL_SUB_LIST= REQ_PGSQL=postgresql PGSQL_SUB_LIST_OFF= REQ_PGSQL="" -PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg PGSQL_VARS= DB_TYPE=Pg -SYBASE_RUN_DEPENDS= p5-DBD-Sybase>=0:${PORTSDIR}/databases/p5-DBD-Sybase +SYBASE_RUN_DEPENDS= p5-DBD-Sybase>=0:databases/p5-DBD-Sybase SYBASE_VARS= DB_TYPE=sybase MYSQL_SUB_LIST= REQ_MYSQL=mysql MYSQL_SUB_LIST_OFF= REQ_MYSQL="" -MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql +MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql MYSQL_VARS= DB_TYPE=mysql post-patch: diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile index 486089e56bf5..3ac5693b7fcd 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \ MAINTAINER= torres.g.alex@gmail.com COMMENT= TOFU Protection - Display Filter for RFC822 messages -RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ - p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext +RUN_DEPENDS= p5-Getopt-Long>=0:devel/p5-Getopt-Long \ + p5-Locale-gettext>=0:devel/p5-Locale-gettext USES= perl5 shebangfix NO_BUILD= yes diff --git a/mail/textmail/Makefile b/mail/textmail/Makefile index eade6a2d8666..43d3af124f45 100644 --- a/mail/textmail/Makefile +++ b/mail/textmail/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= http://raf.org/textmail/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts e-mail attachments to plain-text -RUN_DEPENDS= antiword:${PORTSDIR}/textproc/antiword \ - catdoc:${PORTSDIR}/textproc/catdoc \ - xls2csv:${PORTSDIR}/textproc/catdoc \ - lynx:${PORTSDIR}/www/lynx \ - pdftotext:${PORTSDIR}/graphics/poppler-utils +RUN_DEPENDS= antiword:textproc/antiword \ + catdoc:textproc/catdoc \ + xls2csv:textproc/catdoc \ + lynx:www/lynx \ + pdftotext:graphics/poppler-utils USES= perl5 shebangfix SHEBANG_FILES= ${PORTNAME} diff --git a/mail/thunderbird-dictionaries/Makefile b/mail/thunderbird-dictionaries/Makefile index f4935a1a06d2..dd47fa8e5781 100644 --- a/mail/thunderbird-dictionaries/Makefile +++ b/mail/thunderbird-dictionaries/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= thunderbird MAINTAINER= mjl@luckie.org.nz COMMENT= Dictionaries for Mozilla Thunderbird -RUN_DEPENDS= thunderbird>=6.0:${PORTSDIR}/mail/thunderbird +RUN_DEPENDS= thunderbird>=6.0:mail/thunderbird USES= zip:infozip NO_BUILD= yes diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index 27c8d5b82f6d..62f78728fbac 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -31,7 +31,7 @@ PLISTF?= ${WRKDIR}/plist_files .include <bsd.port.pre.mk> .ifndef WITHOUT_SWITCHER -RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher +RUN_DEPENDS+= xpi-quick-locale-switcher>=0:www/xpi-quick-locale-switcher .endif .include "${.CURDIR}/Makefile.lang" diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index fd8eb21dd252..4fcbe508a301 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -12,23 +12,23 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \ - nss>=3.19.2.3:${PORTSDIR}/security/nss \ - libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ - soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ - graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ - libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \ - libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ - sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ - autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ - zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip -# opus>=1.1:${PORTSDIR}/audio/opus \ - -LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l +BUILD_DEPENDS= nspr>=4.10.10:devel/nspr \ + nss>=3.19.2.3:security/nss \ + libevent2>=2.0.21_2:devel/libevent2 \ + soundtouch>=1.8.0:audio/soundtouch \ + harfbuzz>=0.9.34:print/harfbuzz \ + graphite2>=1.2.4:graphics/graphite2 \ + libvorbis>=1.3.5,3:audio/libvorbis \ + libvpx>=1.3.0:multimedia/libvpx \ + sqlite3>=3.8.9:databases/sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ + v4l_compat>0:multimedia/v4l_compat \ + autoconf-2.13:devel/autoconf213 \ + zip:archivers/zip \ + unzip:archivers/unzip +# opus>=1.1:audio/opus \ + +LIB_DEPENDS= libv4l2.so:multimedia/libv4l EM_VERSION= 1.9.1 L_VERSION= 4.0.7.1 @@ -77,7 +77,7 @@ MOZ_OPTIONS:= ${MOZ_OPTIONS:S/${CONFIGURE_TARGET}//} .if ${PORT_OPTIONS:MENIGMAIL} MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail -RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg +RUN_DEPENDS+= gpg2:security/gnupg EM_DISTNAME= enigmail-${EM_VERSION} EM_DISTFILE= ${EM_DISTNAME}.tar.gz EM_XPI_FILE= ${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}.xpi diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 703625237e57..409ac4c9bccf 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -13,9 +13,9 @@ COMMENT= Mail user agent for X with a Tcl/Tk user interface LICENSE= BSD3CLAUSE -LIB_DEPENDS= libtcl84.so:${PORTSDIR}/lang/tcl84 \ - libtk84.so:${PORTSDIR}/x11-toolkits/tk84 \ - libc-client4.so:${PORTSDIR}/mail/cclient +LIB_DEPENDS= libtcl84.so:lang/tcl84 \ + libtk84.so:x11-toolkits/tk84 \ + libc-client4.so:mail/cclient USE_XORG= x11 xt diff --git a/mail/tlb/Makefile b/mail/tlb/Makefile index ee56d6a175e6..624b5ce80850 100644 --- a/mail/tlb/Makefile +++ b/mail/tlb/Makefile @@ -12,9 +12,9 @@ MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/tlb/ \ MAINTAINER= ports@toco-domains.de COMMENT= The List Batcher, a general purpose mail list delivery engine -RUN_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ - p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools \ + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-Net>=0:net/p5-Net NO_BUILD= yes diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index a8f6ef398770..f9eea5af62b0 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -27,7 +27,7 @@ SCRIPTS= collectaddys def2html printcdb printdbm sendit.sh \ vpopmail-vdir.sh wrapfd3.sh OPTIONS_DEFINE= CDB DOCS EXAMPLES -CDB_RUN_DEPENDS=${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb +CDB_RUN_DEPENDS=${PYTHON_SITELIBDIR}/cdbmodule.so:databases/py-cdb do-build: cd ${WRKSRC} && ${PYTHON_CMD} ./compileall diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index c47ed9d4a7d3..f28dd37915f3 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -39,9 +39,9 @@ GDBMAUTH_CONFIGURE_ENABLE= auth-gdbm PASSWDAUTH_CONFIGURE_ENABLE= auth-passwd MBOXINDICES_CONFIGURE_ENABLE= mbox-bsd-save-indices -DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac GDBMAUTH_CPPFLAGS= -I${LOCALBASE}/include -GDBMAUTH_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +GDBMAUTH_LIB_DEPENDS= libgdbm.so:databases/gdbm MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_ON= --enable-auth-mysql \ --with-mysql-lib-dir=${LOCALBASE}/lib/mysql \ diff --git a/mail/trojita/Makefile b/mail/trojita/Makefile index 430629971b8e..f7b1b6444164 100644 --- a/mail/trojita/Makefile +++ b/mail/trojita/Makefile @@ -29,13 +29,13 @@ INSTALLS_ICONS= yes .if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX} == "-qt4" CONFLICTS_INSTALL= trojita-[0-9]* -LIB_DEPENDS+= libqtkeychain.so:${PORTSDIR}/security/qtkeychain-qt4 +LIB_DEPENDS+= libqtkeychain.so:security/qtkeychain-qt4 CMAKE_ARGS+= -DWITH_QT5:STRING=OFF USE_QT4= linguisttools_build moc_build qmake_build rcc_build uic_build \ corelib dbus gui network opengl sql sql-sqlite3 webkit .else CONFLICTS_INSTALL= trojita-qt4-[0-9]* -LIB_DEPENDS+= libqt5keychain.so:${PORTSDIR}/security/qtkeychain-qt5 +LIB_DEPENDS+= libqt5keychain.so:security/qtkeychain-qt5 CMAKE_ARGS+= -DWITH_QT5:STRING=ON USE_QT5= buildtools_build linguisttools_build qmake_build \ core dbus gui network opengl printsupport \ diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile index 5d1aace39c94..f29307f25145 100644 --- a/mail/tumgreyspf/Makefile +++ b/mail/tumgreyspf/Makefile @@ -15,7 +15,7 @@ COMMENT= External policy checker for the postfix mail server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspf>=0:${PORTSDIR}/mail/py-pyspf +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspf>=0:mail/py-pyspf OPTIONS_DEFINE= DOCS diff --git a/mail/up-imapproxy/Makefile b/mail/up-imapproxy/Makefile index 82b51acf6cf8..de954ae39101 100644 --- a/mail/up-imapproxy/Makefile +++ b/mail/up-imapproxy/Makefile @@ -34,7 +34,7 @@ SBIN= in.imapproxyd pimpstat .if ${PORT_OPTIONS:MDOVECOT} SUB_LIST+= DOVECOT="dovecot" -RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot2 +RUN_DEPENDS+= dovecot:mail/dovecot2 .else SUB_LIST+= DOVECOT="" .endif diff --git a/mail/vexim/Makefile b/mail/vexim/Makefile index d6fd3050dee6..7f21f4c1adef 100644 --- a/mail/vexim/Makefile +++ b/mail/vexim/Makefile @@ -13,7 +13,7 @@ COMMENT= Web interface for managing virtual domains for exim LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB +RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB VEXIMDIR= www/${PORTNAME} WRKSRC= ${WRKDIR}/vexim-release diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 33d4cb986bdf..6b9a83999788 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -13,8 +13,8 @@ COMMENT= Easy virtual domain and authentication package for use with qmail LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp -RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp +BUILD_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp +RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp PATCH_STRIP= -p1 @@ -163,14 +163,14 @@ MAILDROP_CONFIGURE_ON= --enable-maildrop=y \ --enable-maildrop-prog=${LOCALBASE}/bin/maildrop MAILDROP_CONFIGURE_OFF= --enable-maildrop=n -MAILDROP_RUN_DEPENDS= maildrop:${PORTSDIR}/${MAILDROP_PORT} -MAILDROP_BUILD_DEPENDS= maildrop:${PORTSDIR}/${MAILDROP_PORT} +MAILDROP_RUN_DEPENDS= maildrop:${MAILDROP_PORT} +MAILDROP_BUILD_DEPENDS= maildrop:${MAILDROP_PORT} SPAMASSASSIN_CONFIGURE_ON= --enable-spamassassin \ --enable-spamc-prog=${LOCALBASE}/bin/spamc \ --enable-spam-threshold=${SPAM_THRESHOLD} -SPAMASSASSIN_BUILD_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin -SPAMASSASSIN_RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin +SPAMASSASSIN_BUILD_DEPENDS= spamc:mail/spamassassin +SPAMASSASSIN_RUN_DEPENDS= spamc:mail/spamassassin SPAMFOLDER_CONFIGURE_ON= --enable-spam-junkfolder INSTALL_TARGET= install-strip diff --git a/mail/vqadmin/Makefile b/mail/vqadmin/Makefile index 090f02d933be..1c00a7ef823a 100644 --- a/mail/vqadmin/Makefile +++ b/mail/vqadmin/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SF MAINTAINER= oliver@FreeBSD.org COMMENT= CGI-based Virtual Qmail Domains Administrator -BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -RUN_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail +BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:mail/vpopmail +RUN_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:mail/vpopmail GNU_CONFIGURE= YES diff --git a/mail/vqregister/Makefile b/mail/vqregister/Makefile index 9492460df035..0ff4ae7352be 100644 --- a/mail/vqregister/Makefile +++ b/mail/vqregister/Makefile @@ -12,8 +12,8 @@ COMMENT= Admin-configurable email user signup CGI BROKEN= unfetchable -BUILD_DEPENDS= vpopmail>0:${PORTSDIR}/mail/vpopmail -RUN_DEPENDS= vpopmail>0:${PORTSDIR}/mail/vpopmail +BUILD_DEPENDS= vpopmail>0:mail/vpopmail +RUN_DEPENDS= vpopmail>0:mail/vpopmail USE_APACHE_RUN= 22+ VPOPMAIL_DIR?= ${LOCALBASE}/vpopmail diff --git a/mail/wanderlust-devel/Makefile b/mail/wanderlust-devel/Makefile index 75f2ffbf706b..6142a8cedbbd 100644 --- a/mail/wanderlust-devel/Makefile +++ b/mail/wanderlust-devel/Makefile @@ -32,19 +32,19 @@ MIMEUI_PRODUCT= semi MIMEUI_VERSION= 1.14 MIMEUI_COOKIE= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}-${MIMEUI_VERSION}.FreeBSD-packages -BUILD_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} -RUN_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} +BUILD_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:editors/${MIMEUI_PORT_NAME} +RUN_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:editors/${MIMEUI_PORT_NAME} .if (${EMACS_NAME} == "emacs") && (${EMACS_MAJOR_VER} >= 22) -RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/x-face-e21.el:${PORTSDIR}/mail/x-face-e21 +RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/x-face-e21.el:mail/x-face-e21 .endif EMACS_W3M_PORT_NAME= emacs-w3m EMACS_W3M_LISP_FILE= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3m/shimbun.el .if exists(${EMACS_W3M_LISP_FILE}) -BUILD_DEPENDS+= ${EMACS_W3M_LISP_FILE}:${PORTSDIR}/www/${EMACS_W3M_PORT_NAME} -RUN_DEPENDS+= ${EMACS_W3M_LISP_FILE}:${PORTSDIR}/www/${EMACS_W3M_PORT_NAME} +BUILD_DEPENDS+= ${EMACS_W3M_LISP_FILE}:www/${EMACS_W3M_PORT_NAME} +RUN_DEPENDS+= ${EMACS_W3M_LISP_FILE}:www/${EMACS_W3M_PORT_NAME} SHIMBUN= "" .else SHIMBUN= "@comment " diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index a16723140d1f..af58e144ca88 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -31,16 +31,16 @@ MIMEUI_PRODUCT= semi MIMEUI_VERSION= 1.14 MIMEUI_COOKIE= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}-${MIMEUI_VERSION}.FreeBSD-packages -BUILD_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} -RUN_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} +BUILD_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:editors/${MIMEUI_PORT_NAME} +RUN_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:editors/${MIMEUI_PORT_NAME} .if (${EMACS_NAME} == "emacs") && (${EMACS_MAJOR_VER} == 23) -RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/x-face-e21.el:${PORTSDIR}/mail/x-face-e21 +RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/x-face-e21.el:mail/x-face-e21 .endif .if exists(${EMACS_W3M_LISP_FILE}) -BUILD_DEPENDS+= ${EMACS_W3M_LISP_FILE}:${PORTSDIR}/www/${EMACS_W3M_PORT_NAME} -RUN_DEPENDS+= ${EMACS_W3M_LISP_FILE}:${PORTSDIR}/www/${EMACS_W3M_PORT_NAME} +BUILD_DEPENDS+= ${EMACS_W3M_LISP_FILE}:www/${EMACS_W3M_PORT_NAME} +RUN_DEPENDS+= ${EMACS_W3M_LISP_FILE}:www/${EMACS_W3M_PORT_NAME} SHIMBUN= "" .else SHIMBUN= "@comment " diff --git a/mail/websieve/Makefile b/mail/websieve/Makefile index cd0769d2706d..428df77ce485 100644 --- a/mail/websieve/Makefile +++ b/mail/websieve/Makefile @@ -37,12 +37,12 @@ CYRUS_IMAPD_23_DESC= Cyrus IMAPd version 2.3.x CYRUS_IMAPD_24_DESC= Cyrus IMAPd version 2.4.x CYRUS_IMAPD_25_DESC= Cyrus IMAPd version 2.5.x -CYRUS_IMAPD_25_RUN_DEPENDS= ${SITE_ARCH}/Cyrus/SIEVE/managesieve.pm:${PORTSDIR}/mail/cyrus-imapd25 -CYRUS_IMAPD_24_RUN_DEPENDS= ${SITE_ARCH}/Cyrus/SIEVE/managesieve.pm:${PORTSDIR}/mail/cyrus-imapd24 -CYRUS_IMAPD_23_RUN_DEPENDS= ${SITE_ARCH}/Cyrus/SIEVE/managesieve.pm:${PORTSDIR}/mail/cyrus-imapd23 +CYRUS_IMAPD_25_RUN_DEPENDS= ${SITE_ARCH}/Cyrus/SIEVE/managesieve.pm:mail/cyrus-imapd25 +CYRUS_IMAPD_24_RUN_DEPENDS= ${SITE_ARCH}/Cyrus/SIEVE/managesieve.pm:mail/cyrus-imapd24 +CYRUS_IMAPD_23_RUN_DEPENDS= ${SITE_ARCH}/Cyrus/SIEVE/managesieve.pm:mail/cyrus-imapd23 -PERL_RUN_DEPENDS= p5-IMAP-Admin>=0:${PORTSDIR}/mail/p5-IMAP-Admin \ - p5-IMAP-Sieve>=0:${PORTSDIR}/mail/p5-IMAP-Sieve +PERL_RUN_DEPENDS= p5-IMAP-Admin>=0:mail/p5-IMAP-Admin \ + p5-IMAP-Sieve>=0:mail/p5-IMAP-Sieve .include <bsd.port.options.mk> diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 97b8f34c6b0a..c89f40d70884 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -27,8 +27,8 @@ PLIST_FILES= bin/wmbiff \ %%DATADIR%%/skins/wmbiff-master-contrast.xpm \ %%DATADIR%%/skins/wmbiff-master-led.xpm -GNUTLS_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --with-libgnutls-prefix=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} GNUTLS_CONFIGURE_OFF= --disable-crypto diff --git a/mail/x-face-e21/Makefile b/mail/x-face-e21/Makefile index 449de652e6a7..1c0230e59b61 100644 --- a/mail/x-face-e21/Makefile +++ b/mail/x-face-e21/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .gz MAINTAINER= ume@FreeBSD.org COMMENT= X-Face utilities for Emacs 21 (and possibly 22) -RUN_DEPENDS= uncompface:${PORTSDIR}/mail/faces +RUN_DEPENDS= uncompface:mail/faces USE_EMACS= yes diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index b43d6d5290a5..5dfe790058a1 100644 --- a/mail/xfaces/Makefile +++ b/mail/xfaces/Makefile @@ -19,7 +19,7 @@ PATCH_DIST_STRIP= MAINTAINER= faber@isi.edu COMMENT= Display shaped icons for mail spool contents -LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces +LIB_DEPENDS= libcompface.so:mail/faces # GNU make properly processes some overridden rules in the makefile that # imake generates. Specifically, installing the html docs. diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index 0dfc79d18446..3c1895c12e58 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -11,8 +11,8 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Mail notification applet for the Xfce panel -LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes INSTALLS_ICONS= yes |