Date: Sun, 7 Oct 2012 14:21:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305480 - head/shells/ksh93 Message-ID: <201210071421.q97ELqJP013656@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Oct 7 14:21:52 2012 New Revision: 305480 URL: http://svn.freebsd.org/changeset/ports/305480 Log: - Update to 2012-08-01 - Convert to new options framework Changes: http://www2.research.att.com/~gsf/download/gen/ast-ksh.html#ksh93 changes http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes Modified: head/shells/ksh93/Makefile (contents, props changed) head/shells/ksh93/distinfo (contents, props changed) Modified: head/shells/ksh93/Makefile ============================================================================== --- head/shells/ksh93/Makefile Sun Oct 7 14:15:58 2012 (r305479) +++ head/shells/ksh93/Makefile Sun Oct 7 14:21:52 2012 (r305480) @@ -23,7 +23,7 @@ COMMENT= Official AT&T release of KornSh LICENSE= EPL -OPTIONS= STATIC "Static linking" off +OPTIONS_DEFINE= STATIC FETCH_ARGS= -Rr FETCH_ENV= HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.' @@ -32,12 +32,12 @@ NO_WRKSUBDIR= yes MAN1= ksh93.1 -INITVERSION= 2012-02-29 -KSHVERSION= 2012-02-29 +INITVERSION= 2012-08-01 +KSHVERSION= 2012-08-01 .include <bsd.port.options.mk> -.if defined(WITH_STATIC) +.if ${PORT_OPTIONS:MSTATIC} MAKE_ENV+= LDFLAGS+=-static .endif Modified: head/shells/ksh93/distinfo ============================================================================== --- head/shells/ksh93/distinfo Sun Oct 7 14:15:58 2012 (r305479) +++ head/shells/ksh93/distinfo Sun Oct 7 14:21:52 2012 (r305480) @@ -1,4 +1,4 @@ -SHA256 (ksh93/INIT.2012-02-29.tgz) = da4a886d28f75f8a011d522697272cd196cdcfb406f92d47f8b0a6608d786896 -SIZE (ksh93/INIT.2012-02-29.tgz) = 379873 -SHA256 (ksh93/ast-ksh.2012-02-29.tgz) = d09a2002bd458748960adf0899565b12c195e319101af08eb2f9f821581c8b4e -SIZE (ksh93/ast-ksh.2012-02-29.tgz) = 2027575 +SHA256 (ksh93/INIT.2012-08-01.tgz) = c40cf57e9b2186271a9c362a560aa4a6e25ba911a8258ab931d2bbdbce44cfe5 +SIZE (ksh93/INIT.2012-08-01.tgz) = 377769 +SHA256 (ksh93/ast-ksh.2012-08-01.tgz) = e6192cfa52a6a9fd20618cbaf3fa81f0cc9fd83525500757e83017275e962851 +SIZE (ksh93/ast-ksh.2012-08-01.tgz) = 2053532
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210071421.q97ELqJP013656>