svn commit: r386293 - head/emulators/hercules
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 14 07:02:01 UTC 2015
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 at 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 <bsd.port.options.mk>
-
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/
More information about the svn-ports-all
mailing list