From owner-svn-ports-all@FreeBSD.ORG Thu Apr 23 13:22:14 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1928ED56; Thu, 23 Apr 2015 13:22:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 081D71C7E; Thu, 23 Apr 2015 13:22:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3NDMDje064480; Thu, 23 Apr 2015 13:22:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3NDMDWB064474; Thu, 23 Apr 2015 13:22:13 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201504231322.t3NDMDWB064474@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 23 Apr 2015 13:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384568 - in head/lang: erlang-runtime15 erlang-runtime16 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.20 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: Thu, 23 Apr 2015 13:22:14 -0000 Author: olgeni Date: Thu Apr 23 13:22:12 2015 New Revision: 384568 URL: https://svnweb.freebsd.org/changeset/ports/384568 Log: Remove unused PATCH_SITES. Modified: head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime16/Makefile Modified: head/lang/erlang-runtime15/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Thu Apr 23 13:22:01 2015 (r384567) +++ head/lang/erlang-runtime15/Makefile Thu Apr 23 13:22:12 2015 (r384568) @@ -15,8 +15,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:er DIST_SUBDIR= erlang EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PATCH_SITES= http://www.erlang.org/download - MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Thu Apr 23 13:22:01 2015 (r384567) +++ head/lang/erlang-runtime16/Makefile Thu Apr 23 13:22:12 2015 (r384568) @@ -15,8 +15,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:er DIST_SUBDIR= erlang EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PATCH_SITES= http://www.erlang.org/download - MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson