From owner-svn-ports-head@FreeBSD.ORG Thu May 14 07:02:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B32A5D4; Thu, 14 May 2015 07:02:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 18F8E1659; Thu, 14 May 2015 07:02:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4E720AU010679; Thu, 14 May 2015 07:02:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4E720CG010676; Thu, 14 May 2015 07:02:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505140702.t4E720CG010676@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 14 May 2015 07:02:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386293 - head/emulators/hercules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 07:02:01 -0000 Author: amdmi3 Date: Thu May 14 07:02:00 2015 New Revision: 386293 URL: https://svnweb.freebsd.org/changeset/ports/386293 Log: - Add LICENSE - Remove useless options.mk inclusion - Fix WWW: Modified: head/emulators/hercules/Makefile head/emulators/hercules/pkg-descr Modified: head/emulators/hercules/Makefile ============================================================================== --- head/emulators/hercules/Makefile Thu May 14 06:38:55 2015 (r386292) +++ head/emulators/hercules/Makefile Thu May 14 07:02:00 2015 (r386293) @@ -9,6 +9,11 @@ MASTER_SITES= http://downloads.hercules- MAINTAINER= ports@FreeBSD.org COMMENT= System/370, ESA/390, and z/Architecture Emulator +LICENSE= QPL +LICENSE_NAME= Q PUBLIC LICENSE version 1.0 +LICENSE_TEXT= Please refer to: http://www.hercules-390.org/herclic.html for details +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + # :keepla because port uses lt_dlopen USES= iconv libtool:keepla perl5 shebangfix SHEBANG_FILES= util/bldlvlck @@ -18,8 +23,6 @@ CONFIGURE_ARGS= --disable-optimization OPTIONS_DEFINE= DOCS -.include - post-patch: @${REINPLACE_CMD} -e \ 's|SOL_TCP|IPPROTO_TCP|g' ${WRKSRC}/hscutl.c Modified: head/emulators/hercules/pkg-descr ============================================================================== --- head/emulators/hercules/pkg-descr Thu May 14 06:38:55 2015 (r386292) +++ head/emulators/hercules/pkg-descr Thu May 14 07:02:00 2015 (r386293) @@ -7,4 +7,4 @@ Jaeger designed and implemented many of including dynamic reconfiguration, integrated console, interpretive execution and z/Architecture support. -WWW: http://www.hercules-390.eu +WWW: http://www.hercules-390.eu/