diff options
author | kris <kris@FreeBSD.org> | 2002-05-11 16:44:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-11 16:44:04 +0800 |
commit | c2bdc227d8483d2b4eb6e8444075673749d7d8e0 (patch) | |
tree | 1178d2a804bb9c563e914e6b97f0994c39b03e4a /x11-toolkits | |
parent | 92da951aa9ada35b6eec008d15a5001a7bc6ef40 (diff) | |
download | freebsd-ports-graphics-c2bdc227d8483d2b4eb6e8444075673749d7d8e0.tar.gz freebsd-ports-graphics-c2bdc227d8483d2b4eb6e8444075673749d7d8e0.tar.zst freebsd-ports-graphics-c2bdc227d8483d2b4eb6e8444075673749d7d8e0.zip |
The previous Makefile revision contained a partial upgrade to a newer
version of open-motif, but the distfile has apparently moved and is
no longer fetchable. Revert to the old version.
Pointy hat to: motminh
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/open-motif-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/open-motif-devel/Makefile b/x11-toolkits/open-motif-devel/Makefile index 16cd4919b8c..758cef983fb 100644 --- a/x11-toolkits/open-motif-devel/Makefile +++ b/x11-toolkits/open-motif-devel/Makefile @@ -7,10 +7,10 @@ # PORTNAME= open-motif-devel -PORTVERSION= 2.2.1 +PORTVERSION= 2.1.30 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R2.2.1/binaries/metrolink/ \ - ftp://ftp.opengroup.org/pub/openmotif/R2.2.1/binaries/metrolink/ \ +MASTER_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/ \ + ftp://ftp.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/ \ ftp://ftp.isca.uiowa.edu/pub/mirrors/openmotif/binaries/metrolink/ \ ftp://ftp.kddlabs.co.jp:/X11/openmotif/binaries/metrolink/ DISTNAME= openmotif-devel-${PORTVERSION}-4_MLI |