From owner-svn-ports-all@freebsd.org Mon Jan 30 14:50:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BB01CC7074; Mon, 30 Jan 2017 14:50:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4309E15A5; Mon, 30 Jan 2017 14:50:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0UEo2WT011237; Mon, 30 Jan 2017 14:50:02 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0UEo2pw011234; Mon, 30 Jan 2017 14:50:02 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201701301450.v0UEo2pw011234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 30 Jan 2017 14:50:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432849 - head/misc/shc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2017 14:50:03 -0000 Author: ehaupt Date: Mon Jan 30 14:50:01 2017 New Revision: 432849 URL: https://svnweb.freebsd.org/changeset/ports/432849 Log: Update to 3.9.3 Modified: head/misc/shc/Makefile head/misc/shc/distinfo head/misc/shc/pkg-descr Modified: head/misc/shc/Makefile ============================================================================== --- head/misc/shc/Makefile Mon Jan 30 14:41:18 2017 (r432848) +++ head/misc/shc/Makefile Mon Jan 30 14:50:01 2017 (r432849) @@ -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 Modified: head/misc/shc/distinfo ============================================================================== --- head/misc/shc/distinfo Mon Jan 30 14:41:18 2017 (r432848) +++ head/misc/shc/distinfo Mon Jan 30 14:50:01 2017 (r432849) @@ -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 Modified: head/misc/shc/pkg-descr ============================================================================== --- head/misc/shc/pkg-descr Mon Jan 30 14:41:18 2017 (r432848) +++ head/misc/shc/pkg-descr Mon Jan 30 14:50:01 2017 (r432849) @@ -2,4 +2,4 @@ A generic shell script compiler. Shc tak 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/