diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-10 03:01:58 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-10 03:01:58 +0800 |
commit | 7ff9aad7e0aee25c19aa67b1e1d136353fce7510 (patch) | |
tree | db0b2d72931f15e4aeb7f4f0f6c0de27c1958f79 /shells | |
parent | 1c35e9e9422cd0870a51f79fe646feed82086778 (diff) | |
download | freebsd-ports-gnome-7ff9aad7e0aee25c19aa67b1e1d136353fce7510.tar.gz freebsd-ports-gnome-7ff9aad7e0aee25c19aa67b1e1d136353fce7510.tar.zst freebsd-ports-gnome-7ff9aad7e0aee25c19aa67b1e1d136353fce7510.zip |
- Update INIT to 2013-05-24
- Bump PORTREVISION for INIT udpate
Changes: http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
http://www2.research.att.com/~gsf/download/release.2013-05-24.2013-05-21.html
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ksh93/Makefile | 7 | ||||
-rw-r--r-- | shells/ksh93/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 31e423af6bea..02834876a099 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -# + # Make sure that your configuration DOES NOT set ANY gcc-related # variables. ksh93 will not compile if you set even the seemingly # most unrelated variable related to gcc configuration. This means @@ -9,10 +9,10 @@ # serves to expose gcc bugs and does nothing to speed up any known # program. If you are really unconvinced, go ahead but do not # complain to me about it. -# PORTNAME= ksh93 PORTVERSION= ${KSHVERSION:S/-//g} +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.research.att.com/~gsf/download/tgz/ DISTFILES= INIT.${INITVERSION}.tgz ast-ksh.${KSHVERSION}.tgz @@ -27,12 +27,13 @@ OPTIONS_DEFINE= STATIC FETCH_ARGS= -Rr FETCH_ENV= HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.' +LDFLAGS+= -lm MAKE_ENV= CCFLAGS="${CFLAGS}" NO_WRKSUBDIR= yes MAN1= ksh93.1 -INITVERSION= 2012-08-01 +INITVERSION= 2013-05-24 KSHVERSION= 2012-08-01 .include <bsd.port.options.mk> diff --git a/shells/ksh93/distinfo b/shells/ksh93/distinfo index 8a196f54fa00..e1eb86f0e1c0 100644 --- a/shells/ksh93/distinfo +++ b/shells/ksh93/distinfo @@ -1,4 +1,4 @@ -SHA256 (ksh93/INIT.2012-08-01.tgz) = c40cf57e9b2186271a9c362a560aa4a6e25ba911a8258ab931d2bbdbce44cfe5 -SIZE (ksh93/INIT.2012-08-01.tgz) = 377769 +SHA256 (ksh93/INIT.2013-05-24.tgz) = 118b2c8a4d651727fcd680289be69941d3045951bf9e3a4d45dcb42f0658f014 +SIZE (ksh93/INIT.2013-05-24.tgz) = 383979 SHA256 (ksh93/ast-ksh.2012-08-01.tgz) = e6192cfa52a6a9fd20618cbaf3fa81f0cc9fd83525500757e83017275e962851 SIZE (ksh93/ast-ksh.2012-08-01.tgz) = 2053532 |