svn commit: r452568 - head/devel/dbus-glib

Kurt Jaeger pi at FreeBSD.org
Sat Oct 21 04:13:08 UTC 2017


Author: pi
Date: Sat Oct 21 04:13:07 2017
New Revision: 452568
URL: https://svnweb.freebsd.org/changeset/ports/452568

Log:
  devel/dbus-glib: Add license information
  
  PR:		222346
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/devel/dbus-glib/Makefile

Modified: head/devel/dbus-glib/Makefile
==============================================================================
--- head/devel/dbus-glib/Makefile	Sat Oct 21 01:58:27 2017	(r452567)
+++ head/devel/dbus-glib/Makefile	Sat Oct 21 04:13:07 2017	(r452568)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://dbus.freedesktop.org/releases/dbu
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	GLib bindings for the D-BUS messaging system
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libdbus-1.so:devel/dbus
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list