diff options
author | obache <obache> | 2013-03-16 07:21:18 +0000 |
---|---|---|
committer | obache <obache> | 2013-03-16 07:21:18 +0000 |
commit | 18b5b519cd93b9acebd678ecf2b760fc928818d9 (patch) | |
tree | c8333aa872fd29b36f21535276d16fc4e0ea81d1 /net/icinga-base | |
parent | 8384fafdc45a129dbb8a23e56932a206a9331a7d (diff) | |
download | pkgsrc-18b5b519cd93b9acebd678ecf2b760fc928818d9.tar.gz |
Bump PKGREVISION from default PHP version change to 5.4.
Diffstat (limited to 'net/icinga-base')
-rw-r--r-- | net/icinga-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/icinga-base/Makefile b/net/icinga-base/Makefile index 8a23170217c..572f8975c44 100644 --- a/net/icinga-base/Makefile +++ b/net/icinga-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2013/03/02 04:08:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2013/03/16 07:21:22 obache Exp $ # DISTNAME= icinga-1.8.4 PKGNAME= ${DISTNAME:S/-/-base-/} +PKGREVISION= 1 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icinga/} |