From owner-svn-ports-all@freebsd.org Sat May 30 05:21:05 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1AAA92FDC7E; Sat, 30 May 2020 05:21:05 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49YqXc71Qfz4Bhg; Sat, 30 May 2020 05:21:04 +0000 (UTC) (envelope-from tagattie@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC18523A3F; Sat, 30 May 2020 05:21:04 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04U5L4QE072416; Sat, 30 May 2020 05:21:04 GMT (envelope-from tagattie@FreeBSD.org) Received: (from tagattie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04U5L4Lr072412; Sat, 30 May 2020 05:21:04 GMT (envelope-from tagattie@FreeBSD.org) Message-Id: <202005300521.04U5L4Lr072412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tagattie set sender to tagattie@FreeBSD.org using -f From: Hiroki Tagato Date: Sat, 30 May 2020 05:21:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537038 - in head: . lang lang/sdcc X-SVN-Group: ports-head X-SVN-Commit-Author: tagattie X-SVN-Commit-Paths: in head: . lang lang/sdcc X-SVN-Commit-Revision: 537038 X-SVN-Commit-Repository: ports 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.33 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: Sat, 30 May 2020 05:21:05 -0000 Author: tagattie Date: Sat May 30 05:21:04 2020 New Revision: 537038 URL: https://svnweb.freebsd.org/changeset/ports/537038 Log: - Resurrect port and undeprecate - Pass maintainership to submitter - Correct licenses - Remove version lock of python dependency PR: 246714 Submitted by: darius@dons.net.au Approved by: ehaupt (mentor) Added: head/lang/sdcc/ - copied from r524262, head/lang/sdcc/ Modified: head/MOVED head/lang/Makefile head/lang/sdcc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat May 30 05:20:33 2020 (r537037) +++ head/MOVED Sat May 30 05:21:04 2020 (r537038) @@ -13868,7 +13868,6 @@ graphics/pysvg||2020-01-27|Has expired: Unmaintained, irc/py-supybot-plugins||2020-01-27|Has expired: Unmaintained, uses EOLed python27 japanese/kana-no-quiz||2020-01-27|Has expired: Unmaintained, uses EOLed python27 lang/py-prolog||2020-01-27|Has expired: Unmaintained, uses EOLed python27 -lang/sdcc||2020-01-27|Has expired: Unmaintained, uses EOLed python27 mail/archivemail||2020-01-27|Has expired: Unmaintained, uses EOLed python27 mail/mailfmt||2020-01-27|Has expired: Unmaintained, uses EOLed python27 mail/py-libgmail||2020-01-27|Has expired: Unmaintained, uses EOLed python27 Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sat May 30 05:20:33 2020 (r537037) +++ head/lang/Makefile Sat May 30 05:21:04 2020 (r537038) @@ -315,6 +315,7 @@ SUBDIR += scala-docs SUBDIR += scheme48 SUBDIR += scm + SUBDIR += sdcc SUBDIR += see SUBDIR += seed7 SUBDIR += siod Modified: head/lang/sdcc/Makefile ============================================================================== --- head/lang/sdcc/Makefile Mon Jan 27 15:11:58 2020 (r524262) +++ head/lang/sdcc/Makefile Sat May 30 05:21:04 2020 (r537038) @@ -3,31 +3,32 @@ PORTNAME= sdcc PORTVERSION= 3.9.0 DISTVERSIONPREFIX=src- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= darius@dons.net.au COMMENT= Small Device C Compiler -DEPRECATED= Unmaintained, uses EOLed python27 -EXPIRATION_DATE= 2020-01-27 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_GPLv3= ${WRKSRC}/sdas/COPYING3 -LICENSE= GPLv3 - BROKEN_aarch64= Fails to configure: BFD does not support target aarch64-portbld-freebsd11.0 BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/adjacency_list.hpp:devel/boost-libs CONFLICTS_INSTALL= sdcc-[0-9]* sdcc-devel-[0-9]* GNU_CONFIGURE= yes -USES= bison compiler:c++11-lang gmake readline:port python:2.7,run shebangfix tar:bzip2 +USES= bison compiler:c++11-lang gmake readline:port python shebangfix \ + tar:bzip2 SHEBANG_FILES= support/scripts/as2gbmap.py OPTIONS_DEFINE= SDCCLIB DEVLIB DOCS UCSIM OPTIONS_MULTI= TARGETS OPTIONS_MULTI_TARGETS= HC08 MCS51 PADAUK PIC STM8 Z80 -OPTIONS_DEFAULT= SDCCLIB DEVLIB SDCCLIB UCSIM HC08 MCS51 PADAUK PIC STM8 Z80 +OPTIONS_DEFAULT= SDCCLIB DEVLIB UCSIM HC08 MCS51 PADAUK PIC STM8 Z80 # XXX libsdcc does not build correctly without this. SDCCLIB_IMPLIES=MCS51