Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1974 closed update (fixed)

UPDATE lua-5.0.2

Reported by: jbc@… Owned by: anselmg@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: lua

Description (last modified by ryandesign (Ryan Carsten Schmidt))

lua-5.0.2

the portfile can be found here: INLINE

Description: version bump to 5.0.2 of 17 Mar 2004

Homepage: http://www.lua.org/

Comments: Criminy, this is a lot of work just to submit an update that changes two lines! Hope this is right...never done diff before.

================INLINE CONTENT================

--- Portfile	Wed Jun 23 21:23:31 2004
+++ Portfile.new	Wed Jun 23 21:00:53 2004
@@ -2,7 +2,7 @@
 
 PortSystem              1.0
 name                    lua
-version                 5.0
+version                 5.0.2
 categories              lang
 maintainers             anselmg@t-online.de
 description             powerfull, light-weight programming language
@@ -14,7 +14,7 @@
 master_sites            http://www.lua.org/ftp/
 distname                lua-${version}
 extract.suffix            .tar.gz
-checksums               md5 6f14803fad389fb1cb15d17edfeddd91
+checksums               md5 dea74646b7e5c621fef7174df83c34b1
 post-patch              { reinplace s|/usr/local|${prefix}/| ${worksrcpath}/config
                           reinplace s|\$(INSTALL_BIN)|${destroot}\$(INSTALL_BIN)/| ${worksrcpath}/Makefile
                           reinplace s|\$(INSTALL_INC)|${destroot}\$(INSTALL_INC)/| ${worksrcpath}/Makefile

Change History (2)

comment:1 Changed 20 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, commited! (btw. everything done right)

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: lua added
Type: defectupdate
Note: See TracTickets for help on using tickets.