Date: Tue, 29 May 2018 09:04:19 +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: r471087 - head/devel/libpciaccess Message-ID: <201805290904.w4T94J2U099629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue May 29 09:04:18 2018 New Revision: 471087 URL: https://svnweb.freebsd.org/changeset/ports/471087 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/devel/libpciaccess/Makefile head/devel/libpciaccess/pkg-descr Modified: head/devel/libpciaccess/Makefile ============================================================================== --- head/devel/libpciaccess/Makefile Tue May 29 08:56:19 2018 (r471086) +++ head/devel/libpciaccess/Makefile Tue May 29 09:04:18 2018 (r471087) @@ -7,10 +7,13 @@ CATEGORIES= devel MAINTAINER= x11@FreeBSD.org COMMENT= Generic PCI access library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids -CONFIGURE_ARGS+= --with-pciids-path=${LOCALBASE}/share/pciids +CONFIGURE_ARGS= --with-pciids-path=${LOCALBASE}/share/pciids XORG_CAT= lib INSTALL_TARGET= install-strip Modified: head/devel/libpciaccess/pkg-descr ============================================================================== --- head/devel/libpciaccess/pkg-descr Tue May 29 08:56:19 2018 (r471086) +++ head/devel/libpciaccess/pkg-descr Tue May 29 09:04:18 2018 (r471087) @@ -1,3 +1,3 @@ This package contains the pciaccess 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?201805290904.w4T94J2U099629>