From owner-svn-ports-all@freebsd.org Fri Jan 1 01:08:56 2021 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 D43AF4B9194; Fri, 1 Jan 2021 01:08:56 +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 4D6Rk05c27z4j3m; Fri, 1 Jan 2021 01:08:56 +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 B314E1A3C1; Fri, 1 Jan 2021 01:08:56 +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 10118uCd057222; Fri, 1 Jan 2021 01:08:56 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10118tEs057217; Fri, 1 Jan 2021 01:08:55 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <202101010108.10118tEs057217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 1 Jan 2021 01:08:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559793 - in head: devel/cl-alexandria devel/cl-alexandria-sbcl x11-wm/stumpwm X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head: devel/cl-alexandria devel/cl-alexandria-sbcl x11-wm/stumpwm X-SVN-Commit-Revision: 559793 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: Fri, 01 Jan 2021 01:08:56 -0000 Author: jrm Date: Fri Jan 1 01:08:55 2021 New Revision: 559793 URL: https://svnweb.freebsd.org/changeset/ports/559793 Log: devel/cl-alexandria: Update to version 1.2 - Add License - Pull tarball from current development location, gitlab.common-lisp.net - Chase this update in x11-wm/stumpwm Approved by: olgeni (maintainer) Differential Revision: https://reviews.freebsd.org/D27805 Modified: head/devel/cl-alexandria-sbcl/Makefile (contents, props changed) head/devel/cl-alexandria/Makefile (contents, props changed) head/devel/cl-alexandria/distinfo (contents, props changed) head/devel/cl-alexandria/pkg-plist (contents, props changed) head/x11-wm/stumpwm/Makefile (contents, props changed) Modified: head/devel/cl-alexandria-sbcl/Makefile ============================================================================== --- head/devel/cl-alexandria-sbcl/Makefile Fri Jan 1 00:57:23 2021 (r559792) +++ head/devel/cl-alexandria-sbcl/Makefile Fri Jan 1 01:08:55 2021 (r559793) @@ -1,11 +1,13 @@ # $FreeBSD$ PORTNAME= alexandria -PORTVERSION= 2010.01.16 -PORTREVISION= 52 +PORTVERSION= 1.2 +PORTEPOCH= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none + +LICENSE= PD MAINTAINER= olgeni@FreeBSD.org COMMENT= Collection of portable public domain utilities for Common Lisp Modified: head/devel/cl-alexandria/Makefile ============================================================================== --- head/devel/cl-alexandria/Makefile Fri Jan 1 00:57:23 2021 (r559792) +++ head/devel/cl-alexandria/Makefile Fri Jan 1 01:08:55 2021 (r559793) @@ -1,28 +1,53 @@ # $FreeBSD$ PORTNAME= alexandria -PORTVERSION= 2010.01.16 -PORTREVISION= 3 +DISTVERSION= 1.2 +PORTEPOCH= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- -MASTER_SITES= LOCAL/olgeni MAINTAINER= olgeni@FreeBSD.org COMMENT= Collection of portable public domain utilities for Common Lisp -NO_BUILD= yes +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/LICENCE USE_ASDF= yes +USE_GITLAB= yes +GL_SITE= https://gitlab.common-lisp.net +GL_COMMIT= f35e232ceb2ada8d10e7fdf27ccac07f781eea0e +NO_ARCH= yes + OPTIONS_DEFINE= DOCS +DOCS_BUILD_DEPENDS= sbcl:lang/sbcl \ + texi2pdf:print/texinfo + +DOCS_USE= TEX=latex:build +DOCS_INFO= doc/${PORTNAME} + +do-build: + @${DO_NADA} + +do-build-DOCS-on: + cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} doc + do-install: - @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME} ${STAGEDIR}${ASDF_REGISTRY} - @${INSTALL_DATA} ${WRKSRC}/*.lisp ${STAGEDIR}${ASDF_PATHNAME} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.asd ${STAGEDIR}${ASDF_PATHNAME} - @${LN} -sf ${ASDF_PATHNAME}/${PORTNAME}.asd ${STAGEDIR}${ASDF_REGISTRY} + @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}-1 \ + ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}-2 \ + ${STAGEDIR}${ASDF_REGISTRY} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-1/*.lisp ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}-1 + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-2/*.lisp ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}-2 + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.asd ${STAGEDIR}${ASDF_PATHNAME} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-tests.asd ${STAGEDIR}${ASDF_PATHNAME} + ${RLN} ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}.asd ${STAGEDIR}${ASDF_REGISTRY} + ${RLN} ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}-tests.asd ${STAGEDIR}${ASDF_REGISTRY} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/alexandria.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.html ${WRKSRC}/doc/${PORTNAME}.pdf \ + ${STAGEDIR}${DOCSDIR} .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/devel/cl-alexandria/distinfo ============================================================================== --- head/devel/cl-alexandria/distinfo Fri Jan 1 00:57:23 2021 (r559792) +++ head/devel/cl-alexandria/distinfo Fri Jan 1 01:08:55 2021 (r559793) @@ -1,2 +1,3 @@ -SHA256 (alexandria-2010.01.16.tar.gz) = 021953e995f99aa15606d964fdf5c0880817429715b40f72bf0c2b34b86ebb08 -SIZE (alexandria-2010.01.16.tar.gz) = 107839 +TIMESTAMP = 1607376342 +SHA256 (alexandria-alexandria-f35e232ceb2ada8d10e7fdf27ccac07f781eea0e_GL0.tar.gz) = d235dc3a110eb844440e8b008172ca09752446d238095369fda14bdb7089b17c +SIZE (alexandria-alexandria-f35e232ceb2ada8d10e7fdf27ccac07f781eea0e_GL0.tar.gz) = 56512 Modified: head/devel/cl-alexandria/pkg-plist ============================================================================== --- head/devel/cl-alexandria/pkg-plist Fri Jan 1 00:57:23 2021 (r559792) +++ head/devel/cl-alexandria/pkg-plist Fri Jan 1 01:08:55 2021 (r559793) @@ -1,21 +1,29 @@ -%%LIB32DIR%%/common-lisp/alexandria/alexandria.asd -%%LIB32DIR%%/common-lisp/alexandria/arrays.lisp -%%LIB32DIR%%/common-lisp/alexandria/binding.lisp -%%LIB32DIR%%/common-lisp/alexandria/conditions.lisp -%%LIB32DIR%%/common-lisp/alexandria/control-flow.lisp -%%LIB32DIR%%/common-lisp/alexandria/definitions.lisp -%%LIB32DIR%%/common-lisp/alexandria/features.lisp -%%LIB32DIR%%/common-lisp/alexandria/functions.lisp -%%LIB32DIR%%/common-lisp/alexandria/hash-tables.lisp -%%LIB32DIR%%/common-lisp/alexandria/io.lisp -%%LIB32DIR%%/common-lisp/alexandria/lists.lisp -%%LIB32DIR%%/common-lisp/alexandria/macros.lisp -%%LIB32DIR%%/common-lisp/alexandria/numbers.lisp -%%LIB32DIR%%/common-lisp/alexandria/package.lisp -%%LIB32DIR%%/common-lisp/alexandria/sequences.lisp -%%LIB32DIR%%/common-lisp/alexandria/strings.lisp -%%LIB32DIR%%/common-lisp/alexandria/symbols.lisp -%%LIB32DIR%%/common-lisp/alexandria/tests.lisp -%%LIB32DIR%%/common-lisp/alexandria/types.lisp -%%LIB32DIR%%/common-lisp/system-registry/alexandria.asd +lib/common-lisp/alexandria/alexandria-1/arrays.lisp +lib/common-lisp/alexandria/alexandria-1/binding.lisp +lib/common-lisp/alexandria/alexandria-1/conditions.lisp +lib/common-lisp/alexandria/alexandria-1/control-flow.lisp +lib/common-lisp/alexandria/alexandria-1/definitions.lisp +lib/common-lisp/alexandria/alexandria-1/features.lisp +lib/common-lisp/alexandria/alexandria-1/functions.lisp +lib/common-lisp/alexandria/alexandria-1/hash-tables.lisp +lib/common-lisp/alexandria/alexandria-1/io.lisp +lib/common-lisp/alexandria/alexandria-1/lists.lisp +lib/common-lisp/alexandria/alexandria-1/macros.lisp +lib/common-lisp/alexandria/alexandria-1/numbers.lisp +lib/common-lisp/alexandria/alexandria-1/package.lisp +lib/common-lisp/alexandria/alexandria-1/sequences.lisp +lib/common-lisp/alexandria/alexandria-1/strings.lisp +lib/common-lisp/alexandria/alexandria-1/symbols.lisp +lib/common-lisp/alexandria/alexandria-1/tests.lisp +lib/common-lisp/alexandria/alexandria-1/types.lisp +lib/common-lisp/alexandria/alexandria-2/control-flow.lisp +lib/common-lisp/alexandria/alexandria-2/lists.lisp +lib/common-lisp/alexandria/alexandria-2/package.lisp +lib/common-lisp/alexandria/alexandria-2/sequences.lisp +lib/common-lisp/alexandria/alexandria-2/tests.lisp +lib/common-lisp/alexandria/alexandria-tests.asd +lib/common-lisp/alexandria/alexandria.asd +lib/common-lisp/system-registry/alexandria-tests.asd +lib/common-lisp/system-registry/alexandria.asd +%%PORTDOCS%%%%DOCSDIR%%/alexandria.html %%PORTDOCS%%%%DOCSDIR%%/alexandria.pdf Modified: head/x11-wm/stumpwm/Makefile ============================================================================== --- head/x11-wm/stumpwm/Makefile Fri Jan 1 00:57:23 2021 (r559792) +++ head/x11-wm/stumpwm/Makefile Fri Jan 1 01:08:55 2021 (r559793) @@ -3,7 +3,7 @@ PORTNAME= stumpwm DISTVERSION= 20.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org