mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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
This commit is contained in:
parent
ed3b1c9318
commit
b5a6bfbd98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305480
@ -23,7 +23,7 @@ COMMENT= Official AT&T release of KornShell 93
|
||||
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user