diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-11 23:39:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-11 23:39:26 +0800 |
commit | a356d01d51d52384a095dfcf19e31d6c713ead9f (patch) | |
tree | 73eb91142aca9ac5cd727b903bf364f1ed323b82 | |
parent | 5fa8a6229bec71d6cd56732deaffd0614ac9fc4e (diff) | |
download | freebsd-ports-gnome-a356d01d51d52384a095dfcf19e31d6c713ead9f.tar.gz freebsd-ports-gnome-a356d01d51d52384a095dfcf19e31d6c713ead9f.tar.zst freebsd-ports-gnome-a356d01d51d52384a095dfcf19e31d6c713ead9f.zip |
- Update MASTER_SITES (distfile was renamed)
PR: 140948
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
-rw-r--r-- | net-mgmt/nagios-portaudit/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/nagios-portaudit/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-mgmt/nagios-portaudit/Makefile b/net-mgmt/nagios-portaudit/Makefile index b20475a4ea91..25439a3650f9 100644 --- a/net-mgmt/nagios-portaudit/Makefile +++ b/net-mgmt/nagios-portaudit/Makefile @@ -7,10 +7,12 @@ PORTNAME= portaudit PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://www.geocities.com/ntb4real/proj/ +MASTER_SITES= http://codelabs.ru/fbsd/distfiles/ \ + http://fbsd.inse.ru/distfiles/ PKGNAMEPREFIX= nagios- -DISTNAME= check_portaudit +DISTNAME= check_portaudit-${PORTVERSION} MAINTAINER= rea-fbsd@codelabs.ru COMMENT= Nagios plug-in to get portaudit/portupgrade status diff --git a/net-mgmt/nagios-portaudit/distinfo b/net-mgmt/nagios-portaudit/distinfo index ef7d832ddaf5..f60f7e83d187 100644 --- a/net-mgmt/nagios-portaudit/distinfo +++ b/net-mgmt/nagios-portaudit/distinfo @@ -1,3 +1,3 @@ -SIZE (check_portaudit.tar.gz) = 2483 -MD5 (check_portaudit.tar.gz) = 4080abff3089dbce2f1b1080705b8b6f -SHA256 (check_portaudit.tar.gz) = d23d67f0be5d535cce35e3ff7cd4bb00277ec5821982b6843fbcbc573bcffec7 +MD5 (check_portaudit-1.0.tar.gz) = 4080abff3089dbce2f1b1080705b8b6f +SHA256 (check_portaudit-1.0.tar.gz) = d23d67f0be5d535cce35e3ff7cd4bb00277ec5821982b6843fbcbc573bcffec7 +SIZE (check_portaudit-1.0.tar.gz) = 2483 |