This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
- Loading branch information
Showing
2,612 changed files
with
9,991 additions
and
9,991 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME:tu}_${PORTVERSION}_Install | |
MAINTAINER= [email protected] | ||
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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ | |
MAINTAINER= [email protected] | ||
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ MAINTAINER= [email protected] | |
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ PKGNAMESUFFIX= -tc | |
MAINTAINER= [email protected] | ||
# 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]* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.