From owner-svn-ports-all@freebsd.org Tue Dec 29 01:46:26 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 237FC4CB5CD; Tue, 29 Dec 2020 01:46:26 +0000 (UTC) (envelope-from jrm@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 4D4chf0NLXz53lf; Tue, 29 Dec 2020 01:46:26 +0000 (UTC) (envelope-from jrm@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 0007B2356B; Tue, 29 Dec 2020 01:46:25 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BT1kPk3065698; Tue, 29 Dec 2020 01:46:25 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BT1kOem065690; Tue, 29 Dec 2020 01:46:24 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <202012290146.0BT1kOem065690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Tue, 29 Dec 2020 01:46:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559538 - in head: textproc/cl-ppcre textproc/cl-ppcre-sbcl x11-wm/stumpwm X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head: textproc/cl-ppcre textproc/cl-ppcre-sbcl x11-wm/stumpwm X-SVN-Commit-Revision: 559538 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.34 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, 29 Dec 2020 01:46:26 -0000 Author: jrm Date: Tue Dec 29 01:46:24 2020 New Revision: 559538 URL: https://svnweb.freebsd.org/changeset/ports/559538 Log: cl-ppcre: Update to version 2.1.1 - Pull tarball from GitHub - Incorporate style recommendations from portclippy - Chase this update in x11-wm/stumpwm https://github.com/edicl/cl-ppcre/blob/master/CHANGELOG Approved by: olgeni (maintainer) Differential Revision: https://reviews.freebsd.org/D27788 Modified: head/textproc/cl-ppcre-sbcl/Makefile (contents, props changed) head/textproc/cl-ppcre/Makefile (contents, props changed) head/textproc/cl-ppcre/distinfo (contents, props changed) head/textproc/cl-ppcre/pkg-plist (contents, props changed) head/x11-wm/stumpwm/Makefile (contents, props changed) Modified: head/textproc/cl-ppcre-sbcl/Makefile ============================================================================== --- head/textproc/cl-ppcre-sbcl/Makefile Tue Dec 29 01:26:18 2020 (r559537) +++ head/textproc/cl-ppcre-sbcl/Makefile Tue Dec 29 01:46:24 2020 (r559538) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cl-ppcre -PORTVERSION= 2.0.3 -PORTREVISION= 50 +PORTVERSION= 2.1.1 CATEGORIES= textproc lisp DISTFILES= # none Modified: head/textproc/cl-ppcre/Makefile ============================================================================== --- head/textproc/cl-ppcre/Makefile Tue Dec 29 01:26:18 2020 (r559537) +++ head/textproc/cl-ppcre/Makefile Tue Dec 29 01:46:24 2020 (r559538) @@ -2,25 +2,26 @@ # $FreeBSD$ PORTNAME= cl-ppcre -PORTVERSION= 2.0.3 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 2.1.1 CATEGORIES= textproc lisp -MASTER_SITES= LOCAL/olgeni MAINTAINER= olgeni@FreeBSD.org COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp LICENSE= BSD2CLAUSE -NO_BUILD= yes -NO_ARCH= yes - USE_ASDF= yes +USE_GITHUB= yes +GH_ACCOUNT= edicl +NO_ARCH= yes +NO_BUILD= yes + OPTIONS_DEFINE= DOCS do-install: - @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME} ${STAGEDIR}${ASDF_REGISTRY} + @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME}/cl-ppcre-unicode ${STAGEDIR}${ASDF_REGISTRY} ${INSTALL_DATA} ${WRKSRC}/api.lisp ${STAGEDIR}${ASDF_PATHNAME} ${INSTALL_DATA} ${WRKSRC}/charmap.lisp ${STAGEDIR}${ASDF_PATHNAME} ${INSTALL_DATA} ${WRKSRC}/charset.lisp ${STAGEDIR}${ASDF_PATHNAME} @@ -39,7 +40,11 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/specials.lisp ${STAGEDIR}${ASDF_PATHNAME} ${INSTALL_DATA} ${WRKSRC}/util.lisp ${STAGEDIR}${ASDF_PATHNAME} ${INSTALL_DATA} ${WRKSRC}/cl-ppcre.asd ${STAGEDIR}${ASDF_PATHNAME} - ${LN} -sf ${ASDF_PATHNAME}/cl-ppcre.asd ${STAGEDIR}${ASDF_REGISTRY} + ${INSTALL_DATA} ${WRKSRC}/cl-ppcre-unicode.asd ${STAGEDIR}${ASDF_PATHNAME} + ${INSTALL_DATA} ${WRKSRC}/cl-ppcre-unicode/packages.lisp ${STAGEDIR}${ASDF_PATHNAME}/cl-ppcre-unicode + ${INSTALL_DATA} ${WRKSRC}/cl-ppcre-unicode/resolver.lisp ${STAGEDIR}${ASDF_PATHNAME}/cl-ppcre-unicode + ${RLN} ${STAGEDIR}${ASDF_PATHNAME}/cl-ppcre.asd ${STAGEDIR}${ASDF_REGISTRY} + ${RLN} ${STAGEDIR}${ASDF_PATHNAME}/cl-ppcre-unicode.asd ${STAGEDIR}${ASDF_REGISTRY} # cl-ppcre-test depends on flexi-streams @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME}/test ${INSTALL_DATA} ${WRKSRC}/test/packages.lisp ${STAGEDIR}${ASDF_PATHNAME}/test @@ -49,11 +54,13 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/test/perltestinput ${STAGEDIR}${ASDF_PATHNAME}/test ${INSTALL_DATA} ${WRKSRC}/test/simple ${STAGEDIR}${ASDF_PATHNAME}/test ${INSTALL_DATA} ${WRKSRC}/test/tests.lisp ${STAGEDIR}${ASDF_PATHNAME}/test + ${INSTALL_DATA} ${WRKSRC}/test/unicode-tests.lisp ${STAGEDIR}${ASDF_PATHNAME}/test + ${INSTALL_DATA} ${WRKSRC}/test/unicodetestdata ${STAGEDIR}${ASDF_PATHNAME}/test do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/index.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/index.html ${STAGEDIR}${DOCSDIR} .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/textproc/cl-ppcre/distinfo ============================================================================== --- head/textproc/cl-ppcre/distinfo Tue Dec 29 01:26:18 2020 (r559537) +++ head/textproc/cl-ppcre/distinfo Tue Dec 29 01:46:24 2020 (r559538) @@ -1,2 +1,3 @@ -SHA256 (cl-ppcre-2.0.3.tar.gz) = a59e2f2f58297d8f802e2652a68a40176cb0174be9c5b681ef1187e8430133c3 -SIZE (cl-ppcre-2.0.3.tar.gz) = 157665 +TIMESTAMP = 1609099362 +SHA256 (edicl-cl-ppcre-v2.1.1_GH0.tar.gz) = 89631179b71648d9e6c565a928f6896a9d5742aa2083b9c1b705fe0b45d85def +SIZE (edicl-cl-ppcre-v2.1.1_GH0.tar.gz) = 159055 Modified: head/textproc/cl-ppcre/pkg-plist ============================================================================== --- head/textproc/cl-ppcre/pkg-plist Tue Dec 29 01:26:18 2020 (r559537) +++ head/textproc/cl-ppcre/pkg-plist Tue Dec 29 01:46:24 2020 (r559538) @@ -2,6 +2,10 @@ lib/common-lisp/cl-ppcre/api.lisp lib/common-lisp/cl-ppcre/charmap.lisp lib/common-lisp/cl-ppcre/charset.lisp lib/common-lisp/cl-ppcre/chartest.lisp +lib/common-lisp/cl-ppcre/cl-ppcre-unicode.asd +lib/common-lisp/cl-ppcre/cl-ppcre-unicode/packages.lisp +lib/common-lisp/cl-ppcre/cl-ppcre-unicode/resolver.lisp +lib/common-lisp/cl-ppcre/cl-ppcre.asd lib/common-lisp/cl-ppcre/closures.lisp lib/common-lisp/cl-ppcre/convert.lisp lib/common-lisp/cl-ppcre/errors.lisp @@ -14,9 +18,6 @@ lib/common-lisp/cl-ppcre/regex-class.lisp lib/common-lisp/cl-ppcre/repetition-closures.lisp lib/common-lisp/cl-ppcre/scanner.lisp lib/common-lisp/cl-ppcre/specials.lisp -lib/common-lisp/cl-ppcre/util.lisp -lib/common-lisp/cl-ppcre/cl-ppcre.asd -lib/common-lisp/system-registry/cl-ppcre.asd lib/common-lisp/cl-ppcre/test/packages.lisp lib/common-lisp/cl-ppcre/test/perl-tests.lisp lib/common-lisp/cl-ppcre/test/perltest.pl @@ -24,5 +25,10 @@ lib/common-lisp/cl-ppcre/test/perltestdata lib/common-lisp/cl-ppcre/test/perltestinput lib/common-lisp/cl-ppcre/test/simple lib/common-lisp/cl-ppcre/test/tests.lisp +lib/common-lisp/cl-ppcre/test/unicode-tests.lisp +lib/common-lisp/cl-ppcre/test/unicodetestdata +lib/common-lisp/cl-ppcre/util.lisp +lib/common-lisp/system-registry/cl-ppcre-unicode.asd +lib/common-lisp/system-registry/cl-ppcre.asd %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/index.html Modified: head/x11-wm/stumpwm/Makefile ============================================================================== --- head/x11-wm/stumpwm/Makefile Tue Dec 29 01:26:18 2020 (r559537) +++ head/x11-wm/stumpwm/Makefile Tue Dec 29 01:46:24 2020 (r559538) @@ -3,6 +3,7 @@ PORTNAME= stumpwm DISTVERSION= 20.11 +PORTREVISION= 1 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org