diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-01-30 22:50:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-01-30 22:50:01 +0800 |
commit | 21f96e9c36f2f6fff39cb06f0a63cfa9fda26688 (patch) | |
tree | 7be78fb0f845957520d4187be28101b4f6efc633 | |
parent | ba59deda04a2567d5a03bfd268952e1223b23fd2 (diff) | |
download | freebsd-ports-gnome-21f96e9c36f2f6fff39cb06f0a63cfa9fda26688.tar.gz freebsd-ports-gnome-21f96e9c36f2f6fff39cb06f0a63cfa9fda26688.tar.zst freebsd-ports-gnome-21f96e9c36f2f6fff39cb06f0a63cfa9fda26688.zip |
Update to 3.9.3
-rw-r--r-- | misc/shc/Makefile | 23 | ||||
-rw-r--r-- | misc/shc/distinfo | 5 | ||||
-rw-r--r-- | misc/shc/pkg-descr | 2 |
3 files changed, 11 insertions, 19 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 9886542379f8..db1621ed17f6 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -2,30 +2,21 @@ # $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 - -post-extract: - @${RM} ${WRKSRC}/shc +USE_GITHUB= yes +GH_ACCOUNT= neurobin -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 <bsd.port.mk> diff --git a/misc/shc/distinfo b/misc/shc/distinfo index 67e140730b0a..e3ffa840cb0d 100644 --- a/misc/shc/distinfo +++ b/misc/shc/distinfo @@ -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 diff --git a/misc/shc/pkg-descr b/misc/shc/pkg-descr index 1f64468c8c41..5b1542de3cc3 100644 --- a/misc/shc/pkg-descr +++ b/misc/shc/pkg-descr @@ -2,4 +2,4 @@ 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/ |