From owner-svn-ports-head@freebsd.org Fri Oct 14 01:26:07 2016 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 2335AC1043C; Fri, 14 Oct 2016 01:26:07 +0000 (UTC) (envelope-from glewis@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 E6E61D0B; Fri, 14 Oct 2016 01:26:06 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E1Q6E7025948; Fri, 14 Oct 2016 01:26:06 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E1Q63B025947; Fri, 14 Oct 2016 01:26:06 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201610140126.u9E1Q63B025947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Fri, 14 Oct 2016 01:26:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423949 - head/java/java-zoneinfo X-SVN-Group: ports-head 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: Fri, 14 Oct 2016 01:26:07 -0000 Author: glewis Date: Fri Oct 14 01:26:05 2016 New Revision: 423949 URL: https://svnweb.freebsd.org/changeset/ports/423949 Log: . Note that the time zone data is in the public domain (according to ftp://ftp.iana.org/tz/tz-link.html). Specifically the sentence "The public-domain time zone database contains code and data that represent the history of local time for many representative locations around the globe." Modified: head/java/java-zoneinfo/Makefile Modified: head/java/java-zoneinfo/Makefile ============================================================================== --- head/java/java-zoneinfo/Makefile Fri Oct 14 01:23:04 2016 (r423948) +++ head/java/java-zoneinfo/Makefile Fri Oct 14 01:26:05 2016 (r423949) @@ -11,6 +11,8 @@ DISTNAME= javazi-${DISTVERSION} MAINTAINER= glewis@FreeBSD.org COMMENT= Updated Java timezone definitions +LICENSE= PD + WRKSRC= ${WRKDIR} NO_BUILD= yes