From owner-svn-ports-all@FreeBSD.ORG Sun Oct 12 07:18:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35AE6DE9; Sun, 12 Oct 2014 07:18:13 +0000 (UTC) Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com [IPv6:2607:f8b0:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B28C3FC7; Sun, 12 Oct 2014 07:18:12 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id la4so4443687vcb.41 for ; Sun, 12 Oct 2014 00:18:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Zw7dlxzIiTCd6NBSS9Tk1kGVox9m5k85feqwCQiqv0s=; b=fcru6QSzj8RBOWYgWG3yC2k3chUJkkevE0DYucwsqZ0vYgV0pkLXFOHGfU8T27xO1r Z9qCcKptqEYT0TlrqgGSjXik+HU9g+nx2DwD5EL+mzp3Nz7K0RRfNKp+/kLRk8Uf60ue 0PqbGLZTzsWQ73fCqgoibDLlNrZ6g3b1lwepItHJMLVO382In/Egpe3SIcY9yjV3rt3O WXNBNA4KXQM0dWJqwrh15PGCbj7FexxCtzBnoJ2Gl5AeQ5OkxW4a8jzm844A0HhBLwOd 6Q4nOEONamyWDqmWSEfvAfi9+WeRiFQox7PTuE+ZY+BHNbJy+euHMdaj/wlTBe4J5iy2 onxw== MIME-Version: 1.0 X-Received: by 10.221.57.68 with SMTP id wf4mr12739098vcb.19.1413098291727; Sun, 12 Oct 2014 00:18:11 -0700 (PDT) Sender: bsdkaffee@gmail.com Received: by 10.220.153.7 with HTTP; Sun, 12 Oct 2014 00:18:11 -0700 (PDT) In-Reply-To: References: <201410112128.s9BLSHwe097777@svn.freebsd.org> Date: Sun, 12 Oct 2014 03:18:11 -0400 X-Google-Sender-Auth: oUx7RNU4mdDi-gaoNJEwLps6Ums Message-ID: Subject: Re: svn commit: r370669 - head/devel/ecore-main From: "Jason E. Hale" To: Antoine Brodin Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 12 Oct 2014 07:18:13 -0000 On Sun, Oct 12, 2014 at 1:53 AM, Antoine Brodin wrote: > On Sat, Oct 11, 2014 at 11:28 PM, Jason E. Hale wrote: >> Author: jhale >> Date: Sat Oct 11 21:28:16 2014 >> New Revision: 370669 >> URL: https://svnweb.freebsd.org/changeset/ports/370669 >> QAT: https://qat.redports.org/buildarchive/r370669/ >> >> Log: >> - Convert USE_BZIP2 to USES >> - Update BSD LICENSE >> - Cleanup plist >> >> Approved by: portmgr blanket > > Hi, > > Portmgr blanket doesn't cover broken and untested changes. > > Cheers, > > Antoine (with hat: portmgr) > Very sorry about that. I'll certainly be more careful in the future. Thanks for fixing my typo! - Jason >> >> Modified: >> head/devel/ecore-main/Makefile >> head/devel/ecore-main/pkg-plist >> >> Modified: head/devel/ecore-main/Makefile >> ============================================================================== >> --- head/devel/ecore-main/Makefile Sat Oct 11 21:17:40 2014 (r370668) >> +++ head/devel/ecore-main/Makefile Sat Oct 11 21:28:16 2014 (r370669) >> @@ -12,12 +12,12 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} >> MAINTAINER= gblach@FreeBSD.org >> COMMENT= Enlightenment core abstraction library (main library) >> >> -LICENSE= BSD >> +LICENSE= BSD2CLAUSE >> +LICENSE_FILE= ${WKRSRC}/COPYING >> >> DIST_SUBDIR= e17 >> -USE_BZIP2= yes >> GNU_CONFIGURE= yes >> -USES= pathfix pkgconfig iconv >> +USES= iconv pathfix pkgconfig tar:bzip2 >> USE_EFL= eina libtool_hack >> USE_LDCONFIG= yes >> >> >> Modified: head/devel/ecore-main/pkg-plist >> ============================================================================== >> --- head/devel/ecore-main/pkg-plist Sat Oct 11 21:17:40 2014 (r370668) >> +++ head/devel/ecore-main/pkg-plist Sat Oct 11 21:28:16 2014 (r370669) >> @@ -48,5 +48,3 @@ libdata/pkgconfig/ecore.pc >> %%NLS%%share/locale/pt/LC_MESSAGES/ecore.mo >> %%NLS%%share/locale/sl/LC_MESSAGES/ecore.mo >> %%NLS%%share/locale/zh_CN/LC_MESSAGES/ecore.mo >> -@dirrmtry include/ecore-1 >> -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% >>