From owner-svn-ports-all@freebsd.org Sun Sep 11 16:38:33 2016 Return-Path: Delivered-To: svn-ports-all@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 A70AABD615B; Sun, 11 Sep 2016 16:38:33 +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 699B0EE2; Sun, 11 Sep 2016 16:38:33 +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 u8BGcWh4067206; Sun, 11 Sep 2016 16:38:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8BGcWRc067202; Sun, 11 Sep 2016 16:38:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609111638.u8BGcWRc067202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 11 Sep 2016 16:38:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421834 - in head/devel/argp-standalone: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 16:38:33 -0000 Author: amdmi3 Date: Sun Sep 11 16:38:32 2016 New Revision: 421834 URL: https://svnweb.freebsd.org/changeset/ports/421834 Log: - Add LICENSE - Regenerate patches Modified: head/devel/argp-standalone/Makefile head/devel/argp-standalone/files/patch-Makefile.am head/devel/argp-standalone/files/patch-configure.ac head/devel/argp-standalone/files/patch-testsuite_Makefile.am Modified: head/devel/argp-standalone/Makefile ============================================================================== --- head/devel/argp-standalone/Makefile Sun Sep 11 16:37:22 2016 (r421833) +++ head/devel/argp-standalone/Makefile Sun Sep 11 16:38:32 2016 (r421834) @@ -11,6 +11,9 @@ MASTER_SITES= http://www.lysator.liu.se/ MAINTAINER= ports@FreeBSD.org COMMENT= Standalone version of arguments parsing functions from GLIBC +LICENSE= LGPL20+ PD +LICENSE_COMB= multi + USES= autoreconf libtool USE_CSTD= gnu89 GNU_CONFIGURE= yes Modified: head/devel/argp-standalone/files/patch-Makefile.am ============================================================================== --- head/devel/argp-standalone/files/patch-Makefile.am Sun Sep 11 16:37:22 2016 (r421833) +++ head/devel/argp-standalone/files/patch-Makefile.am Sun Sep 11 16:38:32 2016 (r421834) @@ -1,5 +1,5 @@ ---- Makefile.am.orig 2009-05-28 15:19:50.000000000 +0200 -+++ Makefile.am 2009-05-28 15:30:57.000000000 +0200 +--- Makefile.am.orig 2004-02-23 17:57:28 UTC ++++ Makefile.am @@ -21,20 +21,20 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = . testsuite Modified: head/devel/argp-standalone/files/patch-configure.ac ============================================================================== --- head/devel/argp-standalone/files/patch-configure.ac Sun Sep 11 16:37:22 2016 (r421833) +++ head/devel/argp-standalone/files/patch-configure.ac Sun Sep 11 16:38:32 2016 (r421834) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2009-05-28 15:20:01.000000000 +0200 -+++ configure.ac 2009-05-28 15:21:06.000000000 +0200 -@@ -17,6 +17,7 @@ +--- configure.ac.orig 2004-02-23 17:57:29 UTC ++++ configure.ac +@@ -17,6 +17,7 @@ AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_RANLIB AM_PROG_CC_STDC Modified: head/devel/argp-standalone/files/patch-testsuite_Makefile.am ============================================================================== --- head/devel/argp-standalone/files/patch-testsuite_Makefile.am Sun Sep 11 16:37:22 2016 (r421833) +++ head/devel/argp-standalone/files/patch-testsuite_Makefile.am Sun Sep 11 16:38:32 2016 (r421834) @@ -1,6 +1,6 @@ ---- testsuite/Makefile.am.orig 2009-05-28 15:21:33.000000000 +0200 -+++ testsuite/Makefile.am 2009-05-28 15:21:41.000000000 +0200 -@@ -5,7 +5,7 @@ +--- testsuite/Makefile.am.orig 2003-02-04 19:38:52 UTC ++++ testsuite/Makefile.am +@@ -5,7 +5,7 @@ TS_ALL = $(TS_PROGS) $(TS_SH) noinst_PROGRAMS = $(TS_PROGS) ex1 ex3 ex4