Date: Sun, 11 Sep 2016 16:38:32 +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: r421834 - in head/devel/argp-standalone: . files Message-ID: <201609111638.u8BGcWRc067202@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111638.u8BGcWRc067202>