svn commit: r442378 - head/devel/libgee
Koop Mast
kwm at FreeBSD.org
Fri Jun 2 11:55:10 UTC 2017
Author: kwm
Date: Fri Jun 2 11:55:08 2017
New Revision: 442378
URL: https://svnweb.freebsd.org/changeset/ports/442378
Log:
Update libgee to 0.8.1.
* Add license
* Add missing gettext depends
PR: 214689
Submitted by: olivierd@
Modified:
head/devel/libgee/Makefile
head/devel/libgee/distinfo
Modified: head/devel/libgee/Makefile
==============================================================================
--- head/devel/libgee/Makefile Fri Jun 2 11:53:02 2017 (r442377)
+++ head/devel/libgee/Makefile Fri Jun 2 11:55:08 2017 (r442378)
@@ -2,20 +2,23 @@
# $FreeBSD$
PORTNAME= libgee
-PORTVERSION= 0.18.0
+PORTVERSION= 0.18.1
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= kwm at FreeBSD.org
COMMENT= GObject collection library
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= valac:lang/vala
PORTSCOUT= limitw:1,even
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-introspection=yes
-USES= gmake libtool pathfix pkgconfig tar:xz
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
Modified: head/devel/libgee/distinfo
==============================================================================
--- head/devel/libgee/distinfo Fri Jun 2 11:53:02 2017 (r442377)
+++ head/devel/libgee/distinfo Fri Jun 2 11:55:08 2017 (r442378)
@@ -1,2 +1,3 @@
-SHA256 (libgee-0.18.0.tar.xz) = 4ad99ef937d071b4883c061df40bfe233f7649d50c354cf81235f180b4244399
-SIZE (libgee-0.18.0.tar.xz) = 662296
+TIMESTAMP = 1479643330
+SHA256 (libgee-0.18.1.tar.xz) = 99686bbe5a9c89ba9502c25f61314ee8efa0dd2a1159c9a639afc1458c2839a2
+SIZE (libgee-0.18.1.tar.xz) = 677908
More information about the svn-ports-head
mailing list