Date: Tue, 31 Dec 2019 09:30:08 +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: r521604 - head/devel/libmowgli2 Message-ID: <201912310930.xBV9U8ro006554@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Dec 31 09:30:08 2019 New Revision: 521604 URL: https://svnweb.freebsd.org/changeset/ports/521604 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/devel/libmowgli2/Makefile head/devel/libmowgli2/pkg-descr Modified: head/devel/libmowgli2/Makefile ============================================================================== --- head/devel/libmowgli2/Makefile Tue Dec 31 09:28:51 2019 (r521603) +++ head/devel/libmowgli2/Makefile Tue Dec 31 09:30:08 2019 (r521604) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= tdb@FreeBSD.org COMMENT= Development framework for C +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GITHUB= yes GH_ACCOUNT= atheme GH_PROJECT= libmowgli-2 Modified: head/devel/libmowgli2/pkg-descr ============================================================================== --- head/devel/libmowgli2/pkg-descr Tue Dec 31 09:28:51 2019 (r521603) +++ head/devel/libmowgli2/pkg-descr Tue Dec 31 09:30:08 2019 (r521604) @@ -5,4 +5,4 @@ some of the slow GLib list manipulation functions), or also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator. -WWW: http://atheme.org/projects/libmowgli.html +WWW: https://github.com/atheme/libmowgli-2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912310930.xBV9U8ro006554>