diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-02-02 09:01:54 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-02-02 09:01:54 +0000 |
commit | bf239ddc95b37dbd29fce8e4880380c6179701da (patch) | |
tree | 54e823f577c04dd1e78352fd90e030c1ebc62c61 /net-mgmt/snmptt/Makefile | |
parent | 04617772621853b4c444b662fc3f8f2c7961b1b6 (diff) | |
download | ports-bf239ddc95b37dbd29fce8e4880380c6179701da.tar.gz ports-bf239ddc95b37dbd29fce8e4880380c6179701da.zip |
- Update to 1.1
- Pass maintainership to submitter
Submitted by: Jon Nistor <nistor@snickers.org>
PR: ports/92715
Notes
Notes:
svn path=/head/; revision=155051
Diffstat (limited to 'net-mgmt/snmptt/Makefile')
-rw-r--r-- | net-mgmt/snmptt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/snmptt/Makefile b/net-mgmt/snmptt/Makefile index 727b44ddb485..535916beb988 100644 --- a/net-mgmt/snmptt/Makefile +++ b/net-mgmt/snmptt/Makefile @@ -6,14 +6,14 @@ # PORTNAME= snmptt -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nistor@snickers.org COMMENT= SNMP trap handler/translator/swiss-army-knife RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net-mgmt/net-snmp \ |