From owner-svn-ports-all@freebsd.org Tue May 8 17:05:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CA9CFBC092; Tue, 8 May 2018 17:05:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D7B47BC7E; Tue, 8 May 2018 17:05:11 +0000 (UTC) (envelope-from amdmi3@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 F267C2D191; Tue, 8 May 2018 17:05:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w48H5AA5030764; Tue, 8 May 2018 17:05:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w48H5AK1030761; Tue, 8 May 2018 17:05:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805081705.w48H5AK1030761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 May 2018 17:05:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469383 - in head/devel/fossology-nomos-standalone: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/devel/fossology-nomos-standalone: . files X-SVN-Commit-Revision: 469383 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.25 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: Tue, 08 May 2018 17:05:11 -0000 Author: amdmi3 Date: Tue May 8 17:05:10 2018 New Revision: 469383 URL: https://svnweb.freebsd.org/changeset/ports/469383 Log: - Update to 3.3.0 Added: head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_STRINGS.in (contents, props changed) Modified: head/devel/fossology-nomos-standalone/Makefile head/devel/fossology-nomos-standalone/distinfo Modified: head/devel/fossology-nomos-standalone/Makefile ============================================================================== --- head/devel/fossology-nomos-standalone/Makefile Tue May 8 16:35:59 2018 (r469382) +++ head/devel/fossology-nomos-standalone/Makefile Tue May 8 17:05:10 2018 (r469383) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fossology -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= devel PKGNAMESUFFIX= -nomos-standalone @@ -17,6 +17,7 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL BUILD_DEPENDS= gawk:lang/gawk USE_GITHUB= yes +GH_TAGNAME= 660fc06 USES= gmake gettext pkgconfig USE_GNOME= glib20 Modified: head/devel/fossology-nomos-standalone/distinfo ============================================================================== --- head/devel/fossology-nomos-standalone/distinfo Tue May 8 16:35:59 2018 (r469382) +++ head/devel/fossology-nomos-standalone/distinfo Tue May 8 17:05:10 2018 (r469383) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519217156 -SHA256 (fossology-fossology-3.2.0_GH0.tar.gz) = f22682511c3e5f5aae1944f64190def47f515ff0083c15d3ba731bf5a4f8dbc0 -SIZE (fossology-fossology-3.2.0_GH0.tar.gz) = 13339096 +TIMESTAMP = 1525789205 +SHA256 (fossology-fossology-3.3.0-660fc06_GH0.tar.gz) = f056c2fead153042e4bae54c0678da21ba50458156e3f0f15d82af09e281d55c +SIZE (fossology-fossology-3.3.0-660fc06_GH0.tar.gz) = 14160449 Added: head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_STRINGS.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_STRINGS.in Tue May 8 17:05:10 2018 (r469383) @@ -0,0 +1,105 @@ +commit 9a138091eb231c1cf552e41f8d35d4f4e12eb985 +Author: Dmitry Marakasov +Date: Sat Apr 28 20:27:43 2018 +0300 + + fix(nomos): fix posix incomparible regular expressions + +diff --git src/nomos/agent/STRINGS.in src/nomos/agent/STRINGS.in +index 706dcabca..c64f75b64 100644 +--- src/nomos/agent/STRINGS.in ++++ src/nomos/agent/STRINGS.in +@@ -1299,7 +1299,7 @@ + ##### + %ENTRY% _LT_COMMERCIAL_5 + %KEY% "license" +-%STR% "((may|can)|( be|)) used? (this file |)in accordance with the commercial license agreement" ++%STR% "((may|can)|( be)?) used? (this file )?in accordance with the commercial license agreement" + ##### + %ENTRY% _LT_COMMERCIAL_6 + %KEY% "license" +@@ -1652,7 +1652,7 @@ + # + %ENTRY% _LT_DUAL_LICENSE_28 + %KEY% "licen[cs]" +-%STR% "either under the terms of =SOME= license (version|) =SOME= or at your option under =SOME= license" ++%STR% "either under the terms of =SOME= license (version)? =SOME= or at your option under =SOME= license" + # + %ENTRY% _LT_DUAL_LICENSE_29 + %KEY% "licen[cs]" +@@ -2321,7 +2321,7 @@ + # + %ENTRY% _LT_FREE_94 + %KEY% "permi[st]" +-%STR% "permission is granted to r?e?-?distribute =FEW= in any (manner|way) provid(ed|ing) (that |)this (copyright |)notice (remains intact|(is (not modified|acknowledged|not removed)))" ++%STR% "permission is granted to r?e?-?distribute =FEW= in any (manner|way) provid(ed|ing) (that )?this (copyright )?notice (remains intact|(is (not modified|acknowledged|not removed)))" + # + %ENTRY% _LT_FREE_95 + %KEY% "distribut" +@@ -3891,7 +3891,7 @@ + # + %ENTRY% _LT_MIT_4 + %KEY% "permi[st]" +-%STR% "permission to use copy modify and/?o?r? distribute this (software|program) for any purpose (with or|and) without fee is hereby granted provided that (the above|this) copyright (notice|) and (this|) permission notice appear (in|on) all copies" ++%STR% "permission to use copy modify and/?o?r? distribute this (software|program) for any purpose (with or|and) without fee is hereby granted provided that (the above|this) copyright (notice)? and (this)? permission notice appear (in|on) all copies" + # + %ENTRY% _LT_MIT_5 + %KEY% "permi[st]" +@@ -6229,7 +6229,7 @@ k + # + %ENTRY% _LT_SEE_OTHER_11 + %KEY% "(©|\(c\)|copyright|\[^+:]|©)" +-%STR% "see =FEW= for (the |)copyright (information|notice)" ++%STR% "see =FEW= for (the )?copyright (information|notice)" + # + %ENTRY% _LT_SEE_OTHER_12 + %KEY% "copyright" +@@ -6249,7 +6249,7 @@ k + # + %ENTRY% _LT_SEE_OTHER_16 + %KEY% "copyright" +-%STR% "for conditions? =FEW= and use see (the |)copyright notice" ++%STR% "for conditions? =FEW= and use see (the )?copyright notice" + # + %ENTRY% _LT_SEE_OTHER_17 + %KEY% "copyright" +@@ -8264,22 +8264,22 @@ k + %ENTRY% _TITLE_MPL10 + %KEY% "\<([mn]pl|mozilla|netscape)\>" + #%STR% "mozilla public licen[cs]e (1\.?0|(\ |v|version )1\.?0)" +-%STR% "mozilla public licen[cs]e (1\.?0|(mpl |)((v\.? ?|version )1\.?0))" ++%STR% "mozilla public licen[cs]e (1\.?0|(mpl )?((v\.? ?|version )1\.?0))" + # + %ENTRY% _TITLE_MPL11 + %KEY% "\<([mn]pl|mozilla|netscape)\>" + #%STR% "mozilla public licen[cs]e (1\.?1|(\ |v|version )1\.?1)" +-%STR% "mozilla public licen[cs]e (1\.?1|(mpl |)((v\.? ?|version )1\.?1))" ++%STR% "mozilla public licen[cs]e (1\.?1|(mpl )?((v\.? ?|version )1\.?1))" + # + %ENTRY% _TITLE_MPL11_OR_LATER + %KEY% "licen[cs]" + #%STR% "mozilla public licen[cs]e (1\.?1|(\ |v|version )1\.?1) =SOME= or =SOME= (newer|later|subsequent|more recent)" +-%STR% "mozilla public licen[cs]e (1\.?1|(mpl |)((v\.? ?|version )1\.?1)) =SOME= or =SOME= (newer|later|subsequent|more recent)" ++%STR% "mozilla public licen[cs]e (1\.?1|(mpl )?((v\.? ?|version )1\.?1)) =SOME= or =SOME= (newer|later|subsequent|more recent)" + # + %ENTRY% _TITLE_MPL20 + %KEY% "\<([mn]pl|mozilla|netscape)\>" + #%STR% "mozilla public licen[cs]e (2\.?0|(\ |v\.? ?|version )2\.?0)" +-%STR% "mozilla public licen[cs]e (2\.?0|(mpl |)((v\.? ?|version )2\.?0))" ++%STR% "mozilla public licen[cs]e (2\.?0|(mpl )?((v\.? ?|version )2\.?0))" + # + %ENTRY% _TITLE_MPL20_EXCEPTION + %KEY% "licen[cs]" +@@ -9083,11 +9083,11 @@ k + # + %ENTRY% _PHR_COPYLEFT_NEXT_030 + %KEY% "licen[cs]" +-%STR% "(r?e?distributed|available|licensed) under copyleft-next( |-)0\.?3\.?0 (licen[cs]e|)" ++%STR% "(r?e?distributed|available|licensed) under copyleft-next( |-)0\.?3\.?0 (licen[cs]e)?" + # + %ENTRY% _PHR_COPYLEFT_NEXT_031 + %KEY% "licen[cs]" +-%STR% "(r?e?distributed|available|licensed) under copyleft-next( |-)0\.?3\.?1 (licen[cs]e|)" ++%STR% "(r?e?distributed|available|licensed) under copyleft-next( |-)0\.?3\.?1 (licen[cs]e)?" + # + %ENTRY% _PHR_EULA + %KEY% "\<(end[ -]user|eula)\>"