diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-11 06:05:04 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-11 06:05:04 +0000 |
commit | 8ba0ff3dba597f1eb283835832599d22ca919dd6 (patch) | |
tree | 30e616b24514241440993839633fed121207c5e7 /net | |
parent | c78e19243c17b4a74aa60c43da03982d41f37099 (diff) | |
download | freebsd-ports-8ba0ff3dba597f1eb283835832599d22ca919dd6.zip |
Update conflicts between modula3 and cvsup*
Modula3 provides a newer cvsup which is unconditionally installed.
This put the port in conflict with the two expiring cvsup ports. They've
been removed, but a new cvsup-static port took their place. Update the
CONFLICTS_INSTALL on both modula3 and cvsup-static as a follow-up to
change in cvsup-* ports.
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup-static/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/cvsup-static/Makefile b/net/cvsup-static/Makefile index b533580a9209..e34d21fda4f0 100644 --- a/net/cvsup-static/Makefile +++ b/net/cvsup-static/Makefile @@ -14,6 +14,8 @@ COMMENT= File distribution system optimized for CVS ONLY_FOR_ARCHS= amd64 +CONFLICTS_INSTALL= modula3-* + DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH} NO_BUILD= yes |