From owner-svn-ports-all@FreeBSD.ORG Sat Mar 2 16:38:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3080B36C; Sat, 2 Mar 2013 16:38:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 22A4B6E2; Sat, 2 Mar 2013 16:38:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r22Gcb0S057950; Sat, 2 Mar 2013 16:38:37 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r22GcaiJ057948; Sat, 2 Mar 2013 16:38:36 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303021638.r22GcaiJ057948@svn.freebsd.org> From: Martin Wilke Date: Sat, 2 Mar 2013 16:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313272 - in head: devel/p5-DateTime-Format-DateParse www/p5-RT-Client-REST X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 16:38:37 -0000 Author: miwi Date: Sat Mar 2 16:38:36 2013 New Revision: 313272 URL: http://svnweb.freebsd.org/changeset/ports/313272 Log: - Update Maintainer adresse PR: 176508 176511 Submitted by: maintainer Modified: head/devel/p5-DateTime-Format-DateParse/Makefile (contents, props changed) head/www/p5-RT-Client-REST/Makefile Modified: head/devel/p5-DateTime-Format-DateParse/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-DateParse/Makefile Sat Mar 2 16:35:52 2013 (r313271) +++ head/devel/p5-DateTime-Format-DateParse/Makefile Sat Mar 2 16:38:36 2013 (r313272) @@ -1,6 +1,5 @@ # Created by: Sergei Vyshenski # $FreeBSD$ -# PORTNAME= DateTime-Format-DateParse PORTVERSION= 0.05 @@ -10,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime PKGNAMEPREFIX= p5- -MAINTAINER= svysh@pn.sinp.msu.ru +MAINTAINER= svysh.fbsd@gmail.com COMMENT= This module is a compatibility wrapper around Date::Parse BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ Modified: head/www/p5-RT-Client-REST/Makefile ============================================================================== --- head/www/p5-RT-Client-REST/Makefile Sat Mar 2 16:35:52 2013 (r313271) +++ head/www/p5-RT-Client-REST/Makefile Sat Mar 2 16:38:36 2013 (r313272) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-RT-Client-REST -# Date created: 21 Mar 2007 -# Whom: svysh -# # $FreeBSD$ -# PORTNAME= RT-Client-REST PORTVERSION= 0.43 @@ -12,7 +7,7 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= svysh@pn.sinp.msu.ru +MAINTAINER= svysh.fbsd@gmail.com COMMENT= Perl modules designed to talk to RT installation using REST protocol BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \