svn commit: r472048 - head/devel/autoconf213

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 9 09:04:29 UTC 2018


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 at 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


More information about the svn-ports-all mailing list