diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-31 22:36:25 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-31 22:36:25 +0000 |
commit | df572b20522a9ab7debfdc94cd94598e0b9c497e (patch) | |
tree | 4948ad9f4b9ee01223d4df2a0b7c7203b0348070 | |
parent | Update to 2.7.3. (diff) |
- Grab maintainership of these, maintainer requested giving them up on ports@
Notes
Notes:
svn path=/head/; revision=284805
-rw-r--r-- | sysutils/mcollective/Makefile | 2 | ||||
-rw-r--r-- | sysutils/puppet/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index 8508092b559d..13daef89dcab 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/${PORTNAME}/ EXTRACT_SUFX= .tgz -MAINTAINER= raj@csub.edu +MAINTAINER= swills@FreeBSD.org COMMENT= A modern scalable datacenter orchestration framework RUN_DEPENDS= rubygem-stomp>=0:${PORTSDIR}/devel/rubygem-stomp diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 208824da44f6..e872624bf331 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.7.3 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ -MAINTAINER= raj@csub.edu +MAINTAINER= swills@FreeBSD.org COMMENT= A configuration management framework written in Ruby RUN_DEPENDS= facter>=0:${PORTSDIR}/sysutils/facter \ |