svn commit: r442669 - head/devel/libpeas

Koop Mast kwm at FreeBSD.org
Mon Jun 5 15:28:14 UTC 2017


Author: kwm
Date: Mon Jun  5 15:28:12 2017
New Revision: 442669
URL: https://svnweb.freebsd.org/changeset/ports/442669

Log:
  Update libpeas to 0.20.0.
  
  * add license
  * tweak python version restrictions
  * review dependancies
  
  Obtained from:	gnome devel repo (based on)

Modified:
  head/devel/libpeas/Makefile
  head/devel/libpeas/distinfo
  head/devel/libpeas/pkg-plist

Modified: head/devel/libpeas/Makefile
==============================================================================
--- head/devel/libpeas/Makefile	Mon Jun  5 15:28:07 2017	(r442668)
+++ head/devel/libpeas/Makefile	Mon Jun  5 15:28:12 2017	(r442669)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libpeas
-PORTVERSION=	1.16.0
+PORTVERSION=	1.20.0
 PORTREVISION?=	0
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
@@ -11,6 +11,9 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT?=	Next evolution of the Gedit plugins engine
 
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	valac:lang/vala
 
 LIBPEAS_SLAVE?=	no
@@ -23,7 +26,7 @@ PORTSCOUT=	ignore:1
 .endif
 
 USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
-USE_GNOME=	gtk30 intlhack introspection:build
+USE_GNOME=	cairo gtk30 intlhack introspection
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
@@ -34,14 +37,14 @@ CONFIGURE_ARGS+=--disable-glade-catalog
 PLIST=          ${.CURDIR}/pkg-plist
 
 .if ${LIBPEAS_SLAVE} == python2
-USES+=		python:2
+USES+=		python:-2.7
 USE_GNOME+=	pygobject3
 .else
 CONFIGURE_ARGS+=	--disable-python2
 .endif
 
 .if ${LIBPEAS_SLAVE} == python3
-USES+=		python:3
+USES+=		python:3.3+
 USE_GNOME+=	py3gobject3
 .else
 CONFIGURE_ARGS+=	--disable-python3

Modified: head/devel/libpeas/distinfo
==============================================================================
--- head/devel/libpeas/distinfo	Mon Jun  5 15:28:07 2017	(r442668)
+++ head/devel/libpeas/distinfo	Mon Jun  5 15:28:12 2017	(r442669)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/libpeas-1.16.0.tar.xz) = b093008ecd65f7d55c80517589509698ff15ad41f664b11a3eb88ff461b1454e
-SIZE (gnome3/libpeas-1.16.0.tar.xz) = 548972
+TIMESTAMP = 1496672649
+SHA256 (gnome3/libpeas-1.20.0.tar.xz) = f392fffe2dc00072a51bb2a1b274224a06bdc5f9c3b3c0ac4816909e9933d354
+SIZE (gnome3/libpeas-1.20.0.tar.xz) = 557872

Modified: head/devel/libpeas/pkg-plist
==============================================================================
--- head/devel/libpeas/pkg-plist	Mon Jun  5 15:28:07 2017	(r442668)
+++ head/devel/libpeas/pkg-plist	Mon Jun  5 15:28:12 2017	(r442669)
@@ -17,10 +17,10 @@ lib/girepository-1.0/Peas-1.0.typelib
 lib/girepository-1.0/PeasGtk-1.0.typelib
 lib/libpeas-1.0.so
 lib/libpeas-1.0.so.0
-lib/libpeas-1.0.so.0.1600.0
+lib/libpeas-1.0.so.0.2000.0
 lib/libpeas-gtk-1.0.so
 lib/libpeas-gtk-1.0.so.0
-lib/libpeas-gtk-1.0.so.0.1600.0
+lib/libpeas-gtk-1.0.so.0.2000.0
 lib/peas-demo/plugins/helloworld/helloworld.plugin
 lib/peas-demo/plugins/helloworld/libhelloworld.so
 lib/peas-demo/plugins/secondtime/libsecondtime.so
@@ -40,6 +40,7 @@ share/gtk-doc/html/libpeas/PeasObjectModule.html
 share/gtk-doc/html/libpeas/PeasPluginInfo.html
 share/gtk-doc/html/libpeas/annotation-glossary.html
 share/gtk-doc/html/libpeas/api-index-1-14.html
+share/gtk-doc/html/libpeas/api-index-1-18.html
 share/gtk-doc/html/libpeas/api-index-1-2.html
 share/gtk-doc/html/libpeas/api-index-1-4.html
 share/gtk-doc/html/libpeas/api-index-1-6.html


More information about the svn-ports-all mailing list