From 71895900fd6fa9ad43cdba0308c28adf21072402 Mon Sep 17 00:00:00 2001 From: eadler Date: Sun, 17 Mar 2013 16:44:03 +0000 Subject: Fix minor nit: use the canconical FreeBSD.org form for email addresses. This was causing me issues when attempting to gather certain statistics. While here trim header Approved by: miwi, adrian, tj No objection from: db, bjk, cperciva, scheidell, osa --- net/activemq/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net') diff --git a/net/activemq/Makefile b/net/activemq/Makefile index 5dc77b835a8d..89def7def001 100644 --- a/net/activemq/Makefile +++ b/net/activemq/Makefile @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= activemq PORTVERSION= 5.7.0 @@ -9,7 +8,7 @@ MASTER_SITES= http://www.sai.msu.su/apache/${MASTER_SITE_SUBDIR}/ \ MASTER_SITE_SUBDIR=${PORTNAME}/apache-${PORTNAME}/${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION}-bin -MAINTAINER= tj@freebsd.org +MAINTAINER= tj@FreeBSD.org COMMENT= Messaging and Integration Patterns provider NO_BUILD= yes -- cgit