From owner-svn-ports-head@freebsd.org Sat Sep 9 21:29:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A4F7E0B2FD; Sat, 9 Sep 2017 21:29:52 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 444847E25A; Sat, 9 Sep 2017 21:29:52 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v89LTpdE028996; Sat, 9 Sep 2017 21:29:51 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v89LTpkI028994; Sat, 9 Sep 2017 21:29:51 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201709092129.v89LTpkI028994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 9 Sep 2017 21:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449512 - in head: databases/dalmp devel/gitflow X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head: databases/dalmp devel/gitflow X-SVN-Commit-Revision: 449512 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2017 21:29:52 -0000 Author: dbaio Date: Sat Sep 9 21:29:50 2017 New Revision: 449512 URL: https://svnweb.freebsd.org/changeset/ports/449512 Log: Update maintainer email address databases/dalmp devel/gitflow Submitted by: maintainer, by email Modified: head/databases/dalmp/Makefile head/devel/gitflow/Makefile Modified: head/databases/dalmp/Makefile ============================================================================== --- head/databases/dalmp/Makefile Sat Sep 9 20:54:10 2017 (r449511) +++ head/databases/dalmp/Makefile Sat Sep 9 21:29:50 2017 (r449512) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= databases -MAINTAINER= nbari@dalmp.com +MAINTAINER= nbari@tequila.io COMMENT= Database Abstraction Layer for MySQL using PHP LICENSE= BSD3CLAUSE Modified: head/devel/gitflow/Makefile ============================================================================== --- head/devel/gitflow/Makefile Sat Sep 9 20:54:10 2017 (r449511) +++ head/devel/gitflow/Makefile Sat Sep 9 21:29:50 2017 (r449512) @@ -5,7 +5,7 @@ PORTNAME= gitflow PORTVERSION= 1.8.0 CATEGORIES= devel -MAINTAINER= nbari@dalmp.com +MAINTAINER= nbari@tequila.io COMMENT= Git extensions to provide high-level repository operations LICENSE= BSD2CLAUSE