diff --git a/devel/ctypes.sh/Makefile b/devel/ctypes.sh/Makefile index 5d1488321aeb..e712f5eff91c 100644 --- a/devel/ctypes.sh/Makefile +++ b/devel/ctypes.sh/Makefile @@ -1,24 +1,27 @@ PORTNAME= ctypes.sh PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/taviso/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= ctypes-sh-${PORTVERSION} MAINTAINER= swills@FreeBSD.org COMMENT= Foreign function interface for bash LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash -RUN_DEPENDS= bash:shells/bash LIB_DEPENDS= libffi.so:devel/libffi +RUN_DEPENDS= bash:shells/bash -USES= libtool pkgconfig +USES= autoreconf libtool pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_FILES= bin/ctypes.sh lib/ctypes.so +pre-patch: + ${RM} ${WRKSRC}/include/config.h + .include diff --git a/devel/ctypes.sh/pkg-descr b/devel/ctypes.sh/pkg-descr index 4a2ec1436d89..62a75dff7b8f 100644 --- a/devel/ctypes.sh/pkg-descr +++ b/devel/ctypes.sh/pkg-descr @@ -1,5 +1,5 @@ ctypes.sh is a bash plugin that provides a foreign function interface directly in your shell. In other words, it allows you to call routines in shared libraries from within bash. -WWW: http://ctypes.sh +WWW: https://github.com/taviso/ctypes.sh