Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2013 19:01:58 +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: r324455 - head/shells/ksh93
Message-ID:  <201308091901.r79J1wqA077524@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug  9 19:01:58 2013
New Revision: 324455
URL: http://svnweb.freebsd.org/changeset/ports/324455

Log:
  - 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

Modified:
  head/shells/ksh93/Makefile
  head/shells/ksh93/distinfo

Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile	Fri Aug  9 17:52:02 2013	(r324454)
+++ head/shells/ksh93/Makefile	Fri Aug  9 19:01:58 2013	(r324455)
@@ -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>

Modified: head/shells/ksh93/distinfo
==============================================================================
--- head/shells/ksh93/distinfo	Fri Aug  9 17:52:02 2013	(r324454)
+++ head/shells/ksh93/distinfo	Fri Aug  9 19:01:58 2013	(r324455)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308091901.r79J1wqA077524>