diff options
author | mandree <mandree@FreeBSD.org> | 2014-10-25 05:52:30 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-10-25 05:52:30 +0800 |
commit | 16dd4ab9e2979759b55fc0c40154221339894b01 (patch) | |
tree | 048bb40decd897a608f121de1900810e153a26e8 /mail | |
parent | abd4af559d493cd1e30dc1fba9f7e7d2a9f7ea25 (diff) | |
download | freebsd-ports-gnome-16dd4ab9e2979759b55fc0c40154221339894b01.tar.gz freebsd-ports-gnome-16dd4ab9e2979759b55fc0c40154221339894b01.tar.zst freebsd-ports-gnome-16dd4ab9e2979759b55fc0c40154221339894b01.zip |
Limit PORTSCOUT scanning to 2.10.* versions.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix210/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/postfix210/Makefile b/mail/postfix210/Makefile index 1c2d3b310aa7..0b5adbc4ddbf 100644 --- a/mail/postfix210/Makefile +++ b/mail/postfix210/Makefile @@ -21,6 +21,8 @@ LICENSE_NAME= IBM PUBLIC LICENSE VERSION 1.0 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +PORTSCOUT= limit:^2\.10\. + VDAVERSION= 2.10.0 CONFLICTS= courier-0.* postfix-1.* postfix2[789]-* \ postfix-2.11.* postfix-base-2.11.* postfix-current-2.* \ |