diff options
author | marino <marino@FreeBSD.org> | 2016-09-20 22:47:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-20 22:47:58 +0800 |
commit | e6006d07817122492fed5cc34c0625a345246f84 (patch) | |
tree | fe8aa2c433111827c754b8a3cedb72c417c7c1dc /net-mgmt | |
parent | 46c19b683f0b1acd109e6d26d5787578da2cc00b (diff) | |
download | freebsd-ports-gnome-e6006d07817122492fed5cc34c0625a345246f84.tar.gz freebsd-ports-gnome-e6006d07817122492fed5cc34c0625a345246f84.tar.zst freebsd-ports-gnome-e6006d07817122492fed5cc34c0625a345246f84.zip |
net-mgmt/p5-SNMP_Session: new fedora MASTER_SITE to unbreak
At least 14 ports depend on p5-SNMP_Session so let's get it up again.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-SNMP_Session/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile index eeed5c5287db..7faef40f28df 100644 --- a/net-mgmt/p5-SNMP_Session/Makefile +++ b/net-mgmt/p5-SNMP_Session/Makefile @@ -5,15 +5,13 @@ PORTNAME= SNMP_Session PORTVERSION= 1.13 PORTREVISION= 3 CATEGORIES= net-mgmt perl5 -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/perl-SNMP_Session/SNMP_Session-1.13.tar.gz/055e1065babf55f1f8606329c6bdb947/ PROJECTHOST= snmp-session PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 module providing rudimentary access to SNMPv1 and v2 agents -BROKEN= Unfetchable (google code has gone away) - USES= perl5 USE_PERL5= configure |