Date: Fri, 3 Aug 2018 12:03:11 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476289 - head/devel/libubox Message-ID: <201808031203.w73C3BId002679@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Fri Aug 3 12:03:11 2018 New Revision: 476289 URL: https://svnweb.freebsd.org/changeset/ports/476289 Log: devel/libubox: simplify Makefile Modified: head/devel/libubox/Makefile Modified: head/devel/libubox/Makefile ============================================================================== --- head/devel/libubox/Makefile Fri Aug 3 12:02:47 2018 (r476288) +++ head/devel/libubox/Makefile Fri Aug 3 12:03:11 2018 (r476289) @@ -4,7 +4,6 @@ PORTNAME= libubox PORTVERSION= 20180803 CATEGORIES= devel -MASTER_SITES= GH MAINTAINER= mm@FreeBSD.org COMMENT= C utility functions for OpenWrt @@ -14,7 +13,6 @@ LICENSE= GPLv2 USES= cmake lua:51 tar:xz USE_GITHUB= yes GH_ACCOUNT= mmatuska -GH_PROJECT= libubox GH_TAGNAME= c83a84af CMAKE_ARGS+= -DLUAPATH="${LUA_MODLIBDIR}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808031203.w73C3BId002679>