Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2014 21:28:17 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370669 - head/devel/ecore-main
Message-ID:  <201410112128.s9BLSHwe097777@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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

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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410112128.s9BLSHwe097777>