Date: Sat, 29 Dec 2018 15:23:38 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488671 - in head/devel/fossology-nomos-standalone: . files Message-ID: <201812291523.wBTFNcbm077020@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Dec 29 15:23:38 2018 New Revision: 488671 URL: https://svnweb.freebsd.org/changeset/ports/488671 Log: - Fix regexp POSIX compatibility - Add USES=gnome Added: head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_STRINGS.in (contents, props changed) Modified: head/devel/fossology-nomos-standalone/Makefile Modified: head/devel/fossology-nomos-standalone/Makefile ============================================================================== --- head/devel/fossology-nomos-standalone/Makefile Sat Dec 29 15:16:31 2018 (r488670) +++ head/devel/fossology-nomos-standalone/Makefile Sat Dec 29 15:23:38 2018 (r488671) @@ -3,6 +3,7 @@ PORTNAME= fossology PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= -nomos-standalone @@ -16,7 +17,7 @@ BUILD_DEPENDS= gawk:lang/gawk USE_GITHUB= yes -USES= gmake gettext pkgconfig +USES= gnome gmake gettext pkgconfig USE_GNOME= glib20 BUILD_WRKSRC= ${WRKSRC}/src/nomos/agent 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 Sat Dec 29 15:23:38 2018 (r488671) @@ -0,0 +1,16 @@ +--- src/nomos/agent/STRINGS.in.orig 2018-11-29 10:09:35 UTC ++++ src/nomos/agent/STRINGS.in +@@ -1782,11 +1782,11 @@ + # + %ENTRY% _LT_DUAL_LICENSE_46 + %KEY% =NULL= +-%STR% "as an alternative.{,20}you may use this file under" ++%STR% "as an alternative.{0,20}you may use this file under" + # + %ENTRY% _LT_DUAL_LICENSE_47 + %KEY% =NULL= +-%STR% "under the terms of either.{,15}or" ++%STR% "under the terms of either.{0,15}or" + # + %ENTRY% _LT_SUBSEQUENT_VERSION + %KEY% "licen[cs]"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812291523.wBTFNcbm077020>