Bug 200406

Summary: [PATCH] devel/lua-lpeg: allow build with lua53
Product: Ports & Packages Reporter: Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: olevole
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (olevole)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
lua-lpeg diff none

Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-05-23 06:55:10 UTC
Created attachment 157069 [details]
lua-lpeg diff

- Allow build with lua53
- Remove superfluous slash after STAGEDIR
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Simplify Makefile
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-21 17:12:52 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Jun 21 17:12:29 UTC 2015
New revision: 390259
URL: https://svnweb.freebsd.org/changeset/ports/390259

Log:
  - Allow build with lua53
  - Remove superfluous slash after STAGEDIR
  - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
  - Simplify Makefile

  PR:		200406
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 4 weeks)

Changes:
  head/devel/lua-lpeg/Makefile
  head/devel/lua-lpeg/files/patch-makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-06-21 17:20:26 UTC
Committed. Thanks!