Index: head/misc/shc/Makefile =================================================================== --- head/misc/shc/Makefile (revision 432848) +++ head/misc/shc/Makefile (revision 432849) @@ -1,31 +1,22 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= shc -PORTVERSION= 3.8.9 -PORTREVISION= 1 +PORTVERSION= 3.9.3 CATEGORIES= misc -MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/ \ - LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generic script compiler -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/Copying +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING +GNU_CONFIGURE= yes USES= tar:tgz -PLIST_FILES= bin/shc man/man1/shc.1.gz +USE_GITHUB= yes +GH_ACCOUNT= neurobin -post-extract: - @${RM} ${WRKSRC}/shc - -do-build: - ${CC} ${CFLAGS} -o ${WRKSRC}/shc ${WRKSRC}/${PORTNAME}-${PORTVERSION}.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/shc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/shc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 +PLIST_FILES= bin/shc man/man1/shc.1.gz .include Index: head/misc/shc/distinfo =================================================================== --- head/misc/shc/distinfo (revision 432848) +++ head/misc/shc/distinfo (revision 432849) @@ -1,2 +1,3 @@ -SHA256 (shc-3.8.9.tgz) = 62a48cf0172e64f6f38a51aa05534aee311c5f8cc48f048958551c5b9a650a53 -SIZE (shc-3.8.9.tgz) = 33287 +TIMESTAMP = 1485787444 +SHA256 (neurobin-shc-3.9.3_GH0.tar.gz) = b7120f66177a35af7dc42763a55e7ade3a80043c0188739e57bcc648a5ac4bb3 +SIZE (neurobin-shc-3.9.3_GH0.tar.gz) = 146286 Index: head/misc/shc/pkg-descr =================================================================== --- head/misc/shc/pkg-descr (revision 432848) +++ head/misc/shc/pkg-descr (revision 432849) @@ -1,5 +1,5 @@ A generic shell script compiler. Shc takes a script, which is specified on the command line and produces c source code. The generated source code is then compiled and linked to produce a stripped binary executable. -WWW: http://www.datsi.fi.upm.es/~frosal/frosal.html +WWW: https://github.com/neurobin/shc/