From owner-svn-ports-all@freebsd.org Sat Jun 24 19:10:07 2017 Return-Path: Delivered-To: svn-ports-all@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 714F5DA4181; Sat, 24 Jun 2017 19:10:07 +0000 (UTC) (envelope-from olgeni@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 39719762B6; Sat, 24 Jun 2017 19:10:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5OJA64r068107; Sat, 24 Jun 2017 19:10:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5OJA6O5068105; Sat, 24 Jun 2017 19:10:06 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201706241910.v5OJA6O5068105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 24 Jun 2017 19:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444238 - head/devel/erlang-unicode_util_compat 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.23 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, 24 Jun 2017 19:10:07 -0000 Author: olgeni Date: Sat Jun 24 19:10:06 2017 New Revision: 444238 URL: https://svnweb.freebsd.org/changeset/ports/444238 Log: Fix pkg-plist for Erlang 19. Modified: head/devel/erlang-unicode_util_compat/Makefile head/devel/erlang-unicode_util_compat/pkg-plist Modified: head/devel/erlang-unicode_util_compat/Makefile ============================================================================== --- head/devel/erlang-unicode_util_compat/Makefile Sat Jun 24 18:36:19 2017 (r444237) +++ head/devel/erlang-unicode_util_compat/Makefile Sat Jun 24 19:10:06 2017 (r444238) @@ -2,7 +2,7 @@ PORTNAME= unicode_util_compat PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-unicode_util_compat/pkg-plist ============================================================================== --- head/devel/erlang-unicode_util_compat/pkg-plist Sat Jun 24 18:36:19 2017 (r444237) +++ head/devel/erlang-unicode_util_compat/pkg-plist Sat Jun 24 19:10:06 2017 (r444238) @@ -1,5 +1,7 @@ +lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util.beam lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util_compat.app lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util_compat.beam +lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util.erl lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util_compat.app.src lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util_compat.erl %%PORTDOCS%%%%DOCSDIR%%/README.md