svn commit: r449958 - head/accessibility/atk

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 16 09:01:55 UTC 2017


Author: amdmi3
Date: Sat Sep 16 09:01:53 2017
New Revision: 449958
URL: https://svnweb.freebsd.org/changeset/ports/449958

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/accessibility/atk/Makefile
  head/accessibility/atk/pkg-descr

Modified: head/accessibility/atk/Makefile
==============================================================================
--- head/accessibility/atk/Makefile	Sat Sep 16 09:01:51 2017	(r449957)
+++ head/accessibility/atk/Makefile	Sat Sep 16 09:01:53 2017	(r449958)
@@ -11,7 +11,8 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	GNOME accessibility toolkit (ATK)
 
-LICENSE=	LGPL21
+LICENSE=	LGPL20+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		tar:xz
 PORTSCOUT=	limitw:1,even
@@ -20,11 +21,9 @@ PORTSCOUT=	limitw:1,even
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USES+=		gettext gmake gnome libtool pathfix pkgconfig
+USES+=		gettext gmake gnome libtool localbase pathfix pkgconfig
 USE_GNOME=	glib20 introspection:build referencehack
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
 post-patch:

Modified: head/accessibility/atk/pkg-descr
==============================================================================
--- head/accessibility/atk/pkg-descr	Sat Sep 16 09:01:51 2017	(r449957)
+++ head/accessibility/atk/pkg-descr	Sat Sep 16 09:01:53 2017	(r449958)
@@ -2,4 +2,4 @@ The GNOME Accessibility Toolkit (ATK) contains accessi
 just like GTK contains GUI element widgets.  However, ATK's widgets
 are platform-independent, so they can be used with Qt, Motif, etc.
 
-WWW: http://developer.gnome.org/projects/gap/
+WWW: https://developer.gnome.org/atk/


More information about the svn-ports-all mailing list