Skip to content

Commit

Permalink
textproc/luaexpat: Update MASTER_SITES and WWW
Browse files Browse the repository at this point in the history
- Regenerate patch file
- Take maintainership
  • Loading branch information
sunpoet committed May 13, 2022
1 parent e4d3bcb commit dbe966e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
14 changes: 6 additions & 8 deletions textproc/luaexpat/Makefile
Expand Up @@ -4,24 +4,22 @@ PORTNAME= luaexpat
PORTVERSION= 1.3.0
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= http://matthewwild.co.uk/projects/luaexpat/ \
http://redundancy.redundancy.org/mirror/
MASTER_SITES= https://matthewwild.co.uk/projects/luaexpat/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SAX XML parser based on Expat library

LICENSE= MIT

LIB_DEPENDS= libexpat.so:textproc/expat2

USES= lua:module
USES+= gmake
ALL_TARGET= lib
USES= gmake lua:module

ALL_TARGET= lib
CFLAGS+= -fPIC
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ARGS+= COMMON_CFLAGS="-Wall"
MAKE_ENV= LUA_CDIR=${LUA_MODLIBDIR} LUA_LDIR=${LUA_MODSHAREDIR} LUA_INC="-I${LUA_INCDIR}" EXPAT_INC="-I${LOCALBASE}/include"
MAKE_ARGS= COMMON_CFLAGS="-Wall"
MAKE_ENV= EXPAT_INC=-I${LOCALBASE}/include LUA_CDIR=${LUA_MODLIBDIR} LUA_INC=-I${LUA_INCDIR} LUA_LDIR=${LUA_MODSHAREDIR}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions textproc/luaexpat/files/patch-Makefile
@@ -1,6 +1,6 @@
--- Makefile.orig 2014-04-02 16:30:37.000000000 -0700
+++ Makefile 2014-06-09 16:02:02.000000000 -0700
@@ -27,8 +27,10 @@
--- Makefile.orig 2014-04-02 23:30:37 UTC
+++ Makefile
@@ -27,8 +27,10 @@ src/$(LIBNAME):
$(CC) $(CF) -o $@ src/$(T)lib.c $(LF)

install:
Expand Down
2 changes: 1 addition & 1 deletion textproc/luaexpat/pkg-descr
Expand Up @@ -12,4 +12,4 @@ document chunk. LuaExpat reports parsing events (such as the start and end of
elements) directly to the application through callbacks. The parsing of huge
documents can benefit from this piecemeal operation.

WWW: http://www.keplerproject.org/luaexpat
WWW: https://www.keplerproject.org/luaexpat/

0 comments on commit dbe966e

Please sign in to comment.