pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

epiphany: change buildlink ver, add license



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Tue Mar 15 10:29:08 2016 +0200
Changeset:	7ed36c7c453001f40597ea2dabb2147184000072

Modified Files:
	epiphany/Makefile
	epiphany/buildlink3.mk

Log Message:
epiphany: change buildlink ver, add license

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7ed36c7c453001f40597ea2dabb2147184000072

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 epiphany/Makefile      | 1 +
 epiphany/buildlink3.mk | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/epiphany/Makefile b/epiphany/Makefile
index e58ad4d..cb518b6 100644
--- a/epiphany/Makefile
+++ b/epiphany/Makefile
@@ -8,6 +8,7 @@ EXTRACT_SUFX=	.tar.xz
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.gnome.org/projects/epiphany/
 COMMENT=	The web browser for the GNOME Desktop
+LICENSE=	gnu-gpl-v2
 
 GNU_CONFIGURE=		YES
 USE_TOOLS+=		gmake intltool msgfmt pkg-config
diff --git a/epiphany/buildlink3.mk b/epiphany/buildlink3.mk
index 98f5009..4386fc7 100644
--- a/epiphany/buildlink3.mk
+++ b/epiphany/buildlink3.mk
@@ -5,15 +5,14 @@ BUILDLINK_TREE+=	epiphany
 .if !defined(EPIPHANY_BUILDLINK3_MK)
 EPIPHANY_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.epiphany+=		epiphany>=2.28
-BUILDLINK_ABI_DEPENDS.epiphany+=		epiphany>=2.30.6nb44
+BUILDLINK_API_DEPENDS.epiphany+=	epiphany>=2.28
+BUILDLINK_ABI_DEPENDS.epiphany+=	epiphany>=2.30.6nb44
 BUILDLINK_PKGSRCDIR.epiphany?=		../../www/epiphany
 
 .include "../../mk/bsd.fast.prefs.mk"
 
 .include "../../devel/GConf/buildlink3.mk"
 .include "../../devel/nss/buildlink3.mk"
-.include "../../www/webkit24-gtk/buildlink3.mk"
 .include "../../net/ORBit2/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index