Date: Mon, 7 Nov 2016 11:23:50 +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: r425608 - head/textproc/ctpl Message-ID: <201611071123.uA7BNo31099069@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Nov 7 11:23:50 2016 New Revision: 425608 URL: https://svnweb.freebsd.org/changeset/ports/425608 Log: - Add LICENSE - Fix WWW: Modified: head/textproc/ctpl/Makefile head/textproc/ctpl/pkg-descr Modified: head/textproc/ctpl/Makefile ============================================================================== --- head/textproc/ctpl/Makefile Mon Nov 7 11:23:43 2016 (r425607) +++ head/textproc/ctpl/Makefile Mon Nov 7 11:23:50 2016 (r425608) @@ -8,6 +8,9 @@ MASTER_SITES= http://download.tuxfamily. MAINTAINER= ports@FreeBSD.org COMMENT= C Template (Parser) Library +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USE_GNOME= glib20 USES= pathfix pkgconfig libtool Modified: head/textproc/ctpl/pkg-descr ============================================================================== --- head/textproc/ctpl/pkg-descr Mon Nov 7 11:23:43 2016 (r425607) +++ head/textproc/ctpl/pkg-descr Mon Nov 7 11:23:50 2016 (r425608) @@ -1,4 +1,4 @@ CTPL is a template engine library. It allows fast and easy parsing of templates and fine control over template parsing environment. -WWW: http://ctpl.tuxfamily.org +WWW: http://ctpl.tuxfamily.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611071123.uA7BNo31099069>