diff options
author | wxs <wxs@FreeBSD.org> | 2012-12-13 05:40:54 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-12-13 05:40:54 +0800 |
commit | 7c0a0b3cc7138a7b5c7719304f35234274e090b3 (patch) | |
tree | 3dcca0861a1d92b0fceba8e3a32333956a55f9a8 /net-mgmt/pancho | |
parent | 2fb23ec2c9d5041df008b3f9e8898fbb9f9053ce (diff) | |
download | freebsd-ports-gnome-7c0a0b3cc7138a7b5c7719304f35234274e090b3.tar.gz freebsd-ports-gnome-7c0a0b3cc7138a7b5c7719304f35234274e090b3.tar.zst freebsd-ports-gnome-7c0a0b3cc7138a7b5c7719304f35234274e090b3.zip |
Update maintainer address.
Trim headers where applicable and in the cases where the maintainer
is the original author remove the headers entirely.
Update mirror to point to the newer location (old one redirected).
Submitted by: Nicolas Jombart <ecu@200ok.org> (maintainer, private mail)
Diffstat (limited to 'net-mgmt/pancho')
-rw-r--r-- | net-mgmt/pancho/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index 48892f9f0203..02d73f50d9e3 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/pancho/Makefile @@ -1,18 +1,13 @@ -# New ports collection makefile for: pancho -# Date created: november 2nd, 2001 -# Whom: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com> -# # $FreeBSD$ -# PORTNAME= pancho PORTVERSION= 9.3.9 CATEGORIES= net-mgmt MASTER_SITES= http://www.pancho.org/archives/pancho/ \ - http://ipv42.net/distfiles/pancho/ + http://200ok.org/distfiles/pancho/ DISTNAME= pancho-v${PORTVERSION} -MAINTAINER= ecu@ipv42.net +MAINTAINER= ecu@200ok.org COMMENT= Network devices management tool using TFTP and SNMP RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ |