diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-10 09:31:17 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-10 09:31:17 +0000 |
commit | 1475a1364a25367ec4c4effd0ef5ea44a65a8f0a (patch) | |
tree | db5a2e37fdb93b0c211ddd63bc4e3ce7b4bcb0e0 | |
parent | 77b5e81ab293300bf1bde67b27aff37f5cd548cf (diff) | |
download | FreeBSD-ports-1475a1364a25367ec4c4effd0ef5ea44a65a8f0a.zip FreeBSD-ports-1475a1364a25367ec4c4effd0ef5ea44a65a8f0a.tar.gz |
- This port hasn't been updated since February 2003. The changes
are extensive; see http://www.fox-toolkit.org/news.html for details.
- Simplify the conflict message (corresponds better with
change to x11-toolkits/fox-devel just submitted).
PR: 57619
Submitted by: linimon
-rw-r--r-- | x11-toolkits/fox/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/fox/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/fox10/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/fox10/distinfo | 2 |
4 files changed, 6 insertions, 10 deletions
diff --git a/x11-toolkits/fox/Makefile b/x11-toolkits/fox/Makefile index 45738fa..f620bfa 100644 --- a/x11-toolkits/fox/Makefile +++ b/x11-toolkits/fox/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION?= 1.0.30 +PORTVERSION?= 1.0.46 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ @@ -140,9 +140,7 @@ pre-everything:: ## Port conflict management ## .if exists(${LOCALBASE}/lib/libFOX-1.1.so) -IGNORE= Conflict management: you have port fox-devel installed. The\ - fox port is incompatible with fox-devel one. You have to\ - uninstall fox-devel port if you really need the fox one +IGNORE= Conflict: this port is mutually exclusive with x11-toolkits/fox-devel .endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/fox/distinfo b/x11-toolkits/fox/distinfo index 6e6a9c8..66b23fcc 100644 --- a/x11-toolkits/fox/distinfo +++ b/x11-toolkits/fox/distinfo @@ -1 +1 @@ -MD5 (fox-1.0.30.tar.gz) = 19486a03a11f916c17b8988d9d6f2cef +MD5 (fox-1.0.46.tar.gz) = 169394eda51f96f8825a63fafd1d5acd diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile index 45738fa..f620bfa 100644 --- a/x11-toolkits/fox10/Makefile +++ b/x11-toolkits/fox10/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION?= 1.0.30 +PORTVERSION?= 1.0.46 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ @@ -140,9 +140,7 @@ pre-everything:: ## Port conflict management ## .if exists(${LOCALBASE}/lib/libFOX-1.1.so) -IGNORE= Conflict management: you have port fox-devel installed. The\ - fox port is incompatible with fox-devel one. You have to\ - uninstall fox-devel port if you really need the fox one +IGNORE= Conflict: this port is mutually exclusive with x11-toolkits/fox-devel .endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/fox10/distinfo b/x11-toolkits/fox10/distinfo index 6e6a9c8..66b23fcc 100644 --- a/x11-toolkits/fox10/distinfo +++ b/x11-toolkits/fox10/distinfo @@ -1 +1 @@ -MD5 (fox-1.0.30.tar.gz) = 19486a03a11f916c17b8988d9d6f2cef +MD5 (fox-1.0.46.tar.gz) = 169394eda51f96f8825a63fafd1d5acd |