FreeBSD Bugzilla – Attachment 191468 Details for
Bug 225427
devel/cl-asdf Please update to 3.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch updating port to 3.3.1.7
cl-asdf.3.3.1.7.diff (text/plain), 3.17 KB, created by
Christian Heckendorf
on 2018-03-13 14:48:56 UTC
(
hide
)
Description:
patch updating port to 3.3.1.7
Filename:
MIME Type:
Creator:
Christian Heckendorf
Created:
2018-03-13 14:48:56 UTC
Size:
3.17 KB
patch
obsolete
>diff --git a/devel/cl-asdf/Makefile b/devel/cl-asdf/Makefile >index 530f3ab..cca2a24 100644 >--- a/devel/cl-asdf/Makefile >+++ b/devel/cl-asdf/Makefile >@@ -1,22 +1,22 @@ > # Created by: Henrik Motakef <henrik.motakef@web.de> > # $FreeBSD$ > >-# The source tarball was obtained from the project's GIT repository: >-# wget -O asdf-2.017.tar.gz "http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=snapshot;h=db16d0cc1a15697f831bcacc9429cc578304b6cb;sf=tgz" >- > PORTNAME= asdf >-PORTVERSION= 2.017 >+PORTVERSION= 3.3.1.7 > PORTEPOCH= 2 > CATEGORIES= devel lisp > PKGNAMEPREFIX= cl- >-MASTER_SITES= LOCAL/olgeni > > MAINTAINER= olgeni@FreeBSD.org > COMMENT= System definition facility for Common Lisp > >-WRKSRC= ${WRKDIR}/${PORTNAME} >-NO_BUILD= yes >+LICENSE= MIT > >+USES= gmake >+USE_GITLAB= yes >+GL_SITE= https://gitlab.common-lisp.net >+GL_COMMIT= bcb69b41a61c91a6c5247391fefdff0d7d4d21b6 >+ALL_TARGET= build/asdf.lisp > SUB_FILES+= pkg-message > > OPTIONS_DEFINE= DOCS >@@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS > do-install: > @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME} > @${MKDIR} ${STAGEDIR}${ASDF_REGISTRY} >- @${INSTALL_DATA} ${WRKSRC}/*.lisp ${STAGEDIR}${ASDF_PATHNAME} >+ @${INSTALL_DATA} ${WRKSRC}/build/asdf.lisp ${STAGEDIR}${ASDF_PATHNAME} > @${INSTALL_DATA} ${WRKSRC}/*.asd ${STAGEDIR}${ASDF_PATHNAME} > @${LN} -sf ${ASDF_PATHNAME}/asdf.asd ${STAGEDIR}${ASDF_REGISTRY} > @${SED} -i '' -e 's|%%PREFIX%%|${PREFIX}|' ${STAGEDIR}${ASDF_PATHNAME}/asdf.lisp >@@ -36,7 +36,7 @@ do-install: > > do-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} > > .include <bsd.cl-asdf.mk> > .include <bsd.port.mk> >diff --git a/devel/cl-asdf/distinfo b/devel/cl-asdf/distinfo >index f95037c..e97397e 100644 >--- a/devel/cl-asdf/distinfo >+++ b/devel/cl-asdf/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (asdf-2.017.tar.gz) = 754a345155101080c9f97f29610098bef9aa2603e20afba8c9e4ae3f42ea67f0 >-SIZE (asdf-2.017.tar.gz) = 168129 >+TIMESTAMP = 1520877798 >+SHA256 (asdf-asdf-bcb69b41a61c91a6c5247391fefdff0d7d4d21b6_GL0.tar.gz) = 0b12417067999351974a9ccf30811a8d45d62aa17c130382c31c245815e5d878 >+SIZE (asdf-asdf-bcb69b41a61c91a6c5247391fefdff0d7d4d21b6_GL0.tar.gz) = 481349 >diff --git a/devel/cl-asdf/files/patch-Makefile b/devel/cl-asdf/files/patch-Makefile >new file mode 100644 >index 0000000..02d99d9 >--- /dev/null >+++ b/devel/cl-asdf/files/patch-Makefile >@@ -0,0 +1,11 @@ >+--- Makefile.orig 2018-03-07 21:53:28 UTC >++++ Makefile >+@@ -101,7 +101,7 @@ noext: >+ load: build/asdf.lisp >+ ./test/run-tests.sh -t $l $(all_lisp) >+ >+-install: archive >++install: >+ >+ bump: bump-version >+ git commit -a -m "Bump version to $$(eval a=$$(cat version.lisp-expr) ; echo $$a)" >diff --git a/devel/cl-asdf/pkg-plist b/devel/cl-asdf/pkg-plist >index 8aa46ac..8d09f0b 100644 >--- a/devel/cl-asdf/pkg-plist >+++ b/devel/cl-asdf/pkg-plist >@@ -1,7 +1,5 @@ > @sample etc/asdf-init.lisp.default etc/asdf-init.lisp >-%%LIB32DIR%%/common-lisp/asdf/asdf-ecl.lisp > %%LIB32DIR%%/common-lisp/asdf/asdf.asd > %%LIB32DIR%%/common-lisp/asdf/asdf.lisp >-%%LIB32DIR%%/common-lisp/asdf/wild-modules.lisp > %%LIB32DIR%%/common-lisp/system-registry/asdf.asd >-%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/README.md
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225427
: 191468