Date: Sat, 9 Jun 2018 09:04:28 +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: r472048 - head/devel/autoconf213 Message-ID: <201806090904.w5994SXn060219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Jun 9 09:04:27 2018 New Revision: 472048 URL: https://svnweb.freebsd.org/changeset/ports/472048 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/devel/autoconf213/Makefile head/devel/autoconf213/pkg-descr Modified: head/devel/autoconf213/Makefile ============================================================================== --- head/devel/autoconf213/Makefile Sat Jun 9 09:03:48 2018 (r472047) +++ head/devel/autoconf213/Makefile Sat Jun 9 09:04:27 2018 (r472048) @@ -15,6 +15,9 @@ PKGNAMESUFFIX= 213 MAINTAINER= tijl@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms (legacy 2.13) +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= gm4:devel/m4 RUN_DEPENDS= gm4:devel/m4 \ autoconf-wrapper:devel/autoconf-wrapper Modified: head/devel/autoconf213/pkg-descr ============================================================================== --- head/devel/autoconf213/pkg-descr Sat Jun 9 09:03:48 2018 (r472047) +++ head/devel/autoconf213/pkg-descr Sat Jun 9 09:04:27 2018 (r472048) @@ -9,4 +9,4 @@ configuration script for a package from a template fil operating system features that the package can use, in the form of m4 macro calls. -WWW: http://sources.redhat.com/autoconf/ +WWW: https://www.gnu.org/software/autoconf/autoconf.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806090904.w5994SXn060219>