diff options
author | pav <pav@FreeBSD.org> | 2008-06-19 04:09:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-19 04:09:57 +0800 |
commit | c611c1e7afbe6ed924cf201441eae92fe7b807d6 (patch) | |
tree | 91a5c6648b31e0d58cb71e72330a2eac89b269b6 /x11-toolkits | |
parent | 86d651b7f38e5ad3702b9df570c20de068e324b1 (diff) | |
download | freebsd-ports-graphics-c611c1e7afbe6ed924cf201441eae92fe7b807d6.tar.gz freebsd-ports-graphics-c611c1e7afbe6ed924cf201441eae92fe7b807d6.tar.zst freebsd-ports-graphics-c611c1e7afbe6ed924cf201441eae92fe7b807d6.zip |
- Fix fetch
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index df8fd2f0c82..f67625d8497 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -10,7 +10,7 @@ PORTNAME= gtk-sharp PORTVERSION= 1.0.10 PORTREVISION= 14 CATEGORIES= x11-toolkits -MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/ +MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= GTK+ and GNOME interfaces for the .NET runtime diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index e1290a1e1b2..7d966942852 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -10,7 +10,7 @@ PORTNAME= gtk-sharp PORTVERSION= 2.10.2 PORTREVISION= 2 CATEGORIES= x11-toolkits -MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/ +MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= GTK+ and GNOME interfaces for the .NET runtime |