diff options
author | pav <pav@FreeBSD.org> | 2007-06-18 04:31:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-06-18 04:31:47 +0800 |
commit | 62c8666b9bd075c5d88b7b9092a4fbd7d040bb03 (patch) | |
tree | f89229c33745ae61803a5e3f01af4d609202bfa8 /net-mgmt/gsnmp | |
parent | 54f57c40d605d380ba405ec2f908238ee58d3c18 (diff) | |
download | freebsd-ports-gnome-62c8666b9bd075c5d88b7b9092a4fbd7d040bb03.tar.gz freebsd-ports-gnome-62c8666b9bd075c5d88b7b9092a4fbd7d040bb03.tar.zst freebsd-ports-gnome-62c8666b9bd075c5d88b7b9092a4fbd7d040bb03.zip |
- Add backup download location, the master ftp server randomly fails
Reported by: krismail
Diffstat (limited to 'net-mgmt/gsnmp')
-rw-r--r-- | net-mgmt/gsnmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/gsnmp/Makefile b/net-mgmt/gsnmp/Makefile index 8ee0981a9716..d89967e7b711 100644 --- a/net-mgmt/gsnmp/Makefile +++ b/net-mgmt/gsnmp/Makefile @@ -8,7 +8,8 @@ PORTNAME= gsnmp PORTVERSION= 0.2.0 CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ +MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \ + http://ftp-ext.osuosl.org/pub/nslu2/sources/ MAINTAINER= matt@peterson.org COMMENT= SNMP library written on top of glib and gnet2 |