Date: Mon, 9 Jul 2018 09:12:44 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474245 - head/x11-toolkits/libXaw Message-ID: <201807090912.w699CiFD091711@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jul 9 09:12:43 2018 New Revision: 474245 URL: https://svnweb.freebsd.org/changeset/ports/474245 Log: - Add LICENSE - Pet portlint - Update WWW Approved by: portmgr blanket Modified: head/x11-toolkits/libXaw/Makefile head/x11-toolkits/libXaw/pkg-descr Modified: head/x11-toolkits/libXaw/Makefile ============================================================================== --- head/x11-toolkits/libXaw/Makefile Mon Jul 9 08:55:17 2018 (r474244) +++ head/x11-toolkits/libXaw/Makefile Mon Jul 9 09:12:43 2018 (r474245) @@ -9,9 +9,12 @@ CATEGORIES= x11-toolkits MAINTAINER= x11@FreeBSD.org COMMENT= X Athena Widgets library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake XORG_CAT= lib USE_XORG= printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt -USES= gmake -CONFIGURE_ARGS+=--without-xmlto +CONFIGURE_ARGS= --without-xmlto .include <bsd.port.mk> Modified: head/x11-toolkits/libXaw/pkg-descr ============================================================================== --- head/x11-toolkits/libXaw/pkg-descr Mon Jul 9 08:55:17 2018 (r474244) +++ head/x11-toolkits/libXaw/pkg-descr Mon Jul 9 09:12:43 2018 (r474245) @@ -1,3 +1,3 @@ This package contains the X Athena Widgets library. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807090912.w699CiFD091711>