From owner-svn-ports-head@freebsd.org Mon Nov 7 11:23:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF5E5C34893; Mon, 7 Nov 2016 11:23:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85610D8C; Mon, 7 Nov 2016 11:23:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7BNoEM099071; Mon, 7 Nov 2016 11:23:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7BNo31099069; Mon, 7 Nov 2016 11:23:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071123.uA7BNo31099069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 11:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425608 - head/textproc/ctpl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 11:23:51 -0000 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/